public interface DockableFactory
Dockable. A secondary role of the DockableFactory is to position the dockable window the first time a layout is loaded.| Modifier and Type | Method and Description |
|---|---|
Dockable |
getDockable(ViewId viewId) |
void |
install()
This method is called by the docking system if the DockableFactory has been installed for the first time.
|