public static class DockableFactory.Stub extends java.lang.Object implements DockableFactory
DockableFactory.DockableFactory.Stub| Constructor and Description |
|---|
DockableFactory.Stub() |
| Modifier and Type | Method and Description |
|---|---|
Dockable |
getDockable(java.lang.String dockableId)
Returns a
Dockable for the specified Dockable ID, possibly
creating and registering it in the process. |
java.awt.Component |
getDockableComponent(java.lang.String dockableId)
Returns a
Component for the specified Dockable ID, possibly
creating and registering a Dockable in the process. |
public Dockable getDockable(java.lang.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 java.awt.Component getDockableComponent(java.lang.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.