| Package | Description |
|---|---|
| foxtrot.pumps |
| Modifier and Type | Class and Description |
|---|---|
class |
ConditionalEventPump
This implementation of EventPump calls the package protected method
java.awt.EventDispatchThread.pumpEvents(Conditional)
to pump events while a Task is executed. |
class |
QueueEventPump
Implementation of an EventPump that should work with JDK 1.2 and 1.3
and only uses the public API of the
java.awt. |
class |
SunJDK140ConditionalEventPump
Deprecated.
This class implements a workaround for bug #4531693 that has been fixed
in JDK 1.4.2 and backported to 1.4.1. Therefore it is recommended to upgrade to those
fixed JDK versions, as the bug not only affects Foxtrot but also the usage of dialogs.
|
class |
SunJDK141ConditionalEventPump
Deprecated.
This class implements a workaround for bug #4531693 that has been fixed
in JDK 1.4.2 and backported to 1.4.1. Therefore it is recommended to upgrade to those
fixed JDK versions, as the bug not only affects Foxtrot but also the usage of dialogs.
|
class |
SunJDK14ConditionalEventPump
Specialized ConditionalEventPump for Sun's JDK 1.4 and 5.0.
|