JavaTM 2 Platform
Standard Ed. 6

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. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only