com.inet.viewer
Class ExportProgress
java.lang.Object
com.inet.viewer.Progress
com.inet.viewer.ExportProgress
- All Implemented Interfaces:
- java.lang.Runnable
public class ExportProgress
- extends Progress
Progress class for the export. This class send the export request to the Engine, receive the chunks and save it into one or more files.
Also, it displays the status of the export in the progress and status bar.
- See Also:
Progress
| Fields inherited from class com.inet.viewer.Progress |
PROP_PROGRESS_INDETERMINATE, PROP_PROGRESS_STATUS, PROP_PROGRESS_STEP, PROP_PROGRESS_TOTAL, STATUS_CANCELED, STATUS_COMPLETED, STATUS_ERROR, STATUS_IDLE, STATUS_INITIALIZED, STATUS_NOT_INITIALIZED, STATUS_RUNNING, TYPE_EXPORT, TYPE_INVISIBLE, TYPE_PAGELOADER, TYPE_PRINT, TYPE_SEARCH |
|
Method Summary |
void |
cancel()
Stops this export progress and stops the rendering process (export) for this report. |
java.lang.String |
getName()
The name of the daemon thread. |
| Methods inherited from class com.inet.viewer.Progress |
addPropertyChangeListener, cleanUp, getErrorMessage, getProgress, getReportView, getStatus, getTotalProgress, getType, isCanceled, isErrored, isFinished, isIndeterminate, removePropertyChangeListener, setErrorMessage, setIndeterminate, setProgress, setStatus, setTotalProgress, showError, startProgress, waitUntilFinished |
getName
public final java.lang.String getName()
- The name of the daemon thread.
- Specified by:
getName in class Progress
- Returns:
- the name of the daemon thread.
cancel
public void cancel()
- Stops this export progress and stops the rendering process (export) for this report.
- Specified by:
cancel in class Progress
- See Also:
Progress.cancel()
Copyright © 1999-2011 by i-net software GmbH