oracle.jdeveloper.uieditor.uicanvas
Class AssistantExplorer
java.lang.Object
  
oracle.ide.view.View
      
oracle.ide.explorer.Explorer
          
oracle.jdeveloper.uieditor.uicanvas.AssistantExplorer
- All Implemented Interfaces: 
 - ControllerProvider, Helpable
 
public abstract class AssistantExplorer
- extends Explorer
 
 
 
 
 
 
 
| Methods inherited from class oracle.ide.view.View | 
activate, addViewListener, addViewSelectionListener, addViewStateListener, close, deactivate, fireViewCollapsed, fireViewExpanded, fireViewSelectionChanged, getContext, getHelpInfo, getId, getSelection, getSelectionFromUI, getTabName, getToolbar, getViewWithoutDecoration, isVisible, loadLayout, loadManifestToolbar, loadManifestToolbar, newId, owner, removeViewListener, removeViewSelectionListener, removeViewStateListener, saveLayout, scheduleUpdateSelection, setId, setToolbarVisible, show, toString, updateSelection, updateSelectionImpl, updateTitle, updateToolbarActions, updateVisibleActions, updateVisibleActions | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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()
- Specified by:
 getGUI in class View
 
- Returns:
 - the root graphical user interface component.
 
 
getController
public Controller getController()
- Description copied from class: 
Explorer 
- Get the Controller for this View.  By default the result of
 ExplorerManager.getExplorerManager() is returned.
- Specified by:
 getController in interface ControllerProvider- Overrides:
 getController in class Explorer
 
- Returns:
 - the Controller associated with this view.
 
 
 
setContext
public void setContext(Context context)
- Description copied from class: 
Explorer 
- (Re)initialize the contents of the gui.
- Overrides:
 setContext in class Explorer
 
- Parameters:
 context - the Context to use as initialization data.
 
 
getContext
public Context getContext(java.util.EventObject event)
- Overrides:
 getContext in class View
 
- Parameters:
 event - event associated with the context.
- Returns:
 - the current view context for the given event.
 
 
stateChanged
public void stateChanged(int state)
- Description copied from class: 
Explorer 
- Respond to a change of state between SHOWN, HIDDEN or CLOSED.
- Overrides:
 stateChanged in class Explorer
 
- Parameters:
 state - the new state.
 
 
getValueForNull
protected java.lang.Object getValueForNull()
 
getPropertyEditor
protected abstract java.beans.PropertyEditor getPropertyEditor()
 
Copyright © 1997, 2010, Oracle. All rights reserved.