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 SummaryConstructors Constructor Description MatchingHighlighter(SmartDocumentFilter smartDocumentFilter, JTextPane textEditor)Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidcaretUpdate(CaretEvent e)Deprecated.voidhighlight()Deprecated.
 
- 
- 
- 
Constructor Detail- 
MatchingHighlighterpublic MatchingHighlighter(SmartDocumentFilter smartDocumentFilter, JTextPane textEditor) Deprecated.
 
- 
 - 
Method Detail- 
caretUpdatepublic void caretUpdate(CaretEvent e) Deprecated.- Specified by:
- caretUpdatein interface- CaretListener
 
 - 
highlightpublic void highlight() Deprecated.
 
- 
 
-