Class StructureLoaderThread

  • All Implemented Interfaces:
    java.lang.Runnable, java.util.concurrent.Future<java.lang.String>, java.util.concurrent.RunnableFuture<java.lang.String>

    public class StructureLoaderThread
    extends javax.swing.SwingWorker<java.lang.String,​java.lang.Object>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class javax.swing.SwingWorker

        javax.swing.SwingWorker.StateValue
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • doInBackground

        protected java.lang.String doInBackground()
        Specified by:
        doInBackground in class javax.swing.SwingWorker<java.lang.String,​java.lang.Object>
      • showProgressBar

        public static void showProgressBar()