Package groovy.console.ui.text
Class MatchingHighlighter
- java.lang.Object
- 
- groovy.console.ui.text.MatchingHighlighter
 
- 
- All Implemented Interfaces:
- EventListener,- CaretListener
 
 public class MatchingHighlighter extends Object implements CaretListener 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)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcaretUpdate(CaretEvent e)voidhighlight()
 
- 
- 
- 
Constructor Detail- 
MatchingHighlighterpublic MatchingHighlighter(SmartDocumentFilter smartDocumentFilter, JTextPane textEditor) 
 
- 
 - 
Method Detail- 
caretUpdatepublic void caretUpdate(CaretEvent e) - Specified by:
- caretUpdatein interface- CaretListener
 
 - 
highlightpublic void highlight() 
 
- 
 
-