|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface TreeWillExpandListener
ツリーがノードの展開または折りたたみを行なったときに通知を受けるリスナーです。詳細および例は、「The Java Tutorial」の「How to Write a Tree-Will-Expand Listener」セクションを参照してください
| メソッドの概要 | |
|---|---|
void |
treeWillCollapse(TreeExpansionEvent event)
ツリーのノードが折りたたまれるときに呼び出されます。 |
void |
treeWillExpand(TreeExpansionEvent event)
ツリーのノードが展開されるときに呼び出されます。 |
| メソッドの詳細 |
|---|
void treeWillExpand(TreeExpansionEvent event)
throws ExpandVetoException
ExpandVetoException
void treeWillCollapse(TreeExpansionEvent event)
throws ExpandVetoException
ExpandVetoException
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。