org.netbeans.spi.navigator
public interface NavigatorPanel
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Built on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.