Class RSyntaxTextArea.BracketMatchingTimer
java.lang.Object
javax.swing.Timer
org.fife.ui.rsyntaxtextarea.RSyntaxTextArea.BracketMatchingTimer
- All Implemented Interfaces:
ActionListener, Serializable, EventListener
- Enclosing class:
RSyntaxTextArea
A timer that animates the "bracket matching" animation.
-
Field Summary
FieldsFields inherited from class Timer
listenerList -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Timer
addActionListener, fireActionPerformed, getActionCommand, getActionListeners, getDelay, getInitialDelay, getListeners, getLogTimers, isCoalesce, isRepeats, isRunning, removeActionListener, restart, setActionCommand, setCoalesce, setDelay, setInitialDelay, setLogTimers, setRepeats, stop
-
Field Details
-
pulseCount
private int pulseCount
-
-
Constructor Details
-
BracketMatchingTimer
BracketMatchingTimer()
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformedin interfaceActionListener
-
init
-
start
-
updateAndInvalidate
-