Uses of Class
org.gjt.sp.jedit.gui.DockableWindowManager
Packages that use DockableWindowManager
-
Uses of DockableWindowManager in org.gjt.sp.jedit
Methods in org.gjt.sp.jedit that return DockableWindowManagerModifier and TypeMethodDescriptionView.getDockableWindowManager()
Returns the dockable window manager associated with this view. -
Uses of DockableWindowManager in org.gjt.sp.jedit.gui
Subclasses of DockableWindowManager in org.gjt.sp.jedit.guiModifier and TypeClassDescriptionclass
Manages dockable windows for a single View.Methods in org.gjt.sp.jedit.gui that return DockableWindowManagerModifier and TypeMethodDescriptionDockableWindowManagerProvider.create
(View view, DockableWindowFactory instance, View.ViewConfig config) DockingFrameworkProvider.create
(View view, DockableWindowFactory instance, View.ViewConfig config) -
Uses of DockableWindowManager in org.gjt.sp.jedit.msg
Constructors in org.gjt.sp.jedit.msg with parameters of type DockableWindowManagerModifierConstructorDescriptionDockableWindowUpdate
(DockableWindowManager wm, Object what, String dockable) Creates a new dockable window update message.