A TreeControl is a tree that displays TreeNode objects that can be clicked.
$Id: TreeControl.java,v 1.3 2007/04/26 16:14:25 lordsam Exp $
version: $Revision: 1.3 $ author: JBornemann
Select the clicked node. If selected nodes exist before the sel is cleard.
ElemententSelectedEvent is dispatched.
CLICK_MODE_SELECT_EXPAND
final public static int CLICK_MODE_SELECT_EXPAND(Code)
Select the clicked node. If selected nodes exist before the sel is cleard.
If the node has children it is expanded.
ElemententSelectedEvent is dispatched.
This is the default click mode.