Uses of Interface
org.gjt.sp.jedit.gui.DockableWindowContainer

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

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

Classes in org.gjt.sp.jedit.gui that implement DockableWindowContainer
 class FloatingWindowContainer
          A container for dockable windows.
 class PanelWindowContainer
          A container for dockable windows.
 

Methods in org.gjt.sp.jedit.gui with parameters of type DockableWindowContainer
 javax.swing.JPopupMenu DockableWindowManager.createPopupMenu(DockableWindowContainer container, java.lang.String dockable, boolean clone)