[Java] Class MatchingHighlighter
- groovy.console.ui.text.MatchingHighlighter
- All Implemented Interfaces and Traits:
- CaretListener
public class MatchingHighlighter
Represents highlighter to highlight matched parentheses, brackets and curly braces when caret touching them
- Since:
- 3.0.0
Constructor Summary
Constructor and description |
---|
MatchingHighlighter
(SmartDocumentFilter smartDocumentFilter, JTextPane textEditor) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public void |
caretUpdate(CaretEvent e) | |
public void |
highlight() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail
public MatchingHighlighter(SmartDocumentFilter smartDocumentFilter, JTextPane textEditor)
Method Detail
@Override public void caretUpdate(CaretEvent e)
public void highlight()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/console/ui/text/MatchingHighlighter.html