Groovy Documentation

com.wordpress.tipsforjava.swing
[Java] Class MenuScroller.MenuScrollTimer

java.lang.Object
  javax.swing.Timer
      com.wordpress.tipsforjava.swing.MenuScroller.MenuScrollTimer

private class MenuScroller.MenuScrollTimer
extends Timer

Constructor Summary
MenuScroller.MenuScrollTimer(int increment, int interval)

 
Method Summary
 
Methods inherited from class Timer
start, stop, getListeners, addActionListener, removeActionListener, getActionListeners, setActionCommand, getActionCommand, isRunning, getDelay, setDelay, restart, setLogTimers, getLogTimers, setInitialDelay, getInitialDelay, setRepeats, isRepeats, setCoalesce, isCoalesce, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

MenuScroller.MenuScrollTimer

public MenuScroller.MenuScrollTimer(int increment, int interval)


 

Groovy Documentation