|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface SplitDockPerspective.EntryListener
A listener that can be added to a SplitDockPerspective and that will receive events
whenever the tree of the perspective changes.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
parent - the parent, either a Root or a Nodechild - the child, either a Node or a Leaf
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 perspective
parent - the parent, either a Root or a Nodechild - the child, either a Node or a Leaf
void 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 null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||