|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.flexdock.docking.DockableFactory.Stub
public static class DockableFactory.Stub
An empty implementation of DockableFactory
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.flexdock.docking.DockableFactory |
---|
DockableFactory.Stub |
Constructor Summary | |
---|---|
DockableFactory.Stub()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DockableFactory.Stub()
Method Detail |
---|
public Dockable getDockable(java.lang.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 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 DockableFactory
dockableId
- the ID for the requested dockable Component
null
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |