Class ImportFromFileTask
java.lang.Object
org.pentaho.reporting.ui.datasources.table.ImportFromFileTask
- All Implemented Interfaces:
Runnable,EventListener,org.pentaho.reporting.libraries.designtime.swing.background.CancelListener
-
Constructor Summary
ConstructorsConstructorDescriptionImportFromFileTask(File selectedFile, boolean useFirstRowAsHeader, TableDataSourceEditor parent) -
Method Summary
Modifier and TypeMethodDescriptionvoidcancelProcessing(org.pentaho.reporting.libraries.designtime.swing.background.CancelEvent event) Requests that the thread stop processing as soon as possible.voidrun()
-
Constructor Details
-
ImportFromFileTask
public ImportFromFileTask(File selectedFile, boolean useFirstRowAsHeader, TableDataSourceEditor parent)
-
-
Method Details
-
run
public void run() -
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
-