Extension SDK 10.1.2

oracle.ide.docking
Interface DockableFactory


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

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

install

public 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.


Extension SDK

 

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