|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
InspectorPage is an interface which allows GUI 'pages' hosted in the InspectorWindow the opportunity to interact with the hosting InspectorWindow with respect to populating toolbars and receiving focus. Usually the objects returned from Inspectable.getAdditionalTabPages would implement InspectorPage.
Field Summary | |
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. |
Method Summary | |
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. |
Methods inherited from interface oracle.ide.model.Displayable |
getIcon, getLongLabel, getShortLabel, getToolTipText, toString |
Field Detail |
public static final int SHOWN
public static final int HIDDEN
public static final int CLOSED
Method Detail |
public void toolbarStateChanged(int state)
state
- new state of the InspectorWindow Toolbar.public void stateChanged(int state)
state
- new state of this page.public void setOwner(InspectorWindow owner)
owner
- the InspectorWindow into which this page has been hosted.public java.awt.Component getDefaultFocusComponent()
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.