public abstract class TimelineSwingWorker<T,V> extends javax.swing.SwingWorker<T,V> implements TimelineScenario.TimelineScenarioActor
| Constructor and Description |
|---|
TimelineSwingWorker() |
| Modifier and Type | Method and Description |
|---|---|
void |
play() |
void |
resetDoneFlag() |
boolean |
supportsReplay() |
addPropertyChangeListener, cancel, doInBackground, done, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgressclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisDonepublic void play()
play in interface TimelineScenario.TimelineScenarioActorpublic boolean supportsReplay()
supportsReplay in interface TimelineScenario.TimelineScenarioActorpublic void resetDoneFlag()
resetDoneFlag in interface TimelineScenario.TimelineScenarioActor