Draw2D v2.0

org.eclipse.draw2d.util
Class UITimer

java.lang.Object
  |
  +--org.eclipse.draw2d.util.Timer
        |
        +--org.eclipse.draw2d.util.UITimer
All Implemented Interfaces:
Runnable

public class UITimer
extends Timer


Constructor Summary
UITimer()
           
 
Method Summary
protected  void preformRun()
           
 
Methods inherited from class org.eclipse.draw2d.util.Timer
cancel, getRunnable, getThread, run, scheduleRepeatedly, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UITimer

public UITimer()
Method Detail

preformRun

protected void preformRun()
Overrides:
preformRun in class Timer

Draw2D v2.0