|
JavaTM 2 Platform Std. Ed. v1. 4.0 |
||||||||||
전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 모든 클래스 | ||||||||||
개요: 상자 | 필드 | constructor | 메소드 | 상세: 필드 | constructor | 메소드 |
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)
패스의 마지막 항목이 표현 되는 label 부분을 둘러싸는 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 |
||||||||||
전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 모든 클래스 | ||||||||||
개요: 상자 | 필드 | constructor | 메소드 | 상세: 필드 | constructor | 메소드 |
Java, Java 2 D, 및 JDBC 는 미국 및 그 외의 나라에 있어서의 미국 Sun Microsystems, Inc. 의 상표 혹은 등록상표입니다.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.