oracle.ide.docking
Interface DockableFactory
- All Known Implementing Classes:
- 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. |
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.