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.addDoubleClickListener(CDoubleClickListener listener)
Adds a global mouse double click listener to this control.
|
void |
CControl.removeDoubleClickListener(CDoubleClickListener listener)
Removes a listener from this control.
|
Modifier and Type | Method and Description |
---|---|
CDoubleClickListener |
CDockableAccess.getDoubleClickListener()
A double click listener which will be informed about double click events
that happen on the owner of this access.
|
CDoubleClickListener |
CListenerCollection.getDoubleClickListener()
Gets a
CDoubleClickListener which forwards all calls to its
methods to the listener registered at this collection. |
CDoubleClickListener[] |
CListenerCollection.getDoubleClickListeners()
Gets all currently registered
CDoubleClickListener s collected
in an array. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCDockable.addDoubleClickListener(CDoubleClickListener listener) |
void |
CDockable.addDoubleClickListener(CDoubleClickListener listener)
Adds a new listener to this dockable.
|
void |
CListenerCollection.addDoubleClickListener(CDoubleClickListener listener)
Stores an additional
CDoubleClickListener in this collection. |
void |
AbstractCDockable.removeDoubleClickListener(CDoubleClickListener listener) |
void |
CDockable.removeDoubleClickListener(CDoubleClickListener listener)
Removes a listener from this dockable.
|
void |
CListenerCollection.removeDoubleClickListener(CDoubleClickListener listener)
Removes a listener from this collection.
|