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 aDockable
for the specified Dockable ID, possibly creating and registering it in the process.getDockableComponent
(String dockableId) Returns aComponent
for the specified Dockable ID, possibly creating and registering aDockable
in the process.
-
Constructor Details
-
Stub
public Stub()
-
-
Method Details
-
getDockable
Returns aDockable
for the specified Dockable ID, possibly creating and registering it in the process.- Specified by:
getDockable
in interfaceDockableFactory
- Parameters:
dockableId
- the ID for the requestedDockable
- Returns:
null
.
-
getDockableComponent
Returns aComponent
for the specified Dockable ID, possibly creating and registering aDockable
in the process.- Specified by:
getDockableComponent
in interfaceDockableFactory
- Parameters:
dockableId
- the ID for the requested dockableComponent
- Returns:
null
.
-