|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
java.lang.Objectjavax.swing.tree.DefaultTreeSelectionModel
javax.swing.JTree.EmptySelectionModel
protected static class JTree.EmptySelectionModel
EmptySelectionModel
´Â
¾î¶² ¼±Åõµ Çã°¡ÇÏÁö ¾Ê´Â TreeSelectionModel
ÀÔ´Ï´Ù.
°æ°í: ÀÌ Å¬·¡½ºÀÇ Á÷·ÄÈ µÈ °´Ã¼´Â ÇâÈÄÀÇ Swing ¸±¸®Áî¿Í
ȣȯµÇÁö ¾ÊÀ» ¿¹Á¤ÀÔ´Ï´Ù. ÇöÀçÀÇ Á÷·ÄÈÀÇ Áö¿øÀº
´Ü±â°£ÀÇ ¿î¿ëÀ̳ª, °°Àº ¹öÀüÀÇ Swing¸¦ ½ÇÇàÇÏ´Â ¾îÇø®ÄÉÀ̼ǰ£ÀÇ RMI¿¡ ÀûÀýÇϰí ÀÖ½À´Ï´Ù. JDK ¹öÀü
1.4 ÀÌÈÄ, ¸ðµç JavaBeans™
Àå±â°£ÀÇ ¿î¿ë Áö¿øÀº
java.beans
ÆÐŰÁö¿¡ Ãß°¡µÇ°í ÀÖ½À´Ï´Ù. ÀÚ¼¼ÇÑ ³»¿ëÀº XMLEncoder
¸¦
ÂüÁ¶ÇϽʽÿÀ.
ÇÊµå °³¿ä | |
---|---|
protected static JTree.EmptySelectionModel |
sharedInstance
ÀÏÀÇÀÇ °øÀ¯ ÀνºÅϽºÀÔ´Ï´Ù. |
Ŭ·¡½º javax.swing.tree. DefaultTreeSelectionModel ·ÎºÎÅÍ »ó¼ÓµÈ Çʵå |
---|
changeSupport,
leadIndex,
leadPath,
leadRow,
listenerList,
listSelectionModel,
rowMapper,
selection,
SELECTION_MODE_PROPERTY,
selectionMode |
ÀÎÅÍÆäÀ̽º javax.swing.tree. TreeSelectionModel ·ÎºÎÅÍ »ó¼ÓµÈ Çʵå |
---|
CONTIGUOUS_TREE_SELECTION,
DISCONTIGUOUS_TREE_SELECTION,
SINGLE_TREE_SELECTION |
»ý¼ºÀÚ °³¿ä | |
---|---|
protected |
JTree.EmptySelectionModel ()
|
¸Þ¼µå °³¿ä | |
---|---|
void |
addSelectionPaths (TreePath [] paths)
¾Æ¹«°Íµµ Ãß°¡ÇÏÁö ¾Ê´Â null ±¸ÇöÀÔ´Ï´Ù. |
void |
removeSelectionPaths (TreePath [] paths)
¾Æ¹«°Íµµ »èÁ¦ÇÏÁö ¾Ê´Â null ±¸ÇöÀÔ´Ï´Ù. |
void |
setSelectionPaths (TreePath [] pPaths)
¾Æ¹«°Íµµ ¼±ÅÃÇÏÁö ¾Ê´Â null ±¸ÇöÀÔ´Ï´Ù. |
static JTree.EmptySelectionModel |
sharedInstance ()
ºñ¾îÀÖ´Â ¼±Åà ¸ðµ¨ÀÇ °øÀ¯ ÀνºÅϽº¸¦ ¸®ÅÏÇÕ´Ï´Ù. |
Ŭ·¡½º java.lang. Object ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼µå |
---|
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
ÇʵåÀÇ »ó¼¼ |
---|
protected static final JTree.EmptySelectionModel sharedInstance
»ý¼ºÀÚ »ó¼¼ |
---|
protected JTree.EmptySelectionModel()
¸Þ¼µåÀÇ »ó¼¼ |
---|
public static JTree.EmptySelectionModel sharedInstance()
public void setSelectionPaths(TreePath [] pPaths)
null
±¸ÇöÀÔ´Ï´Ù.
TreeSelectionModel
³»ÀÇ setSelectionPaths
DefaultTreeSelectionModel
³»ÀÇ setSelectionPaths
pPaths
- »õ·Î¿î ¼±Åà ¹üÀ§public void addSelectionPaths(TreePath [] paths)
null
±¸ÇöÀÔ´Ï´Ù.
TreeSelectionModel
³»ÀÇ addSelectionPaths
DefaultTreeSelectionModel
³»ÀÇ addSelectionPaths
paths
- ÇöÀçÀÇ ¼±Åà ¹üÀ§¿¡ Ãß°¡ÇÏ´Â »õ·Î¿î ÆÐ½ºpublic void removeSelectionPaths(TreePath [] paths)
null
±¸ÇöÀÔ´Ï´Ù.
TreeSelectionModel
³»ÀÇ removeSelectionPaths
DefaultTreeSelectionModel
³»ÀÇ removeSelectionPaths
paths
- ¼±Åà ¹üÀ§·ÎºÎÅÍ »èÁ¦ÇÏ´Â ÆÐ½º
|
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 µµ ÂüÁ¶ÇϽʽÿÀ.