net.sourceforge.hivegui.docking
Class HiveGuiDockableFactory
java.lang.Object
org.flexdock.docking.DockableFactory.Stub
net.sourceforge.hivegui.docking.HiveGuiDockableFactory
- All Implemented Interfaces:
- org.flexdock.docking.DockableFactory
public class HiveGuiDockableFactory
- extends org.flexdock.docking.DockableFactory.Stub
Nested classes/interfaces inherited from interface org.flexdock.docking.DockableFactory |
org.flexdock.docking.DockableFactory.Stub |
Method Summary |
protected org.flexdock.docking.Dockable |
createDockable(java.lang.String id)
|
org.flexdock.docking.Dockable |
getDockable(java.lang.String id)
|
protected org.flexdock.docking.Dockable |
getEmptyView()
|
Methods inherited from class org.flexdock.docking.DockableFactory.Stub |
getDockableComponent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_contentFactory
protected final ViewContentFactory _contentFactory
_viewFactory
protected final ViewFactory _viewFactory
_emptyView
protected org.flexdock.docking.Dockable _emptyView
HiveGuiDockableFactory
public HiveGuiDockableFactory(ViewContentFactory contentFactory,
ViewFactory viewFactory)
getDockable
public org.flexdock.docking.Dockable getDockable(java.lang.String id)
- Specified by:
getDockable
in interface org.flexdock.docking.DockableFactory
- Overrides:
getDockable
in class org.flexdock.docking.DockableFactory.Stub
createDockable
protected org.flexdock.docking.Dockable createDockable(java.lang.String id)
getEmptyView
protected org.flexdock.docking.Dockable getEmptyView()