Class TimelineSwingWorker<T,V>
- java.lang.Object
-
- javax.swing.SwingWorker<T,V>
-
- org.pushingpixels.radiance.animation.api.swing.TimelineSwingWorker<T,V>
-
- All Implemented Interfaces:
java.lang.Runnable
,java.util.concurrent.Future<T>
,java.util.concurrent.RunnableFuture<T>
,TimelineScenario.TimelineScenarioActor
public abstract class TimelineSwingWorker<T,V> extends javax.swing.SwingWorker<T,V> implements TimelineScenario.TimelineScenarioActor
-
-
Constructor Summary
Constructors Constructor Description TimelineSwingWorker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
play()
void
resetDoneFlag()
boolean
supportsReplay()
-
Methods inherited from class javax.swing.SwingWorker
addPropertyChangeListener, cancel, doInBackground, done, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgress
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.pushingpixels.radiance.animation.api.TimelineScenario.TimelineScenarioActor
isDone
-
-
-
-
Method Detail
-
play
public void play()
- Specified by:
play
in interfaceTimelineScenario.TimelineScenarioActor
-
supportsReplay
public boolean supportsReplay()
- Specified by:
supportsReplay
in interfaceTimelineScenario.TimelineScenarioActor
-
resetDoneFlag
public void resetDoneFlag()
- Specified by:
resetDoneFlag
in interfaceTimelineScenario.TimelineScenarioActor
-
-