Class PreviewPanel.PreviewGenerator

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

    public class PreviewPanel.PreviewGenerator
    extends javax.swing.SwingWorker<RMDocument,​java.lang.Void>
    • Nested Class Summary

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

        javax.swing.SwingWorker.StateValue
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected RMDocument 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
    • Method Detail

      • doInBackground

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

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