|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Explorer
interface provides the API for getting a GUI
representation of the structure for a given Context
.
Field Summary | |
static int |
CLOSED
|
static int |
HIDDEN
|
static int |
SHOWN
|
Fields inherited from interface oracle.ide.addin.View |
PROJECT_PROP, VISIBLE_PROP, WORKSPACE_PROP |
Method Summary | |
java.lang.String |
getTitle()
Get the caption to use in the title bar of a hosting View. |
void |
setContext(Context context)
(Re)initialize the contents of the gui. |
void |
setOwner(View host)
Set the View which is to act as the host of this Explorer. |
void |
stateChanged(int state)
Respond to a change of state between SHOWN, HIDDEN or CLOSED. |
Methods inherited from interface oracle.ide.addin.View |
activate, addViewListener, addViewSelectionListener, close, deactivate, getContext, getContext, getContextMenu, getGUI, getId, getSelection, getToolbar, isVisible, owner, removeViewListener, removeViewSelectionListener, setToolbarVisible, show, updateTitle, updateVisibleActions |
Methods inherited from interface oracle.ide.addin.ControllerProvider |
getController |
Methods inherited from interface oracle.ide.help.Helpable |
getHelpInfo |
Field Detail |
public static final int SHOWN
public static final int HIDDEN
public static final int CLOSED
Method Detail |
public void setOwner(View host)
host
- the View which is acting as the host.public void setContext(Context context)
context
- the Context to use as initialization data.public void stateChanged(int state)
state
- the new state.public java.lang.String getTitle()
|
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.