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

E13403-08

Uses of Class
oracle.ide.docking.DockableView

Packages that use DockableView
oracle.ide.docking Contains interfaces and classes responsible for the dockable behavior provided by JDeveloper. 
oracle.ide.explorer Contains the interfaces and classes addins use to provide a structured view of data contained in nodes displayed in a navigator or an editor. 
oracle.ide.inspector Contains interfaces and classes that integrators may use to make their objects editable from the property inspector. 
oracle.ide.log Contains the interfaces and classes that allow addins to provide their own log pages. 
oracle.ide.navigator Contains classes providing navigator support. 
oracle.ide.palette2 Contains interfaces and classes that allow for palette integration. 
oracle.ide.view   
oracle.ideri.navigator   
oracle.jdeveloper.vcs.changelist   
oracle.jdevimpl.bookmarks   
 

Uses of DockableView in oracle.ide.docking
 

Subclasses of DockableView in oracle.ide.docking
 class DockableWindow
          This class is the bridge between the Dockable interface docking system and the View interface.
 class DrawerDockableWindow
           
 class DrawerWindow
           
 

Methods in oracle.ide.docking with parameters of type DockableView
static void DockUtil.hideDockableWindow(DockableView dw)
          Hides the DockableView and set the focus on the active Editor
static void DockUtil.showDockableWindow(DockableView dw)
          Shows and set the focus on the DockableView
static void DockUtil.smartToggleDockableWindow(DockableView dw, Context context)
          'Smart' Toggles the visibility of the DockableView.
static void DockUtil.toggleDockableWindow(DockableView dw)
          Toggles the visibility of the DockableView
 

Uses of DockableView in oracle.ide.explorer
 

Subclasses of DockableView in oracle.ide.explorer
 class ExplorerWindow
           
 

Uses of DockableView in oracle.ide.inspector
 

Subclasses of DockableView in oracle.ide.inspector
 class InspectorWindow
          The InspectorWindow is a View consisting of a Toolbar area, a main body area and a status area.
 

Methods in oracle.ide.inspector that return DockableView
 DockableView InspectorManager.showLastView(Context context)
           
 

Uses of DockableView in oracle.ide.log
 

Subclasses of DockableView in oracle.ide.log
 class LogWindow
          The LogWindow is the dockable view responsible for managing log pages.
 

Uses of DockableView in oracle.ide.navigator
 

Subclasses of DockableView in oracle.ide.navigator
 class NavigatorWindow
          NavigatorWindow interface provides the API for managing the contents of a navigator window tree.
 class ProjectNavigatorWindow
           
 

Uses of DockableView in oracle.ide.palette2
 

Subclasses of DockableView in oracle.ide.palette2
 class PaletteWindow
          The PaletteWindow class is the Component Palette View.
 

Uses of DockableView in oracle.ide.view
 

Subclasses of DockableView in oracle.ide.view
 class AbstractPinnable
          AbstractPinnable implements the Pinnable interface as it applies to a DockableWindow which is capable of responding to changes in selection in the active View as well as changes of the active View from one View to another.
 

Methods in oracle.ide.view that return DockableView
protected abstract  DockableView MultiManager.createDockableView(Context ctx, ViewId viewId)
           
protected  DockableView MultiManager.findOrCreateView(Context context)
           
protected  DockableView MultiManager.findView(ViewId viewId)
           
 DockableView MultiManager.getLastView()
          Get the last managed View to have been active.
 DockableView MultiManager.getNewView(Context context, ViewId viewId)
          Get a new View instance rooted on the given Context and having the given ViewId.
protected  DockableView MultiManager.getRelativeView(Context context, ViewId viewId)
           
 DockableView MultiManager.showLastView(Context context)
          Show the last managed View.
 DockableView PinnableManager.showLastView(Context context)
           
 DockableView MultiManager.showView(Context context)
          Show the View for the given Context, creating a new View instance as necessary.
 DockableView PinnableManager.showView(Context context)
           
 

Methods in oracle.ide.view with parameters of type DockableView
protected  int MultiManager.getOrientation(ViewId viewId, DockableView relative)
           
 

Uses of DockableView in oracle.ideri.navigator
 

Subclasses of DockableView in oracle.ideri.navigator
 class oracle.ideri.navigator.DefaultNavigatorWindow
           
 

Uses of DockableView in oracle.jdeveloper.vcs.changelist
 

Subclasses of DockableView in oracle.jdeveloper.vcs.changelist
 class ChangeListWindow
          A dockable view containing a ChangeList instance.
 

Uses of DockableView in oracle.jdevimpl.bookmarks
 

Subclasses of DockableView in oracle.jdevimpl.bookmarks
 class BookmarkDockable
           
 


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

E13403-08

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