| Package | Description |
|---|---|
| bibliothek.gui.dock.action |
The components dealing with the logic of
DockActions. |
| bibliothek.gui.dock.action.actions |
Contains a set of different
DockActions
and supporting classes. |
| bibliothek.gui.dock.event |
Listeners, adapters and events used in the whole framework.
|
| bibliothek.gui.dock.themes.basic.action |
Elements handling the view of
DockActions. |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardDockAction.addDockActionListener(StandardDockActionListener listener)
Adds a listener to this DockAction.
|
void |
StandardDockAction.removeDockActionListener(StandardDockActionListener listener)
Removes a listener from this DockStation.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<StandardDockActionListener> |
AbstractStandardDockAction.listeners
The listeners that are registered by this action
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractStandardDockAction.addDockActionListener(StandardDockActionListener listener) |
void |
AbstractStandardDockAction.removeDockActionListener(StandardDockActionListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
DockActionAdapter
An abstract implementation of
StandardDockActionListener. |
| Modifier and Type | Class and Description |
|---|---|
protected class |
BasicHandler.Listener
A listener to the action of the enclosing handler.
|
Copyright © 2018. All rights reserved.