|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jzeno.echo.components.DynaTree.EventListener
public class DynaTree.EventListener
Constructor Summary | |
---|---|
DynaTree.EventListener()
|
Method Summary | |
---|---|
void |
treeWillCollapse(TreeExpansionEvent event)
Invoked whenever a node in the tree is about to be collapsed. |
void |
treeWillExpand(TreeExpansionEvent event)
Invoked whenever a node in the tree is about to be expanded. |
void |
valueChanged(TreeSelectionEvent event)
Called whenever the value of the selection changes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DynaTree.EventListener()
Method Detail |
---|
public void valueChanged(TreeSelectionEvent event)
TreeSelectionListener
valueChanged
in interface TreeSelectionListener
event
- the event that characterizes the change.public void treeWillCollapse(TreeExpansionEvent event) throws ExpandVetoException
TreeWillExpandListener
treeWillCollapse
in interface TreeWillExpandListener
ExpandVetoException
public void treeWillExpand(TreeExpansionEvent event) throws ExpandVetoException
TreeWillExpandListener
treeWillExpand
in interface TreeWillExpandListener
ExpandVetoException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |