Package groovy.console.ui.text
Class MatchingHighlighter
java.lang.Object
groovy.console.ui.text.MatchingHighlighter
- All Implemented Interfaces:
java.util.EventListener
,javax.swing.event.CaretListener
public class MatchingHighlighter
extends java.lang.Object
implements javax.swing.event.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, javax.swing.JTextPane textEditor)
-
Method Summary
Modifier and Type Method Description void
caretUpdate(javax.swing.event.CaretEvent e)
void
highlight()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MatchingHighlighter
public MatchingHighlighter(SmartDocumentFilter smartDocumentFilter, javax.swing.JTextPane textEditor)
-
-
Method Details
-
caretUpdate
public void caretUpdate(javax.swing.event.CaretEvent e)- Specified by:
caretUpdate
in interfacejavax.swing.event.CaretListener
-
highlight
public void highlight()
-