org.netbeans.spi.navigator |
|
Java Source File Name | Type | Comment |
NavigatorHandler.java | Class | Set of methods for driving navigator behaviour. |
NavigatorHandlerTest.java | Class | |
NavigatorLookupHint.java | Interface | Hint for Navigator clients to link Lookup of their
TopComponent with Navigator content type.
Usage: Implementation of this interface should be inserted into
client's specific topComponent's lookup, see
TopComponent.getLookup()
method. |
NavigatorLookupPanelsPolicy.java | Interface | Interface for SPI clients who want to affect searching mechanism for
available NavigatorPanel implementations.
Navigator infrastructure searches for instance of this interface in
Utilities.actionsGlobalContext()
lookup and then applies found policy on set of available
NavigatorPanel
implementations.
Note that multiple instances of this interface are not supported in
Utilities.actionsGlobalContext() lookup, one instance is chosen randomly
in this case.
Common Usage:
- Implement this interface, return kind of policy that suits you from
getPanelsPolicy() method. |
NavigatorPanel.java | Interface | Navigation related view description. |
NavigatorPanelWithUndo.java | Interface | Description of navigation view with undo/redo support on top of basic
NavigatorPanel features. |