public interface InspectorPage extends Displayable
| Modifier and Type | Field and Description | 
|---|---|
static int | 
CLOSED
Change ID indicating that page has been closed. 
 | 
static int | 
HIDDEN
Change ID indicating that page or toolbar has been hidden. 
 | 
static int | 
SHOWN
Change ID indicating that page or toolbar has been shown. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.awt.Component | 
getDefaultFocusComponent()
Get the Component that should receive focus upon activation of this page. 
 | 
void | 
setOwner(InspectorWindow owner)
Set the owning InspectorWindow. 
 | 
void | 
stateChanged(int state)
Respond to a change of state between SHOWN, HIDDEN, CLOSED. 
 | 
void | 
toolbarStateChanged(int state)
Respond to a change in state of the shared toolbar between SHOWN, HIDDEN. 
 | 
getAttributedLabel, getIcon, getLongLabel, getShortLabel, getToolTipText, toStringstatic final int SHOWN
static final int HIDDEN
static final int CLOSED
void toolbarStateChanged(int state)
state - new state of the InspectorWindow Toolbar.void stateChanged(int state)
state - new state of this page.void setOwner(InspectorWindow owner)
owner - the InspectorWindow into which this page has been hosted.java.awt.Component getDefaultFocusComponent()