Package | Description |
---|---|
bibliothek.gui.dock.action |
The components dealing with the logic of
DockAction s. |
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.facile.action |
Some
DockAction s used by Common . |
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. |
bibliothek.gui.dock.support.mode |
Basic interfaces and classes for a framework that assigns modes to
Dockable s. |
Modifier and Type | Field and Description |
---|---|
protected java.util.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 |
KeyedActionSource.addDockActionSourceListener(DockActionSourceListener listener) |
void |
KeyedActionSource.removeDockActionSourceListener(DockActionSourceListener listener) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
ModeForwardingActionSource.addDockActionSourceListener(DockActionSourceListener listener) |
void |
ModeForwardingActionSource.removeDockActionSourceListener(DockActionSourceListener listener) |