public class TreeWillExpandListenerAction
extends java.lang.Object
implements javax.swing.event.TreeWillExpandListener
| Constructor and Description |
|---|
TreeWillExpandListenerAction(javax.swing.JTree tree,
ClientPrimaryDataDirectory rootDirectory)
Constructs a
TreeWillExpandListenerAction that is
initialized with tree as the jtree component, and
rootDirectory as the EDAL Directory. |
| Modifier and Type | Method and Description |
|---|---|
void |
treeWillCollapse(javax.swing.event.TreeExpansionEvent e) |
void |
treeWillExpand(javax.swing.event.TreeExpansionEvent e) |
public TreeWillExpandListenerAction(javax.swing.JTree tree,
ClientPrimaryDataDirectory rootDirectory)
TreeWillExpandListenerAction that is
initialized with tree as the jtree component, and
rootDirectory as the EDAL Directory. If any of the
parameters are null this method will not initialize.tree - the jtree componentrootDirectory - the EDAL Directorypublic void treeWillCollapse(javax.swing.event.TreeExpansionEvent e)
throws javax.swing.tree.ExpandVetoException
treeWillCollapse in interface javax.swing.event.TreeWillExpandListenerjavax.swing.tree.ExpandVetoExceptionpublic void treeWillExpand(javax.swing.event.TreeExpansionEvent e)
throws javax.swing.tree.ExpandVetoException
treeWillExpand in interface javax.swing.event.TreeWillExpandListenerjavax.swing.tree.ExpandVetoException