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.addFocusListener(CFocusListener listener)
Adds a new focus listener to this control.
|
void |
CControl.removeFocusListener(CFocusListener listener)
Removes a listener from this control.
|
Modifier and Type | Method and Description |
---|---|
CFocusListener |
CDockableAccess.getFocusListener()
A focus listener which will be informed whenever the owner of this
CDockableAccess experiences a change in the focus. |
CFocusListener |
CListenerCollection.getFocusListener()
Gets a
CFocusListener which forwards all calls to its
methods to the listener registered at this collection. |
CFocusListener[] |
CListenerCollection.getFocusListeners()
Gets all currently registered
CFocusListener s collected in
an array. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCDockable.addFocusListener(CFocusListener listener) |
void |
CDockable.addFocusListener(CFocusListener listener)
Adds a focus listener to this dockable.
|
void |
CListenerCollection.addFocusListener(CFocusListener listener)
Adds a
CFocusListener to this collection. |
void |
AbstractCDockable.removeFocusListener(CFocusListener listener) |
void |
CDockable.removeFocusListener(CFocusListener listener)
Removes a focus listener from this dockable.
|
void |
CListenerCollection.removeFocusListener(CFocusListener listener)
Removes a listener from this collection.
|