W3cubDocs

/OpenJDK 8 GUI

Interface TreeWillExpandListener

All Superinterfaces:
EventListener
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.

Methods

treeWillExpand

void treeWillExpand(TreeExpansionEvent event)
             throws ExpandVetoException

Invoked whenever a node in the tree is about to be expanded.

Throws:
ExpandVetoException

treeWillCollapse

void treeWillCollapse(TreeExpansionEvent event)
               throws ExpandVetoException

Invoked whenever a node in the tree is about to be collapsed.

Throws:
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.