public interface TreeWillExpandListener extends EventListener
The listener that's notified when a tree expands or collapses a node. For further information and examples see How to Write a Tree-Will-Expand Listener, a section in The Java Tutorial.
void treeWillExpand(TreeExpansionEvent event) throws ExpandVetoException
Invoked whenever a node in the tree is about to be expanded.
ExpandVetoException
void treeWillCollapse(TreeExpansionEvent event) throws ExpandVetoException
Invoked whenever a node in the tree is about to be collapsed.
ExpandVetoException
© 1993–2017, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.