JavaTM 2 Platform
Standard Ed. 5.0

javax.swing.event
ÀÎÅÍÆäÀ̽º TreeWillExpandListener

¸ðµç ½´ÆÛ ÀÎÅÍÆäÀ̽º:
EventListener

public interface TreeWillExpandListener
extends EventListener

Æ®¸®°¡ ³ëµåÀÇ Àü°³ ¶Ç´Â ¼ö³³À» ÇàÇßÀ» ¶§¿¡ ÅëÁö¸¦ ¹Þ´Â ¸®½º³ÊÀÔ´Ï´Ù. »ó¼¼ ¹× ¿¹´Â ¡¸The Java Tutorial¡¹ÀÇ ¡¸How to Write a Tree-Will-Expand Listener¡¹¼½¼ÇÀ» ÂüÁ¶ÇϽʽÿÀ


¸Þ¼­µå °³¿ä
 void treeWillCollapse (TreeExpansionEvent  event)
          Æ®¸®ÀÇ ³ëµå°¡ ¼ö³³µÉ ¶§ È£ÃâÇÕ´Ï´Ù.
 void treeWillExpand (TreeExpansionEvent  event)
          Æ®¸®ÀÇ ³ëµå°¡ Àü°³µÉ ¶§ È£ÃâÇÕ´Ï´Ù.
 

¸Þ¼­µåÀÇ »ó¼¼

treeWillExpand

void treeWillExpand(TreeExpansionEvent  event)
                    throws ExpandVetoException 
Æ®¸®ÀÇ ³ëµå°¡ Àü°³µÉ ¶§ È£ÃâÇÕ´Ï´Ù.

¿¹¿Ü:
ExpandVetoException

treeWillCollapse

void treeWillCollapse(TreeExpansionEvent  event)
                      throws ExpandVetoException 
Æ®¸®ÀÇ ³ëµå°¡ ¼ö³³µÉ ¶§ È£ÃâÇÕ´Ï´Ù.

¿¹¿Ü:
ExpandVetoException

JavaTM 2 Platform
Standard Ed. 5.0

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