Package groovy.ui.text
Class MatchingHighlighter
java.lang.Object
groovy.ui.text.MatchingHighlighter
- All Implemented Interfaces:
 java.util.EventListener,javax.swing.event.CaretListener
@Deprecated
public class MatchingHighlighter
extends java.lang.Object
implements javax.swing.event.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, javax.swing.JTextPane textEditor)Deprecated. - 
Method Summary
Modifier and Type Method Description voidcaretUpdate(javax.swing.event.CaretEvent e)Deprecated.voidhighlight()Deprecated.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)Deprecated. 
 - 
 - 
Method Details
- 
caretUpdate
public void caretUpdate(javax.swing.event.CaretEvent e)Deprecated.- Specified by:
 caretUpdatein interfacejavax.swing.event.CaretListener
 - 
highlight
public void highlight()Deprecated. 
 -