|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectoracle.ide.view.View
oracle.ide.explorer.Explorer
The Explorer class provides the API for getting a GUI
representation of the structure for a given Context.
Explorers are used to present to the user some structure
associated with the Node held in a specific
Context.
| Field Summary | |
static int |
CLOSED
|
protected Node |
defaultNode
|
protected Project |
defaultProject
|
protected Workspace |
defaultWorkspace
|
static int |
HIDDEN
|
static int |
SHOWN
|
| Fields inherited from class oracle.ide.view.View |
EMPTY_SELECTION, PROJECT_PROP, VISIBLE_PROP, WORKSPACE_PROP |
| Constructor Summary | |
Explorer()
|
|
| Method Summary | |
ContextMenu |
getContextMenu()
Gets the ContextMenu object, if any, managed by this instance. |
Controller |
getController()
Get the Controller for this View. |
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 class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int SHOWN
public static final int HIDDEN
public static final int CLOSED
protected Workspace defaultWorkspace
protected Project defaultProject
protected Node defaultNode
| Constructor Detail |
public Explorer()
| Method Detail |
public Controller getController()
getController in interface ControllerProvidergetController in class Viewpublic void setOwner(View host)
setOwner in class Viewhost - 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()
public ContextMenu getContextMenu()
View
getContextMenu in class View
|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2005, Oracle.All rights reserved.