public interface CDockableStateListener
CDockablePropertyListener,
CDockableLocationListener| Modifier and Type | Method and Description |
|---|---|
void |
extendedModeChanged(CDockable dockable,
ExtendedMode mode)
Called if the
extended mode of dockable
changed. |
void |
visibilityChanged(CDockable dockable)
Called when the
visibility-property
changed. |
void visibilityChanged(CDockable dockable)
visibility-property
changed. Please read the notes of CDockable.isVisible() to
learn more about the exact meaning of visibility in the context of a
CDockable.Dockable or not should use
a CDockableLocationListener.dockable - the source of the eventCDockable.isVisible(),
CDockable.isShowing()void extendedModeChanged(CDockable dockable, ExtendedMode mode)
extended mode of dockable
changed.dockable - the element whose mode changedmode - the new modeCopyright © 2018. All rights reserved.