Skip navigation links

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

E17493-04


oracle.ide.docking
Interface DockableFactory

All Known Subinterfaces:
BaseDockableFactory, DockableFactory2, DockableFactory3
All Known Implementing Classes:
ChangeListDockableFactory, KeyboardDockable

public interface DockableFactory

The DockableFactory is responsible for translating a dockable name found in a layout file into an instance of Dockable. A secondary role of the DockableFactory is to position the dockable window the first time a layout is loaded.

See Also:
Docking Package Summary

Method Summary
 Dockable getDockable(ViewId viewId)
           
 void install()
          This method is called by the docking system if the DockableFactory has been installed for the first time.

 

Method Detail

getDockable

Dockable getDockable(ViewId viewId)
Returns:
a new Dockable corresponding the the view ID

install

void install()
This method is called by the docking system if the DockableFactory has been installed for the first time. This is the time for the addins to dock windows.

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.