Uses of Class
org.gjt.sp.jedit.gui.DockableWindowFactory
Packages that use DockableWindowFactory
-
Uses of DockableWindowFactory in org.gjt.sp.jedit.gui
Fields in org.gjt.sp.jedit.gui declared as DockableWindowFactoryMethods in org.gjt.sp.jedit.gui that return DockableWindowFactoryModifier and TypeMethodDescriptionstatic DockableWindowFactoryDockableWindowFactory.getInstance()Methods in org.gjt.sp.jedit.gui with parameters of type DockableWindowFactoryModifier and TypeMethodDescriptionDockableWindowManagerProvider.create(View view, DockableWindowFactory instance, View.ViewConfig config) DockingFrameworkProvider.create(View view, DockableWindowFactory instance, View.ViewConfig config) Constructors in org.gjt.sp.jedit.gui with parameters of type DockableWindowFactoryModifierConstructorDescriptionDockableWindowManager(View view, DockableWindowFactory instance, View.ViewConfig config) DockableWindowManagerImpl(View view, DockableWindowFactory factory, View.ViewConfig config) Creates a new dockable window manager.