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
CDockable s is about to be closed.CVetoClosingListener s added to the CControl are invoked before listeners that
are added to a CDockable . |
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
CVetoClosingListener s collected
in an array. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCDockable.addVetoClosingListener(CVetoClosingListener listener) |
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 |
CListenerCollection.addVetoClosingListener(CVetoClosingListener listener)
Stores an additional
CVetoClosingListener in this collection. |
void |
AbstractCDockable.removeVetoClosingListener(CVetoClosingListener listener) |
void |
CDockable.removeVetoClosingListener(CVetoClosingListener listener)
Removes
listener from this CDockable . |
void |
CListenerCollection.removeVetoClosingListener(CVetoClosingListener listener)
Removes
listener from this collection. |
Constructor and Description |
---|
ControlVetoClosingListener(CControl control,
CVetoClosingListener callback)
Creates a new converter.
|