JavaTM 2 Platform
Standard Ed. 5.0

javax.swing
Ŭ·¡½º JTree.EmptySelectionModel

java.lang.Object 
  »óÀ§¸¦ È®Àå javax.swing.tree.DefaultTreeSelectionModel 
      »óÀ§¸¦ È®Àå javax.swing.JTree.EmptySelectionModel
¸ðµç ±¸ÇöµÈ ÀÎÅÍÆäÀ̽º:
Serializable, Cloneable, TreeSelectionModel
Æ÷ÇԵǾî Àִ Ŭ·¡½º:
JTree

protected static class JTree.EmptySelectionModel
extends DefaultTreeSelectionModel

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 ()
          ºñ¾îÀÖ´Â ¼±Åà ¸ðµ¨ÀÇ °øÀ¯ ÀνºÅϽº¸¦ ¸®ÅÏÇÕ´Ï´Ù.
 
Ŭ·¡½º javax.swing.tree. DefaultTreeSelectionModel ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼­µå
addPropertyChangeListener, addSelectionPath, addTreeSelectionListener, arePathsContiguous, canPathsBeAdded, canPathsBeRemoved, clearSelection, clone, fireValueChanged, getLeadSelectionPath, getLeadSelectionRow, getListeners, getMaxSelectionRow, getMinSelectionRow, getPropertyChangeListeners, getRowMapper, getSelectionCount, getSelectionMode, getSelectionPath, getSelectionPaths, getSelectionRows, getTreeSelectionListeners, insureRowContinuity, insureUniqueness, isPathSelected, isRowSelected, isSelectionEmpty, notifyPathChange, removePropertyChangeListener, removeSelectionPath, removeTreeSelectionListener, resetRowSelection, setRowMapper, setSelectionMode, setSelectionPath, toString, updateLeadIndex
 
Ŭ·¡½º java.lang. Object ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼­µå
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

ÇʵåÀÇ »ó¼¼

sharedInstance

protected static final JTree.EmptySelectionModel  sharedInstance
ÀÏÀÇÀÇ °øÀ¯ ÀνºÅϽºÀÔ´Ï´Ù.

»ý¼ºÀÚ »ó¼¼

JTree.EmptySelectionModel

protected JTree.EmptySelectionModel()
¸Þ¼­µåÀÇ »ó¼¼

sharedInstance

public static JTree.EmptySelectionModel  sharedInstance()
ºñ¾îÀÖ´Â ¼±Åà ¸ðµ¨ÀÇ °øÀ¯ ÀνºÅϽº¸¦ ¸®ÅÏÇÕ´Ï´Ù.


setSelectionPaths

public void setSelectionPaths(TreePath [] pPaths)
¾Æ¹«°Íµµ ¼±ÅÃÇÏÁö ¾Ê´Â null ±¸ÇöÀÔ´Ï´Ù.

Á¤ÀÇ:
ÀÎÅÍÆäÀ̽º TreeSelectionModel ³»ÀÇ setSelectionPaths
¿À¹ö¶óÀ̵å(override):
Ŭ·¡½º DefaultTreeSelectionModel ³»ÀÇ setSelectionPaths
ÆĶó¹ÌÅÍ:
pPaths - »õ·Î¿î ¼±Åà ¹üÀ§

addSelectionPaths

public void addSelectionPaths(TreePath [] paths)
¾Æ¹«°Íµµ Ãß°¡ÇÏÁö ¾Ê´Â null ±¸ÇöÀÔ´Ï´Ù.

Á¤ÀÇ:
ÀÎÅÍÆäÀ̽º TreeSelectionModel ³»ÀÇ addSelectionPaths
¿À¹ö¶óÀ̵å(override):
Ŭ·¡½º DefaultTreeSelectionModel ³»ÀÇ addSelectionPaths
ÆĶó¹ÌÅÍ:
paths - ÇöÀçÀÇ ¼±Åà ¹üÀ§¿¡ Ãß°¡ÇÏ´Â »õ·Î¿î Æнº

removeSelectionPaths

public void removeSelectionPaths(TreePath [] paths)
¾Æ¹«°Íµµ »èÁ¦ÇÏÁö ¾Ê´Â null ±¸ÇöÀÔ´Ï´Ù.

Á¤ÀÇ:
ÀÎÅÍÆäÀ̽º TreeSelectionModel ³»ÀÇ removeSelectionPaths
¿À¹ö¶óÀ̵å(override):
Ŭ·¡½º DefaultTreeSelectionModel ³»ÀÇ removeSelectionPaths
ÆĶó¹ÌÅÍ:
paths - ¼±Åà ¹üÀ§·ÎºÎÅÍ »èÁ¦ÇÏ´Â Æнº

JavaTM 2 Platform
Standard Ed. 5.0

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.