|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object javax.swing.plaf.ComponentUI javax.swing.plaf.TreeUI
public abstract class TreeUI
JTree 的可插入外觀介面。
建構子摘要 | |
---|---|
TreeUI()
|
方法摘要 | |
---|---|
abstract void |
cancelEditing(JTree tree)
取消當前編輯Session。 |
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)
返回可在其中看見路徑中標識的最後一個項的行。 |
abstract boolean |
isEditing(JTree tree)
如果階層樹正被編輯,則返回 true。 |
abstract void |
startEditingAtPath(JTree tree,
TreePath path)
選擇路徑中的最後一個項並試著編輯它。 |
abstract boolean |
stopEditing(JTree tree)
停止當前編輯Session。 |
從類別 javax.swing.plaf.ComponentUI 繼承的方法 |
---|
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, 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 Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。