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. |
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.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 |
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
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.
Copyright © 1997, 2004, Oracle. All rights reserved.