| Package | Description |
|---|---|
| bibliothek.gui.dock.common |
A set of classes that can be used to create basic applications.
|
| bibliothek.gui.dock.common.intern |
Classes and interfaces used internally.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CControl.addVetoClosingListener(CVetoClosingListener listener)
Adds
listener to this control, the listener will be informed whenever a set of
CDockables is about to be closed. |
void |
CControl.removeVetoClosingListener(CVetoClosingListener listener)
Removes a listener from this control.
|
| Modifier and Type | Method and Description |
|---|---|
CVetoClosingListener |
CListenerCollection.getVetoClosingListener()
Gets a
CVetoClosingListener that forwards all events to the other
registered listeners. |
CVetoClosingListener[] |
CListenerCollection.getVetoClosingListeners()
Gets all currently registered
CVetoClosingListeners collected
in an array. |
| Modifier and Type | Method and Description |
|---|---|
void |
CDockable.addVetoClosingListener(CVetoClosingListener listener)
Adds a veto-listener to this dockable, the listener will be informed before this
dockable gets closed and can issue a veto.
|
void |
AbstractCDockable.addVetoClosingListener(CVetoClosingListener listener) |
void |
CListenerCollection.addVetoClosingListener(CVetoClosingListener listener)
Stores an additional
CVetoClosingListener in this collection. |
void |
CDockable.removeVetoClosingListener(CVetoClosingListener listener)
Removes
listener from this CDockable. |
void |
AbstractCDockable.removeVetoClosingListener(CVetoClosingListener listener) |
void |
CListenerCollection.removeVetoClosingListener(CVetoClosingListener listener)
Removes
listener from this collection. |
| Constructor and Description |
|---|
ControlVetoClosingListener(CControl control,
CVetoClosingListener callback)
Creates a new converter.
|
Copyright © 2018. All rights reserved.