Class StructureLoaderThread
- java.lang.Object
-
- javax.swing.SwingWorker<String,Object>
-
- org.biojava.nbio.structure.align.gui.StructureLoaderThread
-
- All Implemented Interfaces:
Runnable
,Future<String>
,RunnableFuture<String>
public class StructureLoaderThread extends SwingWorker<String,Object>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class javax.swing.SwingWorker
SwingWorker.StateValue
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
doInBackground()
static void
showProgressBar()
-
Methods inherited from class javax.swing.SwingWorker
addPropertyChangeListener, cancel, done, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgress
-
-
-
-
Method Detail
-
doInBackground
protected String doInBackground()
- Specified by:
doInBackground
in classSwingWorker<String,Object>
-
showProgressBar
public static void showProgressBar()
-
-