Package editor
Class ScopeHighlighter
java.lang.Object
editor.ScopeHighlighter
- All Implemented Interfaces:
FocusListener,EventListener,CaretListener,DocumentListener
public class ScopeHighlighter
extends Object
implements DocumentListener, CaretListener, FocusListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
ScopeHighlighter
-
-
Method Details
-
updateState
public void updateState() -
insertUpdate
- Specified by:
insertUpdatein interfaceDocumentListener
-
removeUpdate
- Specified by:
removeUpdatein interfaceDocumentListener
-
changedUpdate
- Specified by:
changedUpdatein interfaceDocumentListener
-
caretUpdate
- Specified by:
caretUpdatein interfaceCaretListener
-
focusGained
- Specified by:
focusGainedin interfaceFocusListener
-
focusLost
- Specified by:
focusLostin interfaceFocusListener
-