|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TreeViewBranchListener
Tree view branch listener interface.
Nested Class Summary | |
---|---|
static class |
TreeViewBranchListener.Adapter
Tree view branch listener adapter. |
Method Summary | |
---|---|
void |
branchCollapsed(TreeView treeView,
Sequence.Tree.Path path)
Called when a tree node is collapsed. |
void |
branchExpanded(TreeView treeView,
Sequence.Tree.Path path)
Called when a tree node is expanded. |
Method Detail |
---|
void branchExpanded(TreeView treeView, Sequence.Tree.Path path)
treeView
- The source of the event.path
- The path of the node that was shown.void branchCollapsed(TreeView treeView, Sequence.Tree.Path path)
treeView
- The source of the event.path
- The path of the node that was collapsed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |