public interface NavigatorLookupPanelsPolicy
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:
getPanelsPolicy()
method.Modifier and Type | Field and Description |
---|---|
static int |
LOOKUP_HINTS_ONLY
Shows only NavigatorPanel implementations available through
NavigatorLookupHint
in Navigator window, hides NavigatorPanels
available from DataObject of active Node.
Use when you want to remove NavigatorPanels of active Node from Navigator window. |
Modifier and Type | Method and Description |
---|---|
int |
getPanelsPolicy()
Returns policy for available Navigator panels.
|
static final int LOOKUP_HINTS_ONLY