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
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidcaretUpdate(CaretEvent e)Deprecated.voidhighlight()Deprecated. 
 - 
 
- 
- 
Constructor Detail
- 
MatchingHighlighter
public MatchingHighlighter(SmartDocumentFilter smartDocumentFilter, JTextPane textEditor)
Deprecated. 
 - 
 
- 
Method Detail
- 
caretUpdate
public void caretUpdate(CaretEvent e)
Deprecated.- Specified by:
 caretUpdatein interfaceCaretListener
 
- 
highlight
public void highlight()
Deprecated. 
 - 
 
 -