|
JavaTM 2 Platform Std. Ed. v1. 4.0 |
||||||||||
ÀüÀÇ Å¬·¡½º ´ÙÀ½ÀÇ Å¬·¡½º | ÇÁ·¹ÀÓ ÀÖ¾î ÇÁ·¹ÀÓ ¾øÀ½ | ||||||||||
°³¿ä: »óÀÚ | Çʵå | constructor | ¸Þ¼Òµå | »ó¼¼: Çʵå | constructor | ¸Þ¼Òµå |
java.lang.Object | +--javax.swing.tree.DefaultTreeSelectionModel | +--javax.swing.JTree.EmptySelectionModel
EmptySelectionModel
´Â ¾î¶² ¼±Åõµ Çã°¡ÇÏÁö ¾Ê´Â TreeSelectionModel
ÀÔ´Ï´Ù.
°æ°í:
ÀÌ Å¬·¡½ºÀÇ Á÷·ÄÈ µÈ ¿ÀºêÁ§Æ®´Â ÇâÈÄÀÇ Swing ¸±¸®½º¿Í ȣȯÀº ¾Æ´Ï°Ô µÉ ¿¹Á¤ÀÔ´Ï´Ù. ÇöÀçÀÇ Á÷·ÄÈÀÇ ¼Æ÷Æ®´Â ´Ü±â°£ÀÇ ¿î¿ëÀ̳ª, °°Àº ¹öÁ¯ÀÇ Swing ¸¦ ½ÇÇàÇÏ´Â ¾îÇø®ÄÉÀ̼ǰ£ÀÇ RMI ¿¡ ÀûÀýÇϰí ÀÖ½À´Ï´Ù. JDK ¹öÁ¯ 1.4 ÀÌÈÄ´Â java.beans
ÆÐŰÁö¿¡ ¸ðµç JavaBeansTM ÀÇ Àå±â ±â¾ïÀÌ ¼Æ÷Æ®µË´Ï´Ù. 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
public void addSelectionPaths(TreePath [] paths)
null
±¸ÇöÀÔ´Ï´Ù.
TreeSelectionModel
³»ÀÇ addSelectionPaths
DefaultTreeSelectionModel
³»ÀÇ addSelectionPaths
public void removeSelectionPaths(TreePath [] paths)
null
±¸ÇöÀÔ´Ï´Ù.
TreeSelectionModel
³»ÀÇ removeSelectionPaths
DefaultTreeSelectionModel
³»ÀÇ removeSelectionPaths
|
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.