Class MatchingHighlighter

java.lang.Object
groovy.ui.text.MatchingHighlighter
All Implemented Interfaces:
EventListener, CaretListener

@Deprecated
public class MatchingHighlighter
extends Object
implements CaretListener
Deprecated.
Represents highlighter to highlight matched parentheses, brackets and curly braces when caret touching them
Since:
3.0.0
  • Constructor Details

  • Method Details

    • caretUpdate

      public void caretUpdate​(CaretEvent e)
      Deprecated.
      Specified by:
      caretUpdate in interface CaretListener
    • highlight

      public void highlight()
      Deprecated.