net.sourceforge.hivegui.docking
Class DefaultViewFactory
java.lang.Object
net.sourceforge.hivegui.docking.DefaultViewFactory
- All Implemented Interfaces:
- ViewFactory
public class DefaultViewFactory
- extends java.lang.Object
- implements ViewFactory
Field Summary |
protected org.jdesktop.application.ApplicationContext |
_context
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_context
protected org.jdesktop.application.ApplicationContext _context
DefaultViewFactory
public DefaultViewFactory()
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)