|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TreeViewBranchListener
Tree view branch listener interface.
Method Summary | |
---|---|
void |
branchCollapsed(TreeView treeView,
Sequence<java.lang.Integer> path)
Called when a tree node is collapsed. |
void |
branchExpanded(TreeView treeView,
Sequence<java.lang.Integer> path)
Called when a tree node is expanded. |
Method Detail |
---|
void branchExpanded(TreeView treeView, Sequence<java.lang.Integer> path)
treeView
- The source of the event.path
- The path of the node that was shown.void branchCollapsed(TreeView treeView, Sequence<java.lang.Integer> 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 |