|
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.