Extension SDK 10.1.3.36.73

oracle.ide.explorer
Class ExplorerWindow

java.lang.Object
  extended byoracle.ide.view.View
      extended byoracle.ide.docking.DockableView
          extended byoracle.ide.docking.DockableWindow
              extended byoracle.ide.view.AbstractPinnable
                  extended byoracle.ide.explorer.ExplorerWindow
All Implemented Interfaces:
ControllerProvider, Dockable, java.util.EventListener, Helpable, Observer, Pinnable, ViewSelectionListener

public abstract class ExplorerWindow
extends AbstractPinnable


Field Summary
static java.lang.String LAYOUT_SHOW_STRUCTURE
          Shows the ExplorerWindow if a property named LAYOUT_SHOW_STRUCTURE is true.
 
Fields inherited from class oracle.ide.view.AbstractPinnable
_node, forceUpdate, isToolbarVisible, toolbar, TOOLBAR_ITEM, TOOLBAR_ITEM_COUNT
 
Fields inherited from class oracle.ide.docking.DockableView
CLOSED, HIDDEN, SHOWN
 
Fields inherited from class oracle.ide.view.View
EMPTY_SELECTION, PROJECT_PROP, VISIBLE_PROP, WORKSPACE_PROP
 
Fields inherited from interface oracle.ide.view.Pinnable
PIN_NONE, PIN_OBJECT, PIN_VIEW
 
Fields inherited from interface oracle.ide.docking.Dockable
DEFAULT_VISIBILITY_MINIMIZED, DEFAULT_VISIBILITY_RAISED, DEFAULT_VISIBILITY_VISIBLE, TYPE_DISCARDABLE, TYPE_GLOBAL_VISIBLE, TYPE_NO_BUTTONS, TYPE_NORMAL, TYPE_NOT_TABBED, TYPE_RECYCLABLE, TYPE_TRUNCATE_TITLE
 
Constructor Summary
protected ExplorerWindow(java.lang.String viewId)
           
 
Method Summary
abstract  Explorer getExplorer()
          Get the Explorer currently being displayed.
abstract  void toggleExplorer(java.lang.Class type)
          Display an Explorer of the specified type, if available, upon the current Context.
 
Methods inherited from class oracle.ide.view.AbstractPinnable
activeViewChanged, clear, getPinnedView, getPinState, getToolbar, isSingleton, isViewSupported, objectClosed, objectRenamed, persistPinTarget, restorePinTarget, setContext, setPinnedView, setPinState, setToolbarVisible, stateChange, update, viewSelectionChanged, viewSelectionChanged
 
Methods inherited from class oracle.ide.docking.DockableWindow
addTitleChangeListener, close, dockableHidden, dockableShown, fireTitleChangeListener, getCachedDockable, getDefaultVisibility, getHostedComponent, getMenuTitle, getSite, getTabDropListener, getTabIcon, getType, getUniqueName, isVisible, loadLayout, removeTitleChangeListener, saveLayout, setDockableVisible, setSite, setType, show, updateTitle
 
Methods inherited from class oracle.ide.view.View
activate, addViewListener, addViewSelectionListener, deactivate, fireViewClosed, fireViewSelectionChanged, getContext, getContext, getContextMenu, getController, getGUI, getHelpInfo, getId, getSelection, getSelectionFromUI, loadManifestToolbar, loadManifestToolbar, newId, owner, removeViewListener, removeViewSelectionListener, scheduleUpdateSelection, setId, setOwner, updateSelection, updateSelectionImpl, 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.docking.Dockable
getTabName, getTitleName
 

Field Detail

LAYOUT_SHOW_STRUCTURE

public static final java.lang.String LAYOUT_SHOW_STRUCTURE
Shows the ExplorerWindow if a property named LAYOUT_SHOW_STRUCTURE is true.

See Also:
Constant Field Values
Constructor Detail

ExplorerWindow

protected ExplorerWindow(java.lang.String viewId)
Method Detail

getExplorer

public abstract Explorer getExplorer()
Get the Explorer currently being displayed.


toggleExplorer

public abstract void toggleExplorer(java.lang.Class type)
Display an Explorer of the specified type, if available, upon the current Context.


Extension SDK 10.1.3.36.73

 

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