public class TreeWillExpandListenerAction extends Object implements TreeWillExpandListener
| Constructor and Description |
|---|
TreeWillExpandListenerAction(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(TreeExpansionEvent e) |
void |
treeWillExpand(TreeExpansionEvent e) |
public TreeWillExpandListenerAction(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(TreeExpansionEvent e) throws ExpandVetoException
treeWillCollapse in interface TreeWillExpandListenerExpandVetoExceptionpublic void treeWillExpand(TreeExpansionEvent e) throws ExpandVetoException
treeWillExpand in interface TreeWillExpandListenerExpandVetoExceptionCopyright © 2013 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.