|
Extension SDK 10.1.2 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectoracle.ide.addin.AbstractView
oracle.ide.explorer.AbstractExplorer
Explorer base class. Explorers are used to present to the user some
structure associated with the Document held in a specific
Context.
| Field Summary | |
protected Document |
defaultDocument
|
protected Project |
defaultProject
|
protected java.lang.String |
defaultTitle
|
protected Workspace |
defaultWorkspace
|
| Fields inherited from class oracle.ide.addin.AbstractView |
owner, SEPARATOR, viewListeners, viewSelectionListeners |
| Fields inherited from interface oracle.ide.explorer.Explorer |
CLOSED, HIDDEN, SHOWN |
| Fields inherited from interface oracle.ide.addin.View |
PROJECT_PROP, VISIBLE_PROP, WORKSPACE_PROP |
| Constructor Summary | |
AbstractExplorer()
|
|
| Method Summary | |
ContextMenu |
getContextMenu()
Get the ContextMenu object, if any, managed by this View. |
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 owner)
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 oracle.ide.addin.AbstractView |
activate, addViewListener, addViewSelectionListener, close, deactivate, fireViewActivated, fireViewClosed, fireViewDeactivated, fireViewSelectionChanged, getContext, getHelpInfo, getId, getSelection, getToolbar, isVisible, loadToolbar, loadToolbar, newId, owner, removeViewListener, removeViewSelectionListener, setId, setToolbarVisible, show, updateTitle, updateToolbarActions, updateVisibleActions, updateVisibleActions |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.ide.addin.View |
activate, addViewListener, addViewSelectionListener, close, deactivate, getContext, getContext, getGUI, getId, getSelection, getToolbar, isVisible, owner, removeViewListener, removeViewSelectionListener, setToolbarVisible, show, updateTitle, updateVisibleActions |
| Methods inherited from interface oracle.ide.help.Helpable |
getHelpInfo |
| Field Detail |
protected Workspace defaultWorkspace
protected Project defaultProject
protected Document defaultDocument
protected java.lang.String defaultTitle
| Constructor Detail |
public AbstractExplorer()
| Method Detail |
public void setOwner(View owner)
Explorer
setOwner in interface ExplorersetOwner in class AbstractViewpublic void setContext(Context context)
Explorer
setContext in interface Explorercontext - the Context to use as initialization data.public void stateChanged(int state)
Explorer
stateChanged in interface Explorerstate - the new state.public java.lang.String getTitle()
Explorer
getTitle in interface Explorerpublic Controller getController()
getController in interface ControllerProvidergetController in class AbstractViewpublic ContextMenu getContextMenu()
View
getContextMenu in interface ViewgetContextMenu in class AbstractView
|
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.