Package | Description |
---|---|
bibliothek.extension.gui.dock.theme.eclipse |
Various graphical and logical components needed when the
EclipseTheme
is active. |
bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
bibliothek.gui.dock.common.intern |
Classes and interfaces used internally.
|
bibliothek.gui.dock.control |
Classes responsible to handle some global task.
|
bibliothek.gui.dock.control.focus |
The focus sub-system is responsible for transferring the focus to the currently
active
Dockable . |
bibliothek.gui.dock.event |
Listeners, adapters and events used in the whole framework.
A Listener is added to some object that needs to be observed, the Listener will be informed whenever the observed object changes. An Adapter is an implementation of a Listener, but the methods of an Adapter are empty. An Event is an object carrying information from an observed object to a Listener. |
Class and Description |
---|
FocusAwareComponent
A
Component implementing this interface tells the framework that
it is aware of the existence of the MouseFocusObserver and that this
Component prefers to request its focus independently. |
Class and Description |
---|
FocusController
The
FocusController is responsible for transferring focus between Dockable s. |
FocusHistory
This interface tells the order in which the
Dockable s got the focus. |
FocusRequest |
MouseFocusObserver
A
MouseFocusObserver tracks the movement and actions of the mouse and is responsible for
transferring the focus by calling DockController.setFocusedDockable(Dockable, java.awt.Component, boolean, boolean, boolean)
at an appropriate time. |
Class and Description |
---|
FocusController
The
FocusController is responsible for transferring focus between Dockable s. |
FocusRequest |
Class and Description |
---|
AbstractFocusController
Abstract implementation of
FocusController offering methods to
handle the listeners. |
FocusController
The
FocusController is responsible for transferring focus between Dockable s. |
FocusHistory
This interface tells the order in which the
Dockable s got the focus. |
FocusRequest |
MouseFocusObserver
A
MouseFocusObserver tracks the movement and actions of the mouse and is responsible for
transferring the focus by calling DockController.setFocusedDockable(Dockable, java.awt.Component, boolean, boolean, boolean)
at an appropriate time. |
Class and Description |
---|
FocusController
The
FocusController is responsible for transferring focus between Dockable s. |
FocusHistory
This interface tells the order in which the
Dockable s got the focus. |
FocusRequest |
FocusStrategy
A
FocusStrategy is used by a DockController to decide which Component to focus if
a Dockable should receive the focus. |
FocusStrategyRequest
A question that is asked to a
FocusStrategy . |
MouseFocusObserver
A
MouseFocusObserver tracks the movement and actions of the mouse and is responsible for
transferring the focus by calling DockController.setFocusedDockable(Dockable, java.awt.Component, boolean, boolean, boolean)
at an appropriate time. |
Class and Description |
---|
FocusController
The
FocusController is responsible for transferring focus between Dockable s. |