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

Packages that use DockableSelector
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock.control Classes responsible to handle some global task. 
 

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.