程序包 org.meteoinfo.ui
类 CheckTreeSelectionModel
- java.lang.Object
-
- javax.swing.tree.DefaultTreeSelectionModel
-
- org.meteoinfo.ui.CheckTreeSelectionModel
-
- 所有已实现的接口:
Serializable,Cloneable,TreeSelectionModel
public class CheckTreeSelectionModel extends DefaultTreeSelectionModel
- 作者:
- wyq
- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 javax.swing.tree.DefaultTreeSelectionModel
changeSupport, leadIndex, leadPath, leadRow, listenerList, listSelectionModel, rowMapper, selection, SELECTION_MODE_PROPERTY, selectionMode
-
从接口继承的字段 javax.swing.tree.TreeSelectionModel
CONTIGUOUS_TREE_SELECTION, DISCONTIGUOUS_TREE_SELECTION, SINGLE_TREE_SELECTION
-
-
构造器概要
构造器 构造器 说明 CheckTreeSelectionModel(TreeModel model)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidaddSelectionPaths(TreePath[] paths)booleanisPartiallySelected(TreePath path)booleanisPathSelected(TreePath path, boolean dig)voidremoveSelectionPaths(TreePath[] paths)voidsetSelectionPaths(TreePath[] pPaths)-
从类继承的方法 javax.swing.tree.DefaultTreeSelectionModel
addPropertyChangeListener, addSelectionPath, addTreeSelectionListener, arePathsContiguous, canPathsBeAdded, canPathsBeRemoved, clearSelection, clone, fireValueChanged, getLeadSelectionPath, getLeadSelectionRow, getListeners, getMaxSelectionRow, getMinSelectionRow, getPropertyChangeListeners, getRowMapper, getSelectionCount, getSelectionMode, getSelectionPath, getSelectionPaths, getSelectionRows, getTreeSelectionListeners, insureRowContinuity, insureUniqueness, isPathSelected, isRowSelected, isSelectionEmpty, notifyPathChange, removePropertyChangeListener, removeSelectionPath, removeTreeSelectionListener, resetRowSelection, setRowMapper, setSelectionMode, setSelectionPath, toString, updateLeadIndex
-
-
-
-
构造器详细资料
-
CheckTreeSelectionModel
public CheckTreeSelectionModel(TreeModel model)
-
-
方法详细资料
-
isPartiallySelected
public boolean isPartiallySelected(TreePath path)
-
isPathSelected
public boolean isPathSelected(TreePath path, boolean dig)
-
setSelectionPaths
public void setSelectionPaths(TreePath[] pPaths)
- 指定者:
setSelectionPaths在接口中TreeSelectionModel- 覆盖:
setSelectionPaths在类中DefaultTreeSelectionModel
-
addSelectionPaths
public void addSelectionPaths(TreePath[] paths)
- 指定者:
addSelectionPaths在接口中TreeSelectionModel- 覆盖:
addSelectionPaths在类中DefaultTreeSelectionModel
-
removeSelectionPaths
public void removeSelectionPaths(TreePath[] paths)
- 指定者:
removeSelectionPaths在接口中TreeSelectionModel- 覆盖:
removeSelectionPaths在类中DefaultTreeSelectionModel
-
-