net.sourceforge.hivegui.docking
Class HiveGuiDockableFactory

java.lang.Object
  extended by org.flexdock.docking.DockableFactory.Stub
      extended by net.sourceforge.hivegui.docking.HiveGuiDockableFactory
All Implemented Interfaces:
org.flexdock.docking.DockableFactory

public class HiveGuiDockableFactory
extends org.flexdock.docking.DockableFactory.Stub


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.flexdock.docking.DockableFactory
org.flexdock.docking.DockableFactory.Stub
 
Field Summary
protected  ViewContentFactory _contentFactory
           
protected  org.flexdock.docking.Dockable _emptyView
           
protected  ViewFactory _viewFactory
           
 
Constructor Summary
HiveGuiDockableFactory(ViewContentFactory contentFactory, ViewFactory viewFactory)
           
 
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
 

Field Detail

_contentFactory

protected final ViewContentFactory _contentFactory

_viewFactory

protected final ViewFactory _viewFactory

_emptyView

protected org.flexdock.docking.Dockable _emptyView
Constructor Detail

HiveGuiDockableFactory

public HiveGuiDockableFactory(ViewContentFactory contentFactory,
                              ViewFactory viewFactory)
Method Detail

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()