Class ReportingResourceWorkspace.SnapshotUpdater
java.lang.Object
javax.swing.SwingWorker<Optional<BufferedImage>,Void>
 
com.inductiveautomation.reporting.designer.workspace.ReportingResourceWorkspace.SnapshotUpdater
- All Implemented Interfaces:
- Runnable,- Future<Optional<BufferedImage>>,- RunnableFuture<Optional<BufferedImage>>
- Enclosing class:
- ReportingResourceWorkspace
public static class ReportingResourceWorkspace.SnapshotUpdater
extends SwingWorker<Optional<BufferedImage>,Void> 
Background worker that resizes a byte[] to 250x300 for display in thumbnails/preview panels. Provide a
 callback to actually handle the results.
- 
Nested Class SummaryNested classes/interfaces inherited from class javax.swing.SwingWorkerSwingWorker.StateValue
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class javax.swing.SwingWorkeraddPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgress
- 
Constructor Details- 
SnapshotUpdater
 
- 
- 
Method Details- 
doInBackground- Specified by:
- doInBackgroundin class- SwingWorker<Optional<BufferedImage>,- Void> 
 
- 
doneprotected void done()- Overrides:
- donein class- SwingWorker<Optional<BufferedImage>,- Void> 
 
 
-