Uses of Interface
net.sourceforge.hivegui.docking.ViewFactory

Packages that use ViewFactory
net.sourceforge.hivegui.docking This package defines classes that implement the HiveGUI docking framework. 
 

Uses of ViewFactory in net.sourceforge.hivegui.docking
 

Classes in net.sourceforge.hivegui.docking that implement ViewFactory
 class DefaultViewFactory
           
 

Fields in net.sourceforge.hivegui.docking declared as ViewFactory
protected  ViewFactory HiveGuiDockableFactory._viewFactory
           
 

Constructors in net.sourceforge.hivegui.docking with parameters of type ViewFactory
HiveGuiDockableFactory(ViewContentFactory contentFactory, ViewFactory viewFactory)