|
org.netbeans.spi.navigator/1 1.2.31 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NavigatorPanel
Navigation related view description. Implementors of this interface, also registered in layer, will be plugged into Navigator UI.
Method Summary | |
---|---|
JComponent |
getComponent()
JComponent representation of this view. |
String |
getDisplayHint()
Description of the view, explaining main purpose of the view. |
String |
getDisplayName()
Name of the view which will be shown in navigator UI. |
Lookup |
getLookup()
Returns Lookup that will be integrated into Lookup of Navigator UI TopComponent. |
void |
panelActivated(Lookup context)
Called when this panel's component is about to being displayed. |
void |
panelDeactivated()
Called when this panel's component is about to being hidden. |
Method Detail |
---|
String getDisplayName()
String getDisplayHint()
JComponent getComponent()
This method is always called in event dispatch thread.
void panelActivated(Lookup context)
context
- Lookup instance representing current context to take
data fromvoid panelDeactivated()
Lookup getLookup()
|
org.netbeans.spi.navigator/1 1.2.31 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |