Class DesignerSplash.GwInfoWorker

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

    protected class DesignerSplash.GwInfoWorker
    extends javax.swing.SwingWorker<java.lang.String,​java.lang.Void>
    • Nested Class Summary

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

        javax.swing.SwingWorker.StateValue
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected GwInfoWorker()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String doInBackground()  
      protected void done()  
      • Methods inherited from class javax.swing.SwingWorker

        addPropertyChangeListener, cancel, 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

      • GwInfoWorker

        protected GwInfoWorker()
    • Method Detail

      • doInBackground

        protected java.lang.String doInBackground()
                                           throws java.lang.Exception
        Specified by:
        doInBackground in class javax.swing.SwingWorker<java.lang.String,​java.lang.Void>
        Throws:
        java.lang.Exception
      • done

        protected void done()
        Overrides:
        done in class javax.swing.SwingWorker<java.lang.String,​java.lang.Void>