Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Class
oracle.ide.docking.DockableWindow

Packages that use DockableWindow
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.keyboard Defining your default accelerators 
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.runner Contains classes that allow addins some level of control on the IDE runner system. 
oracle.ide.view   
oracle.ideri.navigator   
oracle.jdeveloper.vcs.changelist   

 

Uses of DockableWindow in oracle.ide.docking

 

Subclasses of DockableWindow in oracle.ide.docking
 class DrawerDockableWindow
           
 class DrawerWindow
           

 

Methods in oracle.ide.docking that return DockableWindow
 DockableWindow DrawerEntry.getDockable()
           

 

Methods in oracle.ide.docking that return types with arguments of type DockableWindow
abstract  java.util.List<DockableWindow> DrawerModel.getDockables()
           

 

Methods in oracle.ide.docking with parameters of type DockableWindow
protected abstract  DrawerEntry DrawerModel.add(DockableWindow dockable, DrawerModel.State state)
           
 void DrawerWindow.addCloseableDrawer(DockableWindow view, int index)
           
 void DrawerWindow.addDrawer(DockableWindow view)
           
 void DrawerWindow.addDrawer(DockableWindow view, float weight)
           
 void DrawerWindow.addDrawer(DockableWindow view, int index)
           
 void DrawerWindow.addDrawerThatCanHideHandle(DockableWindow view)
           
 void DrawerDockableWindow.expand(DockableWindow dockableWindow)
           
 void DrawerDockableWindow.hide(DockableWindow dockableWindow)
           
 void DrawerDockableWindow.minimize(DockableWindow dockableWindow)
           
protected abstract  DrawerEntry DrawerModel.remove(DockableWindow dockableWindow)
           
 boolean DrawerDockableWindow.removeEntry(DockableWindow dockable)
          Deprecated. Use DockStation.undock(Dockable) instead
 void DrawerDockableWindow.restore(DockableWindow dockableWindow)
           
 void DockingParam.setHosted(DockableWindow hostingDockable, int position)
          Will host the dockable window inside the hostingDockable
 void DrawerDockableWindow.show(DockableWindow dockableWindow)
           
 View DrawerWindow.undecorateIfNecessary(DockableWindow dockable)
           

 

Method parameters in oracle.ide.docking with type arguments of type DockableWindow
 void DrawerDockableWindow.togglePannels(java.util.List<DockableWindow> expand, java.util.List<DockableWindow> collapse, boolean animate)
           
 void DrawerDockableWindow.togglePannels(java.util.List<DockableWindow> expand, java.util.List<DockableWindow> collapse, boolean animate)
           

 

Constructors in oracle.ide.docking with parameters of type DockableWindow
DrawerConfig(DockableWindow view)
           
DrawerConfig(DockableWindow view, float weight)
           
DrawerConfig(DockableWindow view, int index)
          Deprecated. 

 

Uses of DockableWindow in oracle.ide.explorer

 

Subclasses of DockableWindow in oracle.ide.explorer
 class ExplorerWindow
           

 

Uses of DockableWindow in oracle.ide.inspector

 

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

 

Uses of DockableWindow in oracle.ide.keyboard

 

Subclasses of DockableWindow in oracle.ide.keyboard
 class KeyboardDockable
           

 

Uses of DockableWindow in oracle.ide.log

 

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

 

Uses of DockableWindow in oracle.ide.navigator

 

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

 

Methods in oracle.ide.navigator that return types with arguments of type DockableWindow
 java.util.List<DockableWindow> NavigatorWindow.getHostedDockables()
           

 

Uses of DockableWindow in oracle.ide.palette2

 

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

 

Uses of DockableWindow in oracle.ide.runner

 

Methods in oracle.ide.runner that return DockableWindow
 DockableWindow DebuggerWindowProvider.getWindow()
          Called by the debugger to get the custom debugger window

 

Uses of DockableWindow in oracle.ide.view

 

Subclasses of DockableWindow 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.

 

Uses of DockableWindow in oracle.ideri.navigator

 

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

 

Uses of DockableWindow in oracle.jdeveloper.vcs.changelist

 

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

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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