edu.jhu.tmaj.util.swing
Class PublicSwingWorker<T,V>

java.lang.Object
  extended by javax.swing.SwingWorker<T,V>
      extended by edu.jhu.tmaj.util.swing.PublicSwingWorker<T,V>
All Implemented Interfaces:
java.lang.Runnable, java.util.concurrent.Future<T>, java.util.concurrent.RunnableFuture<T>

public abstract class PublicSwingWorker<T,V>
extends javax.swing.SwingWorker<T,V>


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.SwingWorker
javax.swing.SwingWorker.StateValue
 
Constructor Summary
PublicSwingWorker()
           
 
Method Summary
 void cancelGracefully()
           
 boolean isCancelledGracefully()
           
 void setProgressValue(int progress)
           
 
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
 

Constructor Detail

PublicSwingWorker

public PublicSwingWorker()
Method Detail

setProgressValue

public final void setProgressValue(int progress)

cancelGracefully

public final void cancelGracefully()

isCancelledGracefully

public final boolean isCancelledGracefully()