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