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 DockableFactory
dockableId
- the ID for the requested Dockable
null
.public Component getDockableComponent(String dockableId)
Component
for the specified Dockable ID, possibly
creating and registering a Dockable
in the process.getDockableComponent
in interface DockableFactory
dockableId
- the ID for the requested dockable Component
null
.