Package org.af.commons.threading

Provides the class SafeSwingWorker, that extends the class SwingWorker, and classes for a progress dialog and observer of this worker.

See:
          Description

Interface Summary
SwingWorkerObserver  
 

Class Summary
ProgressDialog<T,V> Dialog that visualizes the progess of a SafeSwingworker by using a ProgressPanel.
ProgressPanel<T,V> Simple panel to watch the progress of a SafeSwingWorker.
SafeSwingWorker<T,V> This SwingWorker handles exceptions thrown by the doInBackground() method.
SwingWorkerMsgBuffer<V>  
 

Package org.af.commons.threading Description

Provides the class SafeSwingWorker, that extends the class SwingWorker, and classes for a progress dialog and observer of this worker.