| Author |
DefaultTreeSelectionModel
|
Ronnie Phelps
Ranch Hand
Joined: Mar 12, 2001
Posts: 329
|
|
|
How does the default tree selection model determine what to do when CTRL-A is selected in a tree and multiple selections are allowed?
|
 |
Joe Gilvary
Ranch Hand
Joined: May 11, 2001
Posts: 152
|
|
Is CTL-A one of the nodes in your tree? If you want to execute certain code when the user types CTL-A, I believe you need to code a listener for it. HTH, Joe
|
 |
Ronnie Phelps
Ranch Hand
Joined: Mar 12, 2001
Posts: 329
|
|
|
No control A is a key stroke.
|
 |
 |
|
|
subject: DefaultTreeSelectionModel
|
|
|