|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.common.event.CDockableAdapter
public class CDockableAdapter
A class implementing all methods of CDockableStateListener
and CDockablePropertyListener.
The methods have an empty body and can be overridden by subclasses.
| Constructor Summary | |
|---|---|
CDockableAdapter()
|
|
| Method Summary | |
|---|---|
void |
actionChanged(CDockable dockable,
String key,
CAction oldAction,
CAction newAction)
Called when an action that is returned by CDockable.getAction(String)
has been exchanged. |
void |
closeableChanged(CDockable dockable)
Called when the closeable-property has
changed. |
void |
externalizableChanged(CDockable dockable)
Called when the externalizable-property
has changed. |
void |
externalized(CDockable dockable)
Called when the dockable has been externalized. |
void |
maximizableChanged(CDockable dockable)
Called when the maximizable-property
has changed. |
void |
maximized(CDockable dockable)
Called when the dockable has been maximized. |
void |
minimizableChanged(CDockable dockable)
Called when the minimizable-property
has changed. |
void |
minimized(CDockable dockable)
Called when the dockable has been minimized. |
void |
minimizedHoldChanged(CDockable dockable)
Called when the CDockable.isMinimizedHold()-property has changed. |
void |
minimizeSizeChanged(CDockable dockable)
Called when the property CDockable.getMinimizedSize() has changed. |
void |
normalized(CDockable dockable)
Called when the dockable has been normalized. |
void |
resizeLockedChanged(CDockable dockable)
Called when the CDockable.isResizeLockedHorizontally() or
CDockable.isResizeLockedVertically()-property has changed. |
void |
singleTabShownChanged(CDockable dockable)
Called when the property CDockable.isSingleTabShown() has changed. |
void |
titleShownChanged(CDockable dockable)
Called when the property CDockable.isTitleShown() has changed. |
void |
visibilityChanged(CDockable dockable)
Called when the visibility-property
has changed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CDockableAdapter()
| Method Detail |
|---|
public void closeableChanged(CDockable dockable)
CDockablePropertyListenercloseable-property has
changed.
closeableChanged in interface CDockablePropertyListenerdockable - the source of the eventpublic void resizeLockedChanged(CDockable dockable)
CDockablePropertyListenerCDockable.isResizeLockedHorizontally() or
CDockable.isResizeLockedVertically()-property has changed.
resizeLockedChanged in interface CDockablePropertyListenerdockable - the source of the eventpublic void externalizableChanged(CDockable dockable)
CDockablePropertyListenerexternalizable-property
has changed.
externalizableChanged in interface CDockablePropertyListenerdockable - the source of the eventpublic void externalized(CDockable dockable)
CDockableStateListenerdockable has been externalized.
externalized in interface CDockableStateListenerdockable - the source of the eventpublic void maximizableChanged(CDockable dockable)
CDockablePropertyListenermaximizable-property
has changed.
maximizableChanged in interface CDockablePropertyListenerdockable - the source of the eventpublic void maximized(CDockable dockable)
CDockableStateListenerdockable has been maximized.
maximized in interface CDockableStateListenerdockable - the source of the eventpublic void minimizableChanged(CDockable dockable)
CDockablePropertyListenerminimizable-property
has changed.
minimizableChanged in interface CDockablePropertyListenerdockable - the source of the eventpublic void minimized(CDockable dockable)
CDockableStateListenerdockable has been minimized.
minimized in interface CDockableStateListenerdockable - the source of the eventpublic void minimizedHoldChanged(CDockable dockable)
CDockablePropertyListenerCDockable.isMinimizedHold()-property has changed.
minimizedHoldChanged in interface CDockablePropertyListenerdockable - the source of the eventpublic void minimizeSizeChanged(CDockable dockable)
CDockablePropertyListenerCDockable.getMinimizedSize() has changed.
minimizeSizeChanged in interface CDockablePropertyListenerdockable - the source of the eventpublic void titleShownChanged(CDockable dockable)
CDockablePropertyListenerCDockable.isTitleShown() has changed.
titleShownChanged in interface CDockablePropertyListenerdockable - the source of the eventpublic void singleTabShownChanged(CDockable dockable)
CDockablePropertyListenerCDockable.isSingleTabShown() has changed.
singleTabShownChanged in interface CDockablePropertyListenerdockable - the source of the event
public void actionChanged(CDockable dockable,
String key,
CAction oldAction,
CAction newAction)
CDockablePropertyListenerCDockable.getAction(String)
has been exchanged.
actionChanged in interface CDockablePropertyListenerdockable - the source of the eventkey - the name of the exchanged actionoldAction - the old action, can be nullnewAction - the new action, can be nullpublic void normalized(CDockable dockable)
CDockableStateListenerdockable has been normalized.
normalized in interface CDockableStateListenerdockable - the source of the eventpublic void visibilityChanged(CDockable dockable)
CDockableStateListenervisibility-property
has changed. Please read the notes of CDockable.isVisible() to
learn more about the exact meaning of visibility in the context of a
CDockable.
visibilityChanged in interface CDockableStateListenerdockable - the source of the event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||