Package | Description |
---|---|
edu.umd.cs.piccolox.swt |
This package provides a SWT implementation of the core Piccolo library.
|
Modifier and Type | Method and Description |
---|---|
(package private) SWTTimer |
SWTTimer.getNextTimer() |
(package private) SWTTimer |
SWTTimer.SWTDoPostEvent.getTimer() |
Modifier and Type | Method and Description |
---|---|
(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-2012 Piccolo2D. All Rights Reserved.