Class SequencePreviewWorker
java.lang.Object
org.pentaho.reporting.ui.datasources.sequence.SequencePreviewWorker
- All Implemented Interfaces:
Runnable,EventListener,org.pentaho.reporting.libraries.designtime.swing.background.CancelListener,org.pentaho.reporting.libraries.designtime.swing.background.PreviewWorker
public class SequencePreviewWorker
extends Object
implements org.pentaho.reporting.libraries.designtime.swing.background.PreviewWorker
-
Constructor Summary
ConstructorsConstructorDescriptionSequencePreviewWorker(org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sequence.Sequence query, org.pentaho.reporting.engine.classic.core.designtime.DesignTimeContext context) -
Method Summary
Modifier and TypeMethodDescriptionvoidcancelProcessing(org.pentaho.reporting.libraries.designtime.swing.background.CancelEvent event) Requests that the thread stop processing as soon as possible.voidclose()org.pentaho.reporting.engine.classic.core.ReportDataFactoryExceptionvoidrun()When an object implementing interfaceRunnableis used to create a thread, starting the thread causes the object'srunmethod to be called in that separately executing thread.
-
Constructor Details
-
SequencePreviewWorker
public SequencePreviewWorker(org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sequence.Sequence query, org.pentaho.reporting.engine.classic.core.designtime.DesignTimeContext context) throws org.pentaho.reporting.engine.classic.core.ReportProcessingException - Throws:
org.pentaho.reporting.engine.classic.core.ReportProcessingException
-
-
Method Details
-
getException
public org.pentaho.reporting.engine.classic.core.ReportDataFactoryException getException() -
getResultTableModel
- Specified by:
getResultTableModelin interfaceorg.pentaho.reporting.libraries.designtime.swing.background.PreviewWorker
-
close
public void close()- Specified by:
closein interfaceorg.pentaho.reporting.libraries.designtime.swing.background.PreviewWorker
-
cancelProcessing
public void cancelProcessing(org.pentaho.reporting.libraries.designtime.swing.background.CancelEvent event) Requests that the thread stop processing as soon as possible.- Specified by:
cancelProcessingin interfaceorg.pentaho.reporting.libraries.designtime.swing.background.CancelListener
-
run
public void run()When an object implementing interfaceRunnableis used to create a thread, starting the thread causes the object'srunmethod to be called in that separately executing thread. The general contract of the methodrunis that it may take any action whatsoever.
-