Uses of Class
org.gjt.sp.jedit.gui.DockableWindowFactory

Packages that use DockableWindowFactory
org.gjt.sp.jedit.gui Various GUI controls and dialog boxes. 
 

Uses of DockableWindowFactory in org.gjt.sp.jedit.gui
 

Fields in org.gjt.sp.jedit.gui declared as DockableWindowFactory
protected  DockableWindowFactory DockableWindowManager.factory
           
 

Methods in org.gjt.sp.jedit.gui that return DockableWindowFactory
static DockableWindowFactory DockableWindowFactory.getInstance()
           
 

Methods in org.gjt.sp.jedit.gui with parameters of type DockableWindowFactory
 DockableWindowManager DockingFrameworkProvider.create(View view, DockableWindowFactory instance, View.ViewConfig config)
           
 DockableWindowManager DockableWindowManagerProvider.create(View view, DockableWindowFactory instance, View.ViewConfig config)
           
 

Constructors in org.gjt.sp.jedit.gui with parameters of type DockableWindowFactory
DockableWindowManager(View view, DockableWindowFactory instance, View.ViewConfig config)
           
DockableWindowManagerImpl(View view, DockableWindowFactory factory, View.ViewConfig config)
          Creates a new dockable window manager.