Class RSyntaxTextArea.MatchedBracketPopupTimer

java.lang.Object
javax.swing.Timer
org.fife.ui.rsyntaxtextarea.RSyntaxTextArea.MatchedBracketPopupTimer
All Implemented Interfaces:
ActionListener, Serializable, EventListener, CaretListener
Enclosing class:
RSyntaxTextArea

private final class RSyntaxTextArea.MatchedBracketPopupTimer extends Timer implements ActionListener, CaretListener
Renders the text on the line containing the "matched bracket" after a delay.
  • Field Details

    • origDot

      private int origDot
    • matchedBracketOffs

      private int matchedBracketOffs
  • Constructor Details

    • MatchedBracketPopupTimer

      private MatchedBracketPopupTimer()
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener
    • caretUpdate

      public void caretUpdate(CaretEvent e)
      Specified by:
      caretUpdate in interface CaretListener
    • restart

      public void restart(int matchedBracketOffs)
      Restarts this timer, and stores a new offset to paint.
      Parameters:
      matchedBracketOffs - The offset of the new matched bracket.
    • start

      public void start()
      Overrides:
      start in class Timer