hi i want to do multiple selection in my JTree(multiple nodes) can any one tell me about multiple selection in JTree. plz regards siva
Michael Hildner
Ranch Hand
Joined: Oct 13, 2000
Posts: 297
posted
0
This was just a look through the API, but it looks like you can use:
The constants are: CONTIGUOUS_TREE_SELECTION Selection can only be contiguous. DISCONTIGUOUS_TREE_SELECTION Selection can contain any number of items that are not necessarily contiguous. SINGLE_TREE_SELECTION Selection can only contain one path at a time.
wip siva
Ranch Hand
Joined: Nov 03, 2000
Posts: 36
posted
0
hi friend thanx for ur suggestion.i try out this. bye siva