|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CDockableListener
A listener added to a CDockable
, this listener will get informed
about changes of CDockable
.
Method Summary | |
---|---|
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 |
normalized(CDockable dockable)
Called when the dockable has been normalized. |
void |
visibilityChanged(CDockable dockable)
Called when the visibility -property
has changed. |
Method Detail |
---|
void closeableChanged(CDockable dockable)
closeable
-property has
changed.
dockable
- the source of the eventvoid minimizableChanged(CDockable dockable)
minimizable
-property
has changed.
dockable
- the source of the eventvoid maximizableChanged(CDockable dockable)
maximizable
-property
has changed.
dockable
- the source of the eventvoid externalizableChanged(CDockable dockable)
externalizable
-property
has changed.
dockable
- the source of the eventvoid visibilityChanged(CDockable dockable)
visibility
-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
.
dockable
- the source of the eventvoid minimized(CDockable dockable)
dockable
has been minimized.
dockable
- the source of the eventvoid maximized(CDockable dockable)
dockable
has been maximized.
dockable
- the source of the eventvoid normalized(CDockable dockable)
dockable
has been normalized.
dockable
- the source of the eventvoid externalized(CDockable dockable)
dockable
has been externalized.
dockable
- the source of the event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |