Modifier and Type | Method and Description |
---|---|
void |
internalLocationChange(ModeArea source,
java.util.Set<Dockable> dockables)
To be called if a set of
Dockable s, which are children of the
ModeArea source , changed their location such that
their Mode might change.Note: this method gets only called if Dockable.getDockParent()
did not change. |
void internalLocationChange(ModeArea source, java.util.Set<Dockable> dockables)
Dockable
s, which are children of the
ModeArea
source
, changed their location such that
their Mode
might change.Dockable.getDockParent()
did not change. Only ModeArea
s which represent more than one
Mode
are required to call this listener.source
- the source of the eventdockables
- all the element which might have changed their mode