Package org.flexdock.docking
Class DockableFactory.Stub
java.lang.Object
org.flexdock.docking.DockableFactory.Stub
- All Implemented Interfaces:
DockableFactory
- Enclosing interface:
DockableFactory
An empty implementation of
DockableFactory.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.flexdock.docking.DockableFactory
DockableFactory.Stub -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDockable(String dockableId) Returns aDockablefor the specified Dockable ID, possibly creating and registering it in the process.getDockableComponent(String dockableId) Returns aComponentfor the specified Dockable ID, possibly creating and registering aDockablein the process.
-
Constructor Details
-
Stub
public Stub()
-
-
Method Details
-
getDockable
Returns aDockablefor the specified Dockable ID, possibly creating and registering it in the process.- Specified by:
getDockablein interfaceDockableFactory- Parameters:
dockableId- the ID for the requestedDockable- Returns:
null.
-
getDockableComponent
Returns aComponentfor the specified Dockable ID, possibly creating and registering aDockablein the process.- Specified by:
getDockableComponentin interfaceDockableFactory- Parameters:
dockableId- the ID for the requested dockableComponent- Returns:
null.
-