Uses of Class
edu.umd.cs.piccolox.swt.SWTTimer

Packages that use SWTTimer
edu.umd.cs.piccolox.swt This package provides a SWT implementation of the core Piccolo library. 
 

Uses of SWTTimer in edu.umd.cs.piccolox.swt
 

Methods in edu.umd.cs.piccolox.swt that return SWTTimer
(package private)  SWTTimer SWTTimer.getNextTimer()
           
(package private)  SWTTimer SWTTimer.SWTDoPostEvent.getTimer()
           
 

Methods in edu.umd.cs.piccolox.swt with parameters of type SWTTimer
(package private)  void SWTTimerQueue.addTimer(SWTTimer timer, long expirationTime)
          Adds the provided timer to the queue of scheduled timers.
(package private)  boolean SWTTimerQueue.containsTimer(SWTTimer timer)
          Returns true if this timer queue contains the given timer.
(package private)  void SWTTimerQueue.removeTimer(SWTTimer timer)
          Removes the provided timer from the Timer Queue.
(package private)  void SWTTimer.setNextTimer(SWTTimer nextTimer)
           
 



Copyright © 1995-2011 Piccolo2D. All Rights Reserved.