JavaTM 2
Platform
Std. Ed. v1.4.0

javax.swing
クラス JTree.EmptySelectionModel

java.lang.Object
  |
  +--javax.swing.tree.DefaultTreeSelectionModel
        |
        +--javax.swing.JTree.EmptySelectionModel
すべての実装インタフェース:
Cloneable, Serializable, TreeSelectionModel
含まれているクラス:
JTree

protected static class JTree.EmptySelectionModel
extends DefaultTreeSelectionModel

EmptySelectionModel は、何の選択も許可しない TreeSelectionModel です。

警告: このクラスの直列化されたオブジェクトは、今後の Swing リリースと互換ではなくなる予定です。現在の直列化のサポートは、短期間の運用や、同じバージョンの Swing を実行するアプリケーション間の RMI に適しています。JDK バージョン 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

addSelectionPaths

public void addSelectionPaths(TreePath[] paths)
何も追加しない null 実装です。

定義:
インタフェース TreeSelectionModel 内の addSelectionPaths
オーバーライド:
クラス DefaultTreeSelectionModel 内の addSelectionPaths

removeSelectionPaths

public void removeSelectionPaths(TreePath[] paths)
何も削除しない null 実装です。

定義:
インタフェース TreeSelectionModel 内の removeSelectionPaths
オーバーライド:
クラス DefaultTreeSelectionModel 内の removeSelectionPaths

JavaTM 2
Platform
Std. Ed. v1.4.0

バグの報告と機能のリクエスト
これ以外の API リファレンスおよび開発者用ドキュメントについては、 Java 2 SDK SE 開発者用ドキュメントを参照してください。 開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、 およびコード実例が含まれています。

Java、Java 2D、および JDBC は米国ならびにその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.