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 - Navigator to provide activated nodes
Summary: Navigator to provide activated nodes
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Navigator (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks: 93713
  Show dependency tree
 
Reported: 2007-01-31 21:00 UTC by Peter Zavadsky
Modified: 2008-12-22 11:37 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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