| Package | Description |
|---|---|
| bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
| bibliothek.gui.dock.event |
Listeners, adapters and events used in the whole framework.
|
| bibliothek.gui.dock.frontend |
Classes and interfaces needed by the
DockFrontend |
| Modifier and Type | Method and Description |
|---|---|
void |
DockFrontend.addVetoableListener(VetoableDockFrontendListener listener)
Adds
listener to this frontend. |
void |
DockFrontend.removeVetoableListener(VetoableDockFrontendListener listener)
Removes
listener from this frontend. |
| Modifier and Type | Class and Description |
|---|---|
class |
VetoableDockFrontendAdapter
Standard implementation of
VetoableDockFrontendListener, does
nothing in its methods. |
| Modifier and Type | Method and Description |
|---|---|
protected VetoableDockFrontendListener[] |
VetoManager.vetoableListeners()
Gets an independent array containing all currently registered
VetoableDockFrontendListeners. |
| Modifier and Type | Method and Description |
|---|---|
void |
VetoManager.addVetoableListener(VetoableDockFrontendListener listener)
Adds
listener to this frontend. |
void |
VetoManager.removeVetoableListener(VetoableDockFrontendListener listener)
Removes
listener from this frontend. |
Copyright © 2018. All rights reserved.