Extension SDK 10.1.2

Uses of Package
oracle.ide.docking

Packages that use oracle.ide.docking
oracle.ide Contains classes that allow addins access to the IDE integration objects. 
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. 
oracle.jdeveloper.vcs.spi Contains extension-level service provider interfaces for version control system integraton. 
 

Classes in oracle.ide.docking used by oracle.ide
DockableFactory
          The DockableFactory is responsible for translating a dockable name found in a layout file into an instance of Dockable.
DockableView
          This interface is the bridge between the Dockable interface docking system and the View interface.
 

Classes in oracle.ide.docking used by oracle.ide.addin
Dockable
          A Dockable interface.
DockableView
          This interface is the bridge between the Dockable interface docking system and the View interface.
DockableWindow
          This class is the bridge between the Dockable interface docking system and the View interface.
 

Classes in oracle.ide.docking used by oracle.ide.docking
Dockable
          A Dockable interface.
DockableEvent
          The class describes events on Dockable objects.
Although it might seem similar to a ComponentListener on the UI, it is different because when two dockable are tabbed together, ComponentListener considers the visibility of the windows (the selected page is visible and the others are hidden) while the DockableEvent will be sent for each Dockable corresponding to a tab in the tab pane.
DockableFactory
          The DockableFactory is responsible for translating a dockable name found in a layout file into an instance of Dockable.
DockableListener
          Interface to support notification of visibility changes on a dockable.
DockableView
          This interface is the bridge between the Dockable interface docking system and the View interface.
DockingParam
          This class is used to specify how to dock a dockable
DockStation
          The singleton for docking operations.
Site
          This class is used to store the sizes of a dockable window.
TitleChangeEvent
          The TileChangeEvent contains the new title.
TitleChangeListener
          An interface that clients that want to be notified of docking changes in a docking port must implement.
 

Classes in oracle.ide.docking used by oracle.ide.explorer
Dockable
          A Dockable interface.
DockableView
          This interface is the bridge between the Dockable interface docking system and the View interface.
 

Classes in oracle.ide.docking used by oracle.ide.inspector
Dockable
          A Dockable interface.
DockableView
          This interface is the bridge between the Dockable interface docking system and the View interface.
 

Classes in oracle.ide.docking used by oracle.ide.log
Dockable
          A Dockable interface.
DockableView
          This interface is the bridge between the Dockable interface docking system and the View interface.
 

Classes in oracle.ide.docking used by oracle.ide.navigator
Dockable
          A Dockable interface.
DockableView
          This interface is the bridge between the Dockable interface docking system and the View interface.
 

Classes in oracle.ide.docking used by oracle.ide.palette
Dockable
          A Dockable interface.
DockableView
          This interface is the bridge between the Dockable interface docking system and the View interface.
 

Classes in oracle.ide.docking used by oracle.jdeveloper.vcs.spi
DockingParam
          This class is used to specify how to dock a dockable
 


Extension SDK

 

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