org.openstreetmap.josm.gui
Class MenuScroller.MenuScrollTimer

java.lang.Object
  extended by javax.swing.Timer
      extended by org.openstreetmap.josm.gui.MenuScroller.MenuScrollTimer
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
MenuScroller

private class MenuScroller.MenuScrollTimer
extends javax.swing.Timer


Field Summary
 
Fields inherited from class javax.swing.Timer
listenerList
 
Constructor Summary
MenuScroller.MenuScrollTimer(int increment, int interval)
           
 
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, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuScroller.MenuScrollTimer

public MenuScroller.MenuScrollTimer(int increment,
                                    int interval)


JOSM