See: Description
| Interface | Description | 
|---|---|
| TreeMouseClickHandler | 
 This interface is to be implemented by the object that is to respond when
  a tree node receives a mouse click. 
 | 
| Class | Description | 
|---|---|
| TreeMouseAdapter | 
 This class sifts through the  
mousePressed() and
  mouseReleased() events that are generated by a JTree. | 
| TreeSelectKeyAdapter | 
 Class that handles accessible node selection via the space key. 
 | 
Contains utility classes for customizing the behavior of JTree.