net.sourceforge.hivegui.docking
Class DefaultViewFactory

java.lang.Object
  extended by net.sourceforge.hivegui.docking.DefaultViewFactory
All Implemented Interfaces:
ViewFactory

public class DefaultViewFactory
extends java.lang.Object
implements ViewFactory


Nested Class Summary
protected static class DefaultViewFactory.ViewBean
           
 
Field Summary
protected  org.jdesktop.application.ApplicationContext _context
           
 
Constructor Summary
DefaultViewFactory()
           
 
Method Summary
protected  org.flexdock.view.View createView(java.lang.String id)
           
 org.flexdock.view.View createView(java.lang.String id, javax.swing.JComponent content)
           
protected  void initView(org.flexdock.view.View view, java.lang.String id)
           
 void setContextHolder(ApplicationContextHolder holder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_context

protected org.jdesktop.application.ApplicationContext _context
Constructor Detail

DefaultViewFactory

public DefaultViewFactory()
Method Detail

setContextHolder

public void setContextHolder(ApplicationContextHolder holder)

createView

public org.flexdock.view.View createView(java.lang.String id,
                                         javax.swing.JComponent content)
Specified by:
createView in interface ViewFactory

createView

protected org.flexdock.view.View createView(java.lang.String id)

initView

protected void initView(org.flexdock.view.View view,
                        java.lang.String id)