Package groovy.ui.text
Class MatchingHighlighter
java.lang.Object
groovy.ui.text.MatchingHighlighter
- All Implemented Interfaces:
EventListener
,CaretListener
@Deprecated public class MatchingHighlighter extends Object implements CaretListener
Deprecated.
Represents highlighter to highlight matched parentheses, brackets and curly braces when caret touching them
- Since:
- 3.0.0
-
Constructor Summary
Constructors Constructor Description MatchingHighlighter(SmartDocumentFilter smartDocumentFilter, JTextPane textEditor)
Deprecated. -
Method Summary
Modifier and Type Method Description void
caretUpdate(CaretEvent e)
Deprecated.void
highlight()
Deprecated.
-
Constructor Details
-
MatchingHighlighter
Deprecated.
-
-
Method Details
-
caretUpdate
Deprecated.- Specified by:
caretUpdate
in interfaceCaretListener
-
highlight
public void highlight()Deprecated.
-