public class RepositoryImportProgressDialog extends org.eclipse.swt.widgets.Dialog implements ProgressMonitorListener, RepositoryImportFeedbackInterface, HasOverwritePrompter
| Constructor and Description |
|---|
RepositoryImportProgressDialog(org.eclipse.swt.widgets.Shell parent,
int style,
Repository rep,
String fileDirectory,
String[] filenames,
RepositoryDirectoryInterface baseDirectory,
String versionComment) |
RepositoryImportProgressDialog(org.eclipse.swt.widgets.Shell parent,
int style,
Repository rep,
String fileDirectory,
String[] filenames,
RepositoryDirectoryInterface baseDirectory,
String versionComment,
ImportRules importRules) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLog(String line) |
boolean |
askContinueOnErrorQuestion(String title,
String message) |
void |
beginTask(String message,
int nrWorks) |
void |
dispose() |
void |
done() |
OverwritePrompter |
getOverwritePrompter() |
boolean |
isAskingOverwriteConfirmation() |
boolean |
isCanceled() |
boolean |
jobOverwritePrompt(JobMeta jobMeta) |
void |
open() |
void |
setLabel(String labelText) |
void |
setTaskName(String taskName) |
void |
showError(String title,
String message,
Exception e) |
void |
subTask(String message) |
boolean |
transOverwritePrompt(TransMeta transMeta) |
void |
updateDisplay() |
void |
worked(int nrWorks) |
public RepositoryImportProgressDialog(org.eclipse.swt.widgets.Shell parent,
int style,
Repository rep,
String fileDirectory,
String[] filenames,
RepositoryDirectoryInterface baseDirectory,
String versionComment)
public RepositoryImportProgressDialog(org.eclipse.swt.widgets.Shell parent,
int style,
Repository rep,
String fileDirectory,
String[] filenames,
RepositoryDirectoryInterface baseDirectory,
String versionComment,
ImportRules importRules)
public void open()
public void dispose()
public void setLabel(String labelText)
setLabel in interface RepositoryImportFeedbackInterfacepublic void updateDisplay()
updateDisplay in interface RepositoryImportFeedbackInterfacepublic void showError(String title, String message, Exception e)
showError in interface RepositoryImportFeedbackInterfacepublic boolean transOverwritePrompt(TransMeta transMeta)
transOverwritePrompt in interface RepositoryImportFeedbackInterfacepublic boolean jobOverwritePrompt(JobMeta jobMeta)
jobOverwritePrompt in interface RepositoryImportFeedbackInterfacepublic void addLog(String line)
addLog in interface RepositoryImportFeedbackInterfacepublic boolean askContinueOnErrorQuestion(String title, String message)
askContinueOnErrorQuestion in interface RepositoryImportFeedbackInterfacepublic void beginTask(String message, int nrWorks)
beginTask in interface ProgressMonitorListenerpublic void done()
done in interface ProgressMonitorListenerpublic boolean isCanceled()
isCanceled in interface ProgressMonitorListenerpublic void setTaskName(String taskName)
setTaskName in interface ProgressMonitorListenerpublic void subTask(String message)
subTask in interface ProgressMonitorListenerpublic void worked(int nrWorks)
worked in interface ProgressMonitorListenerpublic boolean isAskingOverwriteConfirmation()
isAskingOverwriteConfirmation in interface RepositoryImportFeedbackInterfacepublic OverwritePrompter getOverwritePrompter()
getOverwritePrompter in interface HasOverwritePrompterCopyright © 2019 Hitachi Vantara. All rights reserved.