Uses of Interface
bibliothek.gui.dock.control.GlobalMouseDispatcher

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

Methods in bibliothek.gui that return GlobalMouseDispatcher
 GlobalMouseDispatcher DockController.getGlobalMouseDispatcher()
          Grants access to the GlobalMouseDispatcher which is responsible for collecting and distributing global MouseEvents.
 

Uses of GlobalMouseDispatcher in bibliothek.gui.dock.control
 

Classes in bibliothek.gui.dock.control that implement GlobalMouseDispatcher
 class DefaultGlobalMouseDispatcher
          This default implementation of a GlobalMouseDispatcher uses an AWTEventListener is possible, or just forwards events that are delivered to the DefaultGlobalMouseDispatcher.dispatch(MouseEvent) method.
 

Methods in bibliothek.gui.dock.control that return GlobalMouseDispatcher
 GlobalMouseDispatcher DefaultDockControllerFactory.createGlobalMouseDispatcher(DockController controller, ControllerSetupCollection setup)
           
 GlobalMouseDispatcher DockControllerFactory.createGlobalMouseDispatcher(DockController controller, ControllerSetupCollection setup)
          Creates a new GlobalMouseDispatcher which will be responsible for collecting and distributing global MouseEvents.