|
org.netbeans.spi.navigator/1 1.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NavigatorLookupPanelsPolicy
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:getPanelsPolicy()
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
int |
getPanelsPolicy()
Returns policy for available Navigator panels. |
Field Detail |
---|
static final int LOOKUP_HINTS_ONLY
Method Detail |
---|
int getPanelsPolicy()
|
org.netbeans.spi.navigator/1 1.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |