See: Description
| Interface | Description |
|---|---|
| ComponentHierarchyObserverListener |
A listener of a
ComponentHierarchyObserver, this listener
gets informed whenever some Components enter or leave the realm
of a DockController. |
| ControllerSetupListener |
A listener added to a
ControllerSetupCollection, this listener
is informed when a DockController has finished setting up its objects. |
| DockableFocusListener |
A listener added to a
DockController, this listener gets informed
when the focused Dockable is exchanged. |
| DockableListener |
A listener which is added to a
Dockable. |
| DockableSelectionListener |
A listener that gets called when the selected
Dockable of a
DockStation changes. |
| DockActionSourceListener |
A listener that is added to
DockActionSource. |
| DockControllerRepresentativeListener |
A listener added to
DockController, gets informed about
changes in the set of DockElementRepresentatives. |
| DockFrontendListener |
A listener to a
DockFrontend. |
| DockHierarchyListener |
A listener that is added to a
Dockable
and is informed whenever the path of the element changes. |
| DockListener | Deprecated
clients should use the listeners they require directly
|
| DockRegisterListener |
A listener receiving events from a
DockRegister.DockRegister can be stalled
and some events may have a great delay when arriving. |
| DockStationListener |
This listener is added to a
DockStation. |
| DockTitleBindingListener |
A listener added to a
DockController, receives notifications when
a DockTitle is bound or unbound. |
| DoubleClickListener |
A
DoubleClickListener is added to the DoubleClickController
and may receive an event if a Dockable, which is child or equal
to LocatedListener.getTreeLocation(), was clicked twice. |
| DropDownActionListener |
A listener of a
DropDownAction. |
| FlapDockListener |
A listener that is added to a
FlapDockStation. |
| FocusVetoListener |
This listener is added to the
FocusController and allows to
interrupt a change of the focus. |
| KeyboardListener |
A listener added to the
KeyboardController,
this listener receives a notification whenever a keyevent is dispatched
in a DockElement below the location of this
listener. |
| LocatedListener |
A located listener receives events only if they belong to a
specific
DockElement or a child of that element. |
| SelectableDockActionListener |
An observer of a
SelectableDockAction. |
| SingleTabDeciderListener |
This listener is added to a
SingleTabDecider. |
| SplitDockListener |
A listener which is added to a
SplitDockStation. |
| StandardDockActionListener |
This listener is added to a
StandardDockAction. |
| UIListener |
A listener added to the
DockController. |
| VetoableDockFrontendListener |
This listener is added to a
DockFrontend. |
| Class | Description |
|---|---|
| ComponentHierarchyObserverEvent |
An event telling that
Components have been added or removed from
a ComponentHierarchyObserver. |
| DockableAdapter |
An abstract class implementing the
DockableListener. |
| DockableFocusEvent |
An event describing the focus transfer from one
Dockable to another. |
| DockableSelectionEvent |
An event that tells which
Dockable was selected on wich DockStation |
| DockActionAdapter |
An abstract implementation of
StandardDockActionListener. |
| DockActionSourceAdapter |
An abstract implementation of
DockActionSourceListener. |
| DockAdapter | Deprecated
clients should use the required listener or adapter class directly
|
| DockFrontendAdapter |
A class implementing all methods of
DockFrontendListener, but
not doing anything inside these methods. |
| DockHierarchyEvent |
Contains information about the path of a
Dockable. |
| DockRegisterAdapter |
A
DockRegisterListener that contains only empty methods. |
| DockStationAdapter |
An abstract implementation of
DockStationListener. |
| LocatedListenerList<L extends LocatedListener> |
An object that can hold some
LocatedListeners and order and filter
them regarding to one element of the tree. |
| VetoableDockFrontendAdapter |
Standard implementation of
VetoableDockFrontendListener, does
nothing in its methods. |
| VetoableDockFrontendEvent |
Event that is received by a
VetoableDockFrontendListener. |
| Enum | Description |
|---|---|
| FocusVetoListener.FocusVeto |
Tells how to react on a potential change of the focus.
|
Copyright © 2017 Docking Frames. All rights reserved.