Class JavaOutlineTree.Listener
java.lang.Object
org.fife.rsta.ac.java.tree.JavaOutlineTree.Listener
- All Implemented Interfaces:
PropertyChangeListener, EventListener, TreeSelectionListener
- Enclosing class:
JavaOutlineTree
private class JavaOutlineTree.Listener
extends Object
implements PropertyChangeListener, TreeSelectionListener
Listens for events this tree is interested in (events in the associated
editor, for example), as well as events in this tree.
- Version:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled whenever the text area's syntax style changes, as well as when it is re-parsed.voidSelects the corresponding element in the text editor when a user clicks on a node in this tree.
-
Constructor Details
-
Listener
private Listener()
-
-
Method Details
-
propertyChange
Called whenever the text area's syntax style changes, as well as when it is re-parsed.- Specified by:
propertyChangein interfacePropertyChangeListener
-
valueChanged
Selects the corresponding element in the text editor when a user clicks on a node in this tree.- Specified by:
valueChangedin interfaceTreeSelectionListener
-