JavaTM 2 Platform
Standard Ed. 6

javax.swing
類別 JTree.EmptySelectionModel

java.lang.Object
  繼承者 javax.swing.tree.DefaultTreeSelectionModel
      繼承者 javax.swing.JTree.EmptySelectionModel
所有已實作的介面:
Serializable, Cloneable, TreeSelectionModel
正在封閉類別:
JTree

protected static class JTree.EmptySelectionModel
extends DefaultTreeSelectionModel

EmptySelectionModel 是一個不允許選擇任何內容的 TreeSelectionModel

警告:此類別的序列化物件將與以後的 Swing 版本不相容。當前的序列化支持適用於短期存儲或運行相同 Swing 版本的應用程序之間的 RMI。從 1.4 版本開始,已在 java.beans 套件中添加了支持所有 JavaBeansTM 長期存儲的功能。請參見 XMLEncoder


欄位摘要
protected static JTree.EmptySelectionModel sharedInstance
          獨有的共享實例。
 
從類別 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
 
建構子摘要
protected JTree.EmptySelectionModel()
           
 
方法摘要
 void addSelectionPaths(TreePath[] paths)
          一個未添加任何內容的 null 實作。
 void removeSelectionPaths(TreePath[] paths)
          一個未移除任何內容的 null 實作。
 void setSelectionPaths(TreePath[] pPaths)
          一個未選擇任何內容的 null 實作。
static JTree.EmptySelectionModel sharedInstance()
          返回空選擇模型的共享實例。
 
從類別 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
 
從類別 java.lang.Object 繼承的方法
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

欄位詳細資訊

sharedInstance

protected static final JTree.EmptySelectionModel sharedInstance
獨有的共享實例。

建構子詳細資訊

JTree.EmptySelectionModel

protected JTree.EmptySelectionModel()
方法詳細資訊

sharedInstance

public static JTree.EmptySelectionModel sharedInstance()
返回空選擇模型的共享實例。


setSelectionPaths

public void setSelectionPaths(TreePath[] pPaths)
一個未選擇任何內容的 null 實作。

指定者:
介面 TreeSelectionModel 中的 setSelectionPaths
覆寫:
類別 DefaultTreeSelectionModel 中的 setSelectionPaths
參數:
pPaths - 新的選擇

addSelectionPaths

public void addSelectionPaths(TreePath[] paths)
一個未添加任何內容的 null 實作。

指定者:
介面 TreeSelectionModel 中的 addSelectionPaths
覆寫:
類別 DefaultTreeSelectionModel 中的 addSelectionPaths
參數:
paths - 添加到當前 selection 的新路徑

removeSelectionPaths

public void removeSelectionPaths(TreePath[] paths)
一個未移除任何內容的 null 實作。

指定者:
介面 TreeSelectionModel 中的 removeSelectionPaths
覆寫:
類別 DefaultTreeSelectionModel 中的 removeSelectionPaths
參數:
paths - 從 selection 中移除的路徑

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only