Class NewTask

java.lang.Object
javax.swing.SwingWorker<java.lang.Integer,​java.lang.Object>
hipp.com.wappedidpadpro2.NewTask
All Implemented Interfaces:
java.lang.Runnable, java.util.concurrent.Future<java.lang.Integer>, java.util.concurrent.RunnableFuture<java.lang.Integer>

public class NewTask
extends javax.swing.SwingWorker<java.lang.Integer,​java.lang.Object>
NewTask
class to do icons animation
  • Nested Class Summary

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

    javax.swing.SwingWorker.StateValue
  • Field Summary

    Fields 
    Modifier and Type Field Description
    private java.lang.Integer i  
    private static int messageTimeout  
    private static WAppEditpadPro2 theApp  
    private static NewTask thisClass  
  • Constructor Summary

    Constructors 
    Constructor Description
    NewTask​(WAppEditpadPro2 _theApp, java.lang.String location)
    class for icons animation Constructor
  • Method Summary

    Modifier and Type Method Description
    java.lang.Integer doInBackground()  
    protected void done()  
    private static void init​(java.lang.String loc)  

    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
  • Field Details

  • Constructor Details

    • NewTask

      public NewTask​(WAppEditpadPro2 _theApp, java.lang.String location)
      class for icons animation Constructor
      Parameters:
      _theApp - refernece the main UI (JFrame)
      location - string to the resource bundle
  • Method Details

    • init

      private static void init​(java.lang.String loc)
    • doInBackground

      public java.lang.Integer doInBackground()
      Specified by:
      doInBackground in class javax.swing.SwingWorker<java.lang.Integer,​java.lang.Object>
    • done

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