public abstract class ModelExporterWizard extends ModelConverterWizard
ModelConverterWizard.PageHelper| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
PREFERENCE_SAVE_EXPORTER |
protected static java.lang.String |
PREFERENCE_SAVE_PACKAGE_URI |
diagnosticHandler, doPerformFinishDiagnostic, modelConverter, pageHelper, selection, workbench| Constructor and Description |
|---|
ModelExporterWizard() |
| Modifier and Type | Method and Description |
|---|---|
protected Diagnostic |
doPerformFinish(Monitor monitor)
Subclasses should overwrite this method, adding the code that performs the
actions required when this wizard is "finished".
|
ModelExporter |
getModelExporter() |
void |
init(IWorkbench workbench,
IStructuredSelection selection) |
protected void |
readPreferencesSettings() |
protected void |
writePreferencesSettings() |
createModelConverter, dispose, getFile, getModelConverter, getSelection, getWorkbench, handleConvertDiagnostic, openEditor, performCancel, performFinish, selectFile, setContainerprotected static final java.lang.String PREFERENCE_SAVE_EXPORTER
protected static final java.lang.String PREFERENCE_SAVE_PACKAGE_URI
public ModelExporter getModelExporter()
public void init(IWorkbench workbench,
IStructuredSelection selection)
init in class ModelConverterWizardprotected void readPreferencesSettings()
protected void writePreferencesSettings()
protected Diagnostic doPerformFinish(Monitor monitor) throws java.lang.Exception
ModelConverterWizardSubclasses should overwrite this method, adding the code that performs the actions required when this wizard is "finished".
The Diagnostic returned by this method should be used to provide
the user some information regarding a successful conversion. If the
conversion fails, an exception should be thrown.
doPerformFinish in class ModelConverterWizardDiagnosticjava.lang.Exception