| Package | Description |
|---|---|
| bibliothek.gui.dock.action |
The components dealing with the logic of
DockActions. |
| 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. |
| bibliothek.gui.dock.station.screen |
Elements that are related to the
ScreenDockStation. |
| bibliothek.gui.dock.station.stack.action |
Contains the
DockActionDistributor interface
which allows clients to tell where a DockAction appears, either
as part of a tab, of the info panel, or on the DockTitle.Clients can make use of the annotations InfoDockAction,
TabDockAction and TitleDockAction
to easily mark the location of their actions. |
| Modifier and Type | Field and Description |
|---|---|
protected List<DockActionSourceListener> |
AbstractDockActionSource.listeners
The listeners which are registered on this source
|
| Modifier and Type | Class and Description |
|---|---|
class |
DockActionSourceAdapter
An abstract implementation of
DockActionSourceListener. |
| Modifier and Type | Method and Description |
|---|---|
void |
FullscreenActionSource.addDockActionSourceListener(DockActionSourceListener listener) |
void |
FullscreenActionSource.removeDockActionSourceListener(DockActionSourceListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
DockActionDistributorSource.addDockActionSourceListener(DockActionSourceListener listener) |
void |
DockActionDistributorSource.removeDockActionSourceListener(DockActionSourceListener listener) |
Copyright © 2017 Docking Frames. All rights reserved.