Package org.fife.ui.rsyntaxtextarea
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 javax.swing.Timer
listenerList
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.swing.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:
actionPerformed
in interfaceActionListener
-
init
-
start
public void start() -
updateAndInvalidate
-