|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |
public interface UTreeSelectionBasicModel
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.
字段摘要 | |
---|---|
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 |
字段详细信息 |
---|
static final int CHECK_BOX_SELECTED
static final int LABEL_SELECTED
方法详细信息 |
---|
void setSelectionComponentMode(int mode)
int
- modeint getSelectionComponentMode()
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |