Extension SDK 10.1.2

Uses of Interface
oracle.ide.docking.Dockable

Packages that use Dockable
oracle.ide.addin Contains classes and interfaces that are used by addins to extend JDeveloper with their own views and wizards. 
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.palette Contains classes that allow for palette integration and commands. 
 

Uses of Dockable in oracle.ide.addin
 

Classes in oracle.ide.addin that implement Dockable
 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 Dockable in oracle.ide.docking
 

Subinterfaces of Dockable in oracle.ide.docking
 interface DockableView
          This interface is the bridge between the Dockable interface docking system and the View interface.
 

Classes in oracle.ide.docking that implement Dockable
 class DockableWindow
          This class is the bridge between the Dockable interface docking system and the View interface.
 

Methods in oracle.ide.docking that return Dockable
 Dockable TitleChangeEvent.getDockable()
          Gets dockable panel that changed title.
 Dockable DockableEvent.getSource()
           
 Dockable DockingParam.getReference()
           
 Dockable DockableContainer.getClient(int i)
           
 Dockable DockableFactory.getDockable(ViewId viewId)
           
protected  Dockable DockableWindow.getCachedDockable()
          This method returns the Dockable as know by the docking system based on the view ID.
abstract  Dockable DockStation.getDockable(ViewId viewId)
          searches a dockable based on a name.
abstract  Dockable DockStation.findDockable(ViewId viewId)
          searches/create a dockable based on a name.
 

Methods in oracle.ide.docking with parameters of type Dockable
 void DockableEvent.setSource(Dockable src)
           
 void DockingParam.setPosition(Dockable reference, int position)
          Docks the window relative to another dockable.
 void DockingParam.setPosition(Dockable reference, int position, int alternateAbsolutePosition)
          Same as DockingParam.setPosition(Dockable, int) but if the Dockable is not found, the window will be placed at the alternateAbsolutePosition.
 void DockingParam.setTabbedWith(Dockable reference)
          Docks the window together with one (or more) dockable window.
 boolean DockableContainer.isClientAccessible(Dockable dockable)
          Checks if the client is visible.
abstract  void DockStation.addDockableListener(DockableListener l, Dockable d)
          Dockable listeners are manipulated by the DockStation to simplify the implementation of the Dockable interface.
abstract  void DockStation.removeDockableListener(DockableListener l, Dockable d)
          Unregisters a dockable listener.
abstract  boolean DockStation.isDockableVisible(Dockable dockable)
           
abstract  int DockStation.getDockableStatus(Dockable dockable)
           
abstract  void DockStation.dock(Dockable dockable, int nOrientation, boolean bVisible)
          Deprecated.  
abstract  void DockStation.dock(Dockable dockable, Dockable ref, int nOrientation, boolean bVisible)
          Deprecated. Dock the comp component next to the ref component
abstract  void DockStation.dock(Dockable dockable, Dockable ref, int nOrientation, int nExtents, boolean bVisible)
          Deprecated.  
abstract  FloatingToolWindow DockStation.dockFloat(Dockable dockable, java.awt.Point pt, boolean bVisible)
          Deprecated.  
abstract  void DockStation.dock(Dockable dockable, DockingParam dockingParam)
          Inserts the dockable into the docking system.
abstract  void DockStation.undock(Dockable dockable)
          Remove the dockable.
abstract  void DockStation.setDockableVisible(Dockable dockable, boolean bVisible)
           
abstract  void DockStation.close(Dockable dockable)
          Close the specified dockable.
abstract  boolean DockStation.activateDockable(Dockable dockable)
          Sets the focus in the specified dockable.
 

Constructors in oracle.ide.docking with parameters of type Dockable
TitleChangeEvent(Dockable dockable)
          Constructs a TitleChangeEvent with the specified dockable.
DockableEvent(Dockable dockable, int nID)
          Full featured constructor.
Note:The event context is set by DockStation.fireDockableEvent
 

Uses of Dockable in oracle.ide.explorer
 

Subinterfaces of Dockable in oracle.ide.explorer
 interface ExplorerWindow
           
 

Uses of Dockable in oracle.ide.inspector
 

Subinterfaces of Dockable in oracle.ide.inspector
 interface InspectorWindow
          The InspectorWindow is a View consisting of a Toolbar area, a main body area and a status area.
 

Uses of Dockable in oracle.ide.log
 

Subinterfaces of Dockable in oracle.ide.log
 interface LogWindow
          The LogWindow is the dockable view responsible for managing log pages.
 

Uses of Dockable in oracle.ide.navigator
 

Subinterfaces of Dockable in oracle.ide.navigator
 interface NavigatorWindow
          NavigatorWindow interface provides the API for managing the contents of a navigator window tree.
 

Uses of Dockable in oracle.ide.palette
 

Subinterfaces of Dockable in oracle.ide.palette
 interface PaletteWindow
          The PaletteWindow class is the Component Palette view.
 


Extension SDK

 

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