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

Packages that use DoubleClickController
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 DoubleClickController in bibliothek.gui
 

Methods in bibliothek.gui that return DoubleClickController
 DoubleClickController DockController.getDoubleClickController()
          Gets the manager for handling global double clicks of the mouse.
 

Uses of DoubleClickController in bibliothek.gui.dock.control
 

Methods in bibliothek.gui.dock.control that return DoubleClickController
 DoubleClickController DefaultDockControllerFactory.createDoubleClickController(DockController controller, ControllerSetupCollection setup)
           
 DoubleClickController DockControllerFactory.createDoubleClickController(DockController controller, ControllerSetupCollection setup)
          Creates the controller that will forward double clicks with the mouse.