|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DockActionSourceListener | |
|---|---|
| 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. |
| Uses of DockActionSourceListener in bibliothek.gui.dock.action |
|---|
| Fields in bibliothek.gui.dock.action with type parameters of type DockActionSourceListener | |
|---|---|
protected List<DockActionSourceListener> |
AbstractDockActionSource.listeners
The listeners which are registered on this source |
| Uses of DockActionSourceListener in bibliothek.gui.dock.event |
|---|
| Classes in bibliothek.gui.dock.event that implement DockActionSourceListener | |
|---|---|
class |
DockActionSourceAdapter
An abstract implementation of DockActionSourceListener. |
| Uses of DockActionSourceListener in bibliothek.gui.dock.station.screen |
|---|
| Methods in bibliothek.gui.dock.station.screen with parameters of type DockActionSourceListener | |
|---|---|
void |
FullscreenActionSource.addDockActionSourceListener(DockActionSourceListener listener)
|
void |
FullscreenActionSource.removeDockActionSourceListener(DockActionSourceListener listener)
|
| Uses of DockActionSourceListener in bibliothek.gui.dock.station.stack.action |
|---|
| Methods in bibliothek.gui.dock.station.stack.action with parameters of type DockActionSourceListener | |
|---|---|
void |
DockActionDistributorSource.addDockActionSourceListener(DockActionSourceListener listener)
|
void |
DockActionDistributorSource.removeDockActionSourceListener(DockActionSourceListener listener)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||