|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Object
|
+--javax.swing.tree.DefaultTreeSelectionModel
|
+--javax.swing.JTree.EmptySelectionModel
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()
空の選択モデルの共有インスタンスを返します。 |
| クラス java.lang.Object から継承したメソッド |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| フィールドの詳細 |
protected static final JTree.EmptySelectionModel sharedInstance
| コンストラクタの詳細 |
protected JTree.EmptySelectionModel()
| メソッドの詳細 |
public static JTree.EmptySelectionModel sharedInstance()
public void setSelectionPaths(TreePath[] pPaths)
null 実装です。
TreeSelectionModel 内の setSelectionPathsDefaultTreeSelectionModel 内の setSelectionPathspublic void addSelectionPaths(TreePath[] paths)
null 実装です。
TreeSelectionModel 内の addSelectionPathsDefaultTreeSelectionModel 内の addSelectionPathspublic void removeSelectionPaths(TreePath[] paths)
null 実装です。
TreeSelectionModel 内の removeSelectionPathsDefaultTreeSelectionModel 内の removeSelectionPaths
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
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.