public static interface SplitDockPerspective.EntryListener
SplitDockPerspective and that will receive events
whenever the tree of the perspective changes.| Modifier and Type | Method and Description |
|---|---|
void |
added(SplitDockPerspective.Entry parent,
SplitDockPerspective.Entry child)
Called after
child was added to parent. |
void |
modified(SplitDockPerspective.Leaf leaf,
PerspectiveDockable oldDockable,
PerspectiveDockable newDockable)
Called if the content of
leaf has been modified. |
void |
removed(SplitDockPerspective.Entry parent,
SplitDockPerspective.Entry child)
Called after
child was removed from parent. |
void added(SplitDockPerspective.Entry parent, SplitDockPerspective.Entry child)
child was added to parent. This implies that
the entire subtree below child was added to this perspective.void removed(SplitDockPerspective.Entry parent, SplitDockPerspective.Entry child)
child was removed from parent. This implies that
the entire subtree below child was removed from this perspectivevoid modified(SplitDockPerspective.Leaf leaf, PerspectiveDockable oldDockable, PerspectiveDockable newDockable)
leaf has been modified.leaf - the leaf whose children changedoldDockable - the old element, can be nullnewDockable - the new element, can be nullCopyright © 2017 Docking Frames. All rights reserved.