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 voidcaretUpdate(CaretEvent e)Deprecated.voidhighlight()Deprecated. 
- 
Constructor Details
- 
MatchingHighlighter
Deprecated. 
 - 
 - 
Method Details
- 
caretUpdate
Deprecated.- Specified by:
 caretUpdatein interfaceCaretListener
 - 
highlight
public void highlight()Deprecated. 
 -