Package org.fife.rsta.ac.xml.tree
Class XmlOutlineTree.XmlEditorListener
java.lang.Object
org.fife.rsta.ac.xml.tree.XmlOutlineTree.XmlEditorListener
- All Implemented Interfaces:
PropertyChangeListener,EventListener,TreeSelectionListener
- Enclosing class:
XmlOutlineTree
private class XmlOutlineTree.XmlEditorListener
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.
-
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
-
XmlEditorListener
private XmlEditorListener()
-
-
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
-