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.addVetoFocusListener(CVetoFocusListener listener)
Adds a new veto focus listener to this control.
|
void |
CControl.removeVetoFocusListener(CVetoFocusListener listener)
Removes a listener from this control.
|
Modifier and Type | Method and Description |
---|---|
CVetoFocusListener |
CListenerCollection.getVetoFocusListener()
Gets a
CVetoFocusListener which forwards all calls to
its methods to the listeners registered in this collection. |
CVetoFocusListener[] |
CListenerCollection.getVetoFocusListeners()
Gets all the
CVetoFocusListener that are collected in
this collection. |
Modifier and Type | Method and Description |
---|---|
void |
CListenerCollection.addVetoFocusListener(CVetoFocusListener listener)
Adds a listener to this collection.
|
void |
CListenerCollection.removeVetoFocusListener(CVetoFocusListener listener)
Removes a listener from this collection
|
Constructor and Description |
---|
ControlVetoFocusListener(CControl control,
CVetoFocusListener callback)
Creates a new veto focus listener.
|