- java.lang.Object
-
- javax.swing.tree.DefaultTreeSelectionModel
-
- javax.swing.JTree.EmptySelectionModel
-
- 实现的所有接口
-
Serializable
,Cloneable
,TreeSelectionModel
- Enclosing class:
- JTree
protected static class JTree.EmptySelectionModel extends DefaultTreeSelectionModel
EmptySelectionModel
是TreeSelectionModel
,不允许任何选择。警告:此类的序列化对象与以后的Swing版本不兼容。 当前的序列化支持适用于运行相同版本Swing的应用程序之间的短期存储或RMI。 从1.4开始,
java.beans
软件包中添加了对所有JavaBeansjava.beans
长期存储的支持。 请参阅XMLEncoder
。- 另请参见:
- Serialized Form
-
-
字段汇总
字段 变量和类型 字段 描述 protected static JTree.EmptySelectionModel
sharedInstance
单个实例EmptySelectionModel
。-
声明的属性在类 javax.swing.tree.DefaultTreeSelectionModel
changeSupport, leadIndex, leadPath, leadRow, listenerList, listSelectionModel, rowMapper, selection, SELECTION_MODE_PROPERTY, selectionMode
-
Fields declared in interface javax.swing.tree.TreeSelectionModel
CONTIGUOUS_TREE_SELECTION, DISCONTIGUOUS_TREE_SELECTION, SINGLE_TREE_SELECTION
-
-
构造方法摘要
构造方法 变量 构造器 描述 protected
EmptySelectionModel()
-
方法摘要
所有方法 静态方法 实例方法 具体的方法 变量和类型 方法 描述 void
addPropertyChangeListener(PropertyChangeListener listener)
这是重写,什么都不做;EmptySelectionModel
不允许选择。void
addSelectionPaths(TreePath[] paths)
这是重写,什么都不做;EmptySelectionModel
不允许选择。void
addTreeSelectionListener(TreeSelectionListener listener)
这是重写,什么都不做;EmptySelectionModel
不允许选择。void
removePropertyChangeListener(PropertyChangeListener listener)
这是重写,什么都不做;EmptySelectionModel
不允许选择。void
removeSelectionPaths(TreePath[] paths)
这是重写,什么都不做;EmptySelectionModel
不允许选择。void
removeTreeSelectionListener(TreeSelectionListener listener)
这是重写,什么都不做;EmptySelectionModel
不允许选择。void
setRowMapper(RowMapper mapper)
这是重写,什么都不做;EmptySelectionModel
不允许选择。void
setSelectionMode(int mode)
这是重写,什么都不做;EmptySelectionModel
不允许选择。void
setSelectionPaths(TreePath[] paths)
这是重写,什么都不做;EmptySelectionModel
不允许选择。static JTree.EmptySelectionModel
sharedInstance()
返回EmptySelectionModel
的单个实例。-
声明方法的类 javax.swing.tree.DefaultTreeSelectionModel
addSelectionPath, 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, removeSelectionPath, resetRowSelection, setSelectionPath, toString, updateLeadIndex
-
-
-
-
字段详细信息
-
sharedInstance
protected static final JTree.EmptySelectionModel sharedInstance
单个实例EmptySelectionModel
。
-
-
方法详细信息
-
sharedInstance
public static JTree.EmptySelectionModel sharedInstance()
返回EmptySelectionModel
的单个实例。- 结果
-
单个实例
EmptySelectionModel
-
setSelectionPaths
public void setSelectionPaths(TreePath[] paths)
这是重写,什么都不做;EmptySelectionModel
不允许选择。- Specified by:
-
setSelectionPaths
在接口TreeSelectionModel
- 重写:
-
setSelectionPaths
在类DefaultTreeSelectionModel
- 参数
-
paths
- 要选择的路径; 这被忽略了
-
addSelectionPaths
public void addSelectionPaths(TreePath[] paths)
这是重写,什么都不做;EmptySelectionModel
不允许选择。- Specified by:
-
addSelectionPaths
在界面TreeSelectionModel
- 重写:
-
addSelectionPaths
类DefaultTreeSelectionModel
- 参数
-
paths
- 要添加到选择的路径; 这被忽略了
-
removeSelectionPaths
public void removeSelectionPaths(TreePath[] paths)
这是重写,什么都不做;EmptySelectionModel
不允许选择。- Specified by:
-
removeSelectionPaths
在界面TreeSelectionModel
- 重写:
-
removeSelectionPaths
类DefaultTreeSelectionModel
- 参数
-
paths
- 要删除的路径; 这被忽略了
-
setSelectionMode
public void setSelectionMode(int mode)
这是重写,什么都不做;EmptySelectionModel
不允许选择。- Specified by:
-
setSelectionMode
在界面TreeSelectionModel
- 重写:
-
setSelectionMode
在类DefaultTreeSelectionModel
- 参数
-
mode
- 选择模式; 这被忽略了 - 从以下版本开始:
- 1.7
-
setRowMapper
public void setRowMapper(RowMapper mapper)
这是重写,什么都不做;EmptySelectionModel
不允许选择。- Specified by:
-
setRowMapper
在接口TreeSelectionModel
- 重写:
-
setRowMapper
在类DefaultTreeSelectionModel
- 参数
-
mapper
-RowMapper
实例; 这被忽略了 - 从以下版本开始:
- 1.7
-
addTreeSelectionListener
public void addTreeSelectionListener(TreeSelectionListener listener)
这是重写,什么都不做;EmptySelectionModel
不允许选择。- Specified by:
-
addTreeSelectionListener
在接口TreeSelectionModel
- 重写:
-
addTreeSelectionListener
在类DefaultTreeSelectionModel
- 参数
-
listener
- 要添加的侦听器; 这被忽略了 - 从以下版本开始:
- 1.7
-
removeTreeSelectionListener
public void removeTreeSelectionListener(TreeSelectionListener listener)
这是重写,什么都不做;EmptySelectionModel
不允许选择。- Specified by:
-
removeTreeSelectionListener
在界面TreeSelectionModel
- 重写:
-
removeTreeSelectionListener
在类DefaultTreeSelectionModel
- 参数
-
listener
- 要删除的侦听器; 这被忽略了 - 从以下版本开始:
- 1.7
-
addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener listener)
这是重写,什么都不做;EmptySelectionModel
不允许选择。- Specified by:
-
addPropertyChangeListener
在界面TreeSelectionModel
- 重写:
-
addPropertyChangeListener
在类DefaultTreeSelectionModel
- 参数
-
listener
- 要添加的侦听器; 这被忽略了 - 从以下版本开始:
- 1.7
-
removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener listener)
这是重写,什么都不做;EmptySelectionModel
不允许选择。- Specified by:
-
removePropertyChangeListener
在界面TreeSelectionModel
- 重写:
-
removePropertyChangeListener
类DefaultTreeSelectionModel
- 参数
-
listener
- 要删除的侦听器; 这被忽略了 - 从以下版本开始:
- 1.7
-
-