com.borland.primetime.ide
Class KeymapManager.UpdateTimer

java.lang.Object
  |
  +--javax.swing.Timer
        |
        +--com.borland.primetime.ide.KeymapManager.UpdateTimer
Enclosing class:
KeymapManager

protected static class KeymapManager.UpdateTimer
extends javax.swing.Timer

See Also:
Serialized Form

Fields inherited from class javax.swing.Timer
listenerList
 
Constructor Summary
KeymapManager.UpdateTimer(int delay)
           
 
Method Summary
 void addAction(javax.swing.Action a)
           
 void clearActions()
           
 int getActionCount()
           
 void removeAction(javax.swing.Action a)
           
 
Methods inherited from class javax.swing.Timer
addActionListener, fireActionPerformed, getDelay, getInitialDelay, getLogTimers, isCoalesce, isRepeats, isRunning, removeActionListener, restart, setCoalesce, setDelay, setInitialDelay, setLogTimers, setRepeats, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeymapManager.UpdateTimer

public KeymapManager.UpdateTimer(int delay)
Method Detail

addAction

public void addAction(javax.swing.Action a)

removeAction

public void removeAction(javax.swing.Action a)

clearActions

public void clearActions()

getActionCount

public int getActionCount()