|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--javax.swing.plaf.ComponentUI | +--javax.swing.plaf.TreeUI
JTree 用のプラグイン可能な Look & Feel インタフェースです。
コンストラクタの概要 | |
TreeUI()
|
メソッドの概要 | |
abstract void |
cancelEditing(JTree tree)
現在の編集セッションを取り消します。 |
abstract TreePath |
getClosestPathForLocation(JTree tree,
int x,
int y)
x, y にもっとも近いノードへのパスを返します。 |
abstract TreePath |
getEditingPath(JTree tree)
編集中の要素に対するパスを返します。 |
abstract Rectangle |
getPathBounds(JTree tree,
TreePath path)
パスの最後の項目が描画されるラベル部分を囲む Rectangle を返します。 |
abstract TreePath |
getPathForRow(JTree tree,
int row)
渡された row のパスを返します。 |
abstract int |
getRowCount(JTree tree)
表示されている行数を返します。 |
abstract int |
getRowForPath(JTree tree,
TreePath path)
path で識別される最後の項目が可視である行を返します。 |
abstract boolean |
isEditing(JTree tree)
ツリーが編集中の場合に true を返します。 |
abstract void |
startEditingAtPath(JTree tree,
TreePath path)
path の最後の項目を選択し、その項目の編集を試みます。 |
abstract boolean |
stopEditing(JTree tree)
現在の編集セッションを中止します。 |
クラス javax.swing.plaf.ComponentUI から継承したメソッド |
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public TreeUI()
メソッドの詳細 |
public abstract Rectangle getPathBounds(JTree tree, TreePath path)
public abstract TreePath getPathForRow(JTree tree, int row)
public abstract int getRowForPath(JTree tree, TreePath path)
public abstract int getRowCount(JTree tree)
public abstract TreePath getClosestPathForLocation(JTree tree, int x, int y)
public abstract boolean isEditing(JTree tree)
public abstract boolean stopEditing(JTree tree)
public abstract void cancelEditing(JTree tree)
public abstract void startEditingAtPath(JTree tree, TreePath path)
public abstract TreePath getEditingPath(JTree tree)
|
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.