Class RSyntaxTextArea.BracketMatchingTimer

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

private class RSyntaxTextArea.BracketMatchingTimer extends Timer implements ActionListener
A timer that animates the "bracket matching" animation.
  • Field Details

    • pulseCount

      private int pulseCount
  • Constructor Details

    • BracketMatchingTimer

      BracketMatchingTimer()
  • Method Details