Uses of Class
bibliothek.gui.dock.control.DockableSelector

Packages that use DockableSelector
bibliothek.gui   
bibliothek.gui.dock.control   
 

Uses of DockableSelector in bibliothek.gui
 

Methods in bibliothek.gui that return DockableSelector
 DockableSelector DockController.getDockableSelector()
          Gets the selector which can show a popup window such that the user can use the keyboard or the mouse to focus a Dockable.
 

Uses of DockableSelector in bibliothek.gui.dock.control
 

Methods in bibliothek.gui.dock.control that return DockableSelector
 DockableSelector DefaultDockControllerFactory.createDockableSelector(DockController controller, ControllerSetupCollection setup)
           
 DockableSelector DockControllerFactory.createDockableSelector(DockController controller, ControllerSetupCollection setup)
          Creates a new selector for Dockables.