org.flexdock.docking
public static class DockableFactory.Stub extends Object implements DockableFactory
DockableFactory.DockableFactory.Stub| Constructor and Description |
|---|
DockableFactory.Stub() |
| Modifier and Type | Method and Description |
|---|---|
Dockable |
getDockable(String dockableId)
Returns a
Dockable for the specified Dockable ID, possibly
creating and registering it in the process. |
Component |
getDockableComponent(String dockableId)
Returns a
Component for the specified Dockable ID, possibly
creating and registering a Dockable in the process. |
public Dockable getDockable(String dockableId)
Dockable for the specified Dockable ID, possibly
creating and registering it in the process.getDockable in interface DockableFactorydockableId - the ID for the requested Dockablenull.public Component getDockableComponent(String dockableId)
Component for the specified Dockable ID, possibly
creating and registering a Dockable in the process.getDockableComponent in interface DockableFactorydockableId - the ID for the requested dockable Componentnull.