This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 93711

Summary: Navigator to provide activated nodes
Product: platform Reporter: Peter Zavadsky <pzavadsky>
Component: NavigatorAssignee: David Simonek <dsimonek>
Status: RESOLVED FIXED    
Severity: blocker CC: anebuzelsky
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 93713    

Description Peter Zavadsky 2007-01-31 21:00:46 UTC
The current implementation doesn't provide the activated nodes (it seems to).
There is a plan to move the outline window (see the dependant issue) into navigator.
But current navigator would breake the navigation of the outline, i.e. providing
properties for the specific outline nodes to appear in the property sheet window.
Comment 1 David Simonek 2007-03-14 20:38:47 UTC
implemented in main trunk. Check javadoc of Navigator API to find out how to
affect activated nodes of Navigator TopComponent.

Checking in src/org/netbeans/modules/navigator/NavigatorController.java;
/cvs/core/navigator/src/org/netbeans/modules/navigator/NavigatorController.java,v
 <--  NavigatorController.java
new revision: 1.17; previous revision: 1.16
done
Checking in test/unit/src/org/netbeans/modules/navigator/NavigatorTCTest.java;
/cvs/core/navigator/test/unit/src/org/netbeans/modules/navigator/NavigatorTCTest.java,v
 <--  NavigatorTCTest.java
new revision: 1.7; previous revision: 1.6
done
Checking in test/unit/src/org/netbeans/modules/navigator/ProviderRegistryTest.java;
/cvs/core/navigator/test/unit/src/org/netbeans/modules/navigator/ProviderRegistryTest.java,v
 <--  ProviderRegistryTest.java
new revision: 1.5; previous revision: 1.4
done
Checking in
test/unit/src/org/netbeans/modules/navigator/resources/testCorrectCallsOfNavigatorPanelMethodsLayer.xml;
/cvs/core/navigator/test/unit/src/org/netbeans/modules/navigator/resources/testCorrectCallsOfNavigatorPanelMethodsLayer.xml,v
 <--  testCorrectCallsOfNavigatorPanelMethodsLayer.xml
new revision: 1.4; previous revision: 1.3
done
Checking in src/org/netbeans/spi/navigator/NavigatorPanel.java;
/cvs/core/navigator/src/org/netbeans/spi/navigator/NavigatorPanel.java,v  <-- 
NavigatorPanel.java
new revision: 1.4; previous revision: 1.3
done
Checking in arch.xml;
/cvs/core/navigator/arch.xml,v  <--  arch.xml
new revision: 1.11; previous revision: 1.10
done