パッケージ | 説明 |
---|---|
javax.swing |
すべてのプラットフォーム上で可能なかぎり同じように機能する「軽量」(Java共通言語)コンポーネントのセットを提供します。
|
javax.swing.plaf.basic |
基本Look & Feelに従って構築されたユーザー・インタフェース・オブジェクトを提供します。
|
javax.swing.tree |
javax.swing.JTree を処理するためのクラスとインタフェースを提供します。 |
修飾子と型 | クラスと説明 |
---|---|
protected static class |
JTree.EmptySelectionModel
EmptySelectionModel は、何の選択も許可しないTreeSelectionModel です。 |
修飾子と型 | フィールドと説明 |
---|---|
protected TreeSelectionModel |
JTree.selectionModel
このツリー内の選択されたノードのセットをモデル化します。
|
修飾子と型 | メソッドと説明 |
---|---|
TreeSelectionModel |
JTree.getSelectionModel()
選択のモデルを返します。
|
修飾子と型 | メソッドと説明 |
---|---|
void |
JTree.setSelectionModel(TreeSelectionModel selectionModel)
ツリーの選択モデルを設定します。
|
修飾子と型 | フィールドと説明 |
---|---|
protected TreeSelectionModel |
BasicTreeUI.treeSelectionModel
選択を維持するモデルです。
|
修飾子と型 | メソッドと説明 |
---|---|
protected TreeSelectionModel |
BasicTreeUI.getSelectionModel() |
修飾子と型 | メソッドと説明 |
---|---|
protected void |
BasicTreeUI.setSelectionModel(TreeSelectionModel newLSM)
選択モデルをリセットします。
|
修飾子と型 | クラスと説明 |
---|---|
class |
DefaultTreeSelectionModel
TreeSelectionModelのデフォルト実装です。
|
修飾子と型 | フィールドと説明 |
---|---|
protected TreeSelectionModel |
AbstractLayoutCache.treeSelectionModel
選択モデルです。
|
修飾子と型 | メソッドと説明 |
---|---|
TreeSelectionModel |
AbstractLayoutCache.getSelectionModel()
選択範囲を管理するために使用するモデルを返します。
|
修飾子と型 | メソッドと説明 |
---|---|
void |
AbstractLayoutCache.setSelectionModel(TreeSelectionModel newLSM)
選択範囲を管理するために使用する
TreeSelectionModel を新しいLSMに設定します。 |
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.