Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.jdeveloper.uieditor.uicanvas
Class AssistantExplorer

java.lang.Object
  extended by oracle.ide.view.View
      extended by oracle.ide.explorer.Explorer
          extended by oracle.jdeveloper.uieditor.uicanvas.AssistantExplorer

All Implemented Interfaces:
ControllerProvider, Helpable

public abstract class AssistantExplorer
extends Explorer

Field Summary
protected  Context context
           
protected  javax.swing.JScrollPane gui
           
protected  javax.swing.JPanel mainPanel
           

 

Fields inherited from class oracle.ide.explorer.Explorer
CLOSED, defaultNode, defaultProject, defaultWorkspace, HIDDEN, SHOWN

 

Fields inherited from class oracle.ide.view.View
EMPTY_SELECTION, PROJECT_PROP, VISIBLE_PROP, WORKSPACE_PROP

 

Constructor Summary
protected AssistantExplorer()
           

 

Method Summary
 Context getContext(java.util.EventObject event)
           
 Controller getController()
          Get the Controller for this View.
 java.awt.Component getGUI()
           
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.explorer.Explorer
getContextMenu, getTitle, setOwner

 

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

 

Field Detail

context

protected Context context

mainPanel

protected javax.swing.JPanel mainPanel

gui

protected javax.swing.JScrollPane gui

Constructor Detail

AssistantExplorer

protected AssistantExplorer()

Method Detail

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()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.