com.nonesole.swing.plaf.basic.tree.utree.basic
接口 UTreeSelectionBasicModel

所有超级接口:
javax.swing.tree.TreeSelectionModel

public interface UTreeSelectionBasicModel
extends javax.swing.tree.TreeSelectionModel

The next methods and parameters in interface TreeSelectionModel will not be supported by classes of interface UTreeSelectionBasicModel:
setSelectionMode(int) , getSelectionMode() , SINGLE_TREE_SELECTION、CONTIGUOUS_TREE_SELECTION and DISCONTIGUOUS_TREE_SELECTION.

版本:
1.0 - build on 2011-03-15
作者:
JACK LEE

字段摘要
static int CHECK_BOX_SELECTED
          Select by check box
static int LABEL_SELECTED
          Select by label
 
从接口 javax.swing.tree.TreeSelectionModel 继承的字段
CONTIGUOUS_TREE_SELECTION, DISCONTIGUOUS_TREE_SELECTION, SINGLE_TREE_SELECTION
 
方法摘要
 int getSelectionComponentMode()
          Get select mode
 void setSelectionComponentMode(int mode)
          Set select mode,like CHECK_BOX_SELECTED or LABEL_SELECTED
 
从接口 javax.swing.tree.TreeSelectionModel 继承的方法
addPropertyChangeListener, addSelectionPath, addSelectionPaths, addTreeSelectionListener, clearSelection, getLeadSelectionPath, getLeadSelectionRow, getMaxSelectionRow, getMinSelectionRow, getRowMapper, getSelectionCount, getSelectionMode, getSelectionPath, getSelectionPaths, getSelectionRows, isPathSelected, isRowSelected, isSelectionEmpty, removePropertyChangeListener, removeSelectionPath, removeSelectionPaths, removeTreeSelectionListener, resetRowSelection, setRowMapper, setSelectionMode, setSelectionPath, setSelectionPaths
 

字段详细信息

CHECK_BOX_SELECTED

static final int CHECK_BOX_SELECTED
Select by check box

另请参见:
常量字段值

LABEL_SELECTED

static final int LABEL_SELECTED
Select by label

另请参见:
常量字段值
方法详细信息

setSelectionComponentMode

void setSelectionComponentMode(int mode)
Set select mode,like CHECK_BOX_SELECTED or LABEL_SELECTED

参数:
int - mode

getSelectionComponentMode

int getSelectionComponentMode()
Get select mode

返回:
int