| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
GlobalMouseDispatcher |
DockController.getGlobalMouseDispatcher()
Grants access to the
GlobalMouseDispatcher which is responsible for collecting and
distributing global MouseEvents. |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2017 Docking Frames. All rights reserved.