Package org.fife.ui.rsyntaxtextarea
Class RSyntaxTextArea.BracketMatchingTimer
- java.lang.Object
-
- javax.swing.Timer
-
- org.fife.ui.rsyntaxtextarea.RSyntaxTextArea.BracketMatchingTimer
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.util.EventListener
- Enclosing class:
- RSyntaxTextArea
private class RSyntaxTextArea.BracketMatchingTimer extends javax.swing.Timer implements java.awt.event.ActionListenerA timer that animates the "bracket matching" animation.
-
-
Field Summary
Fields Modifier and Type Field Description private intpulseCount
-
Constructor Summary
Constructors Constructor Description BracketMatchingTimer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)private voidinit(java.awt.Rectangle r)voidstart()private voidupdateAndInvalidate(java.awt.Rectangle r)-
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
-
-
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
-
init
private void init(java.awt.Rectangle r)
-
start
public void start()
- Overrides:
startin classjavax.swing.Timer
-
updateAndInvalidate
private void updateAndInvalidate(java.awt.Rectangle r)
-
-