oracle.jdevimpl.uieditor.assistant
Class AssistantExplorer
java.lang.Object
oracle.ide.addin.AbstractView
oracle.ide.explorer.AbstractExplorer
oracle.jdevimpl.uieditor.assistant.AssistantExplorer
- All Implemented Interfaces:
- Explorer, Helpable, Subview, View
- public abstract class AssistantExplorer
- extends AbstractExplorer
Method Summary |
Context |
getContext(java.util.EventObject event)
Gets the current view context. |
java.awt.Component |
getGUI()
Gets the view's root graphical user interface component |
protected abstract java.beans.PropertyEditor |
getPropertyEditor()
|
protected java.lang.Object |
getValueForNull()
|
void |
setContext(Context context)
(Re)initialize the contents of the gui. |
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, getController, getHelpInfo, getId, getSelection, getToolbar, isVisible, loadToolbar, loadToolbar, newId, owner, removeViewListener, removeViewSelectionListener, setId, show, updateTitle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
context
protected Context context
mainPanel
protected javax.swing.JPanel mainPanel
gui
protected javax.swing.JScrollPane gui
AssistantExplorer
protected AssistantExplorer()
getGUI
public java.awt.Component getGUI()
- Description copied from interface:
Subview
- Gets the view's root graphical user interface component
- Returns:
- the view's root graphical user interface component
setContext
public void setContext(Context context)
- Description copied from interface:
Explorer
- (Re)initialize the contents of the gui.
- Specified by:
setContext
in interface Explorer
- Overrides:
setContext
in class AbstractExplorer
getContext
public Context getContext(java.util.EventObject event)
- Description copied from interface:
View
- Gets the current view context.
- Parameters:
event
- event associated with the context;
- Returns:
- the current view context.
stateChanged
public void stateChanged(int state)
- Description copied from interface:
Explorer
- Respond to a change of state between SHOWN, HIDDEN or CLOSED.
- Specified by:
stateChanged
in interface Explorer
- Overrides:
stateChanged
in class AbstractExplorer
getValueForNull
protected java.lang.Object getValueForNull()
getPropertyEditor
protected abstract java.beans.PropertyEditor getPropertyEditor()
Copyright ©1997, 2003, Oracle. All rights reserved.