Extension SDK 10.1.2

oracle.ide.explorer
Interface ExplorerWindow

All Superinterfaces:
ControllerProvider, Dockable, DockableView, Helpable, View

public interface ExplorerWindow
extends DockableView


Field Summary
static java.lang.String LAYOUT_SHOW_STRUCTURE
          Shows the ExplorerWindow if a property named LAYOUT_SHOW_STRUCTURE is true.
 
Fields inherited from interface oracle.ide.docking.DockableView
CLOSED, HIDDEN, SHOWN
 
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
 
Fields inherited from interface oracle.ide.addin.View
PROJECT_PROP, VISIBLE_PROP, WORKSPACE_PROP
 
Method Summary
 Explorer getExplorer()
          Get the Explorer currently being displayed.
 void toggleExplorer(java.lang.Class type)
          Display an Explorer of the specified type, if available, upon the current Context.
 
Methods inherited from interface oracle.ide.docking.DockableView
setDockableVisible, setType
 
Methods inherited from interface oracle.ide.docking.Dockable
addTitleChangeListener, getDefaultVisibility, getHostedComponent, getMenuPreferredMnemonic, getMenuTitle, getSite, getTabDropListener, getTabIcon, getTabName, getTitleName, getType, getUniqueName, loadLayout, removeTitleChangeListener, saveLayout, setSite
 
Methods inherited from interface oracle.ide.addin.View
activate, addViewListener, addViewSelectionListener, close, deactivate, getContext, getContext, getContextMenu, getGUI, getId, getSelection, getToolbar, isVisible, owner, removeViewListener, removeViewSelectionListener, setToolbarVisible, show, updateTitle, updateVisibleActions
 
Methods inherited from interface oracle.ide.addin.ControllerProvider
getController
 
Methods inherited from interface oracle.ide.help.Helpable
getHelpInfo
 

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
Method Detail

getExplorer

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


toggleExplorer

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


Extension SDK

 

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