Class TimelineSwingWorker<T,V>
java.lang.Object
javax.swing.SwingWorker<T,V>
org.pushingpixels.radiance.animation.api.swing.TimelineSwingWorker<T,V>
- All Implemented Interfaces:
Runnable, Future<T>, RunnableFuture<T>, TimelineScenario.TimelineScenarioActor
public abstract class TimelineSwingWorker<T,V>
extends SwingWorker<T,V>
implements TimelineScenario.TimelineScenarioActor
-
Nested Class Summary
Nested classes/interfaces inherited from class SwingWorker
SwingWorker.StateValue -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SwingWorker
addPropertyChangeListener, cancel, doInBackground, done, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgressMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface TimelineScenario.TimelineScenarioActor
isDone
-
Constructor Details
-
TimelineSwingWorker
public TimelineSwingWorker()
-
-
Method Details
-
play
public void play()- Specified by:
playin interfaceTimelineScenario.TimelineScenarioActor
-
supportsReplay
public boolean supportsReplay()- Specified by:
supportsReplayin interfaceTimelineScenario.TimelineScenarioActor
-
resetDoneFlag
public void resetDoneFlag()- Specified by:
resetDoneFlagin interfaceTimelineScenario.TimelineScenarioActor
-