|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CDockablePropertyListener
A listener added to a CDockable
, this listener will get informed
about property 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 |
maximizableChanged(CDockable dockable)
Called when the maximizable -property
has changed. |
void |
minimizableChanged(CDockable dockable)
Called when the minimizable -property
has changed. |
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 |
resizeLockedChanged(CDockable dockable)
Called when the CDockable.isResizeLocked() -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 resizeLockedChanged(CDockable dockable)
CDockable.isResizeLocked()
-property has changed.
dockable
- the source of the eventvoid minimizedHoldChanged(CDockable dockable)
CDockable.isMinimizedHold()
-property has changed.
dockable
- the source of the eventvoid minimizeSizeChanged(CDockable dockable)
CDockable.getMinimizedSize()
has changed.
dockable
- the source of the event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |