|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
java.lang.Objectjavax.swing.plaf.ComponentUI
javax.swing.plaf.TreeUI
public abstract class 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 Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.