sjrd.swing
Class NoExceptSwingWorker<T,V>
java.lang.Object
javax.swing.SwingWorker<T,V>
sjrd.swing.SafeExceptSwingWorker<T,V,RuntimeException>
sjrd.swing.NoExceptSwingWorker<T,V>
- Type Parameters:
T
- V
-
- All Implemented Interfaces:
- Runnable, Future<T>, RunnableFuture<T>
public abstract class NoExceptSwingWorker<T,V>
- extends SafeExceptSwingWorker<T,V,RuntimeException>
Extension de SwingWorker sans exception
- Author:
- sjrd
Methods inherited from class javax.swing.SwingWorker |
addPropertyChangeListener, cancel, 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 |
NoExceptSwingWorker
public NoExceptSwingWorker()