sjrd.swing
Class NoExceptSwingWorker<T,V>

java.lang.Object
  extended by javax.swing.SwingWorker<T,V>
      extended by sjrd.swing.SafeExceptSwingWorker<T,V,RuntimeException>
          extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.SwingWorker
SwingWorker.StateValue
 
Constructor Summary
NoExceptSwingWorker()
           
 
Method Summary
 
Methods inherited from class sjrd.swing.SafeExceptSwingWorker
doInBackground, getResult, getResultDef, getResultNoInterrupt
 
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
 

Constructor Detail

NoExceptSwingWorker

public NoExceptSwingWorker()