Class PreviewPanel.PreviewGenerator
- java.lang.Object
-
- javax.swing.SwingWorker<RMDocument,java.lang.Void>
-
- com.inductiveautomation.reporting.designer.workspace.design.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>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RMDocument
doInBackground()
protected void
done()
-
-
-
Method Detail
-
doInBackground
protected RMDocument doInBackground() throws java.lang.Exception
- Specified by:
doInBackground
in classjavax.swing.SwingWorker<RMDocument,java.lang.Void>
- Throws:
java.lang.Exception
-
done
protected void done()
- Overrides:
done
in classjavax.swing.SwingWorker<RMDocument,java.lang.Void>
-
-