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

E13403-08

oracle.ide.docking
Interface DockableFactory

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

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.


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.