|
||||||||||
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 CDockableListener
. The methods
have an empty body and can be overriden by subclasses.
Constructor Summary | |
---|---|
CDockableAdapter()
|
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. |
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)
CDockableListener
closeable
-property has
changed.
closeableChanged
in interface CDockableListener
dockable
- the source of the eventpublic void externalizableChanged(CDockable dockable)
CDockableListener
externalizable
-property
has changed.
externalizableChanged
in interface CDockableListener
dockable
- the source of the eventpublic void externalized(CDockable dockable)
CDockableListener
dockable
has been externalized.
externalized
in interface CDockableListener
dockable
- the source of the eventpublic void maximizableChanged(CDockable dockable)
CDockableListener
maximizable
-property
has changed.
maximizableChanged
in interface CDockableListener
dockable
- the source of the eventpublic void maximized(CDockable dockable)
CDockableListener
dockable
has been maximized.
maximized
in interface CDockableListener
dockable
- the source of the eventpublic void minimizableChanged(CDockable dockable)
CDockableListener
minimizable
-property
has changed.
minimizableChanged
in interface CDockableListener
dockable
- the source of the eventpublic void minimized(CDockable dockable)
CDockableListener
dockable
has been minimized.
minimized
in interface CDockableListener
dockable
- the source of the eventpublic void normalized(CDockable dockable)
CDockableListener
dockable
has been normalized.
normalized
in interface CDockableListener
dockable
- the source of the eventpublic void visibilityChanged(CDockable dockable)
CDockableListener
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
.
visibilityChanged
in interface CDockableListener
dockable
- the source of the event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |