Class V8ProjectGenerateTranslationStringsWizard
java.lang.Object
org.eclipse.jface.wizard.Wizard
com.e1c.langtool.ui.generatestring.GenerateTranslationStringsWizard
com.e1c.langtool.v8.dt.internal.ui.generatestring.V8ProjectGenerateTranslationStringsWizard
- All Implemented Interfaces:
org.eclipse.jface.window.IShellProvider,org.eclipse.jface.wizard.IWizard
The extension of class
GenerateTranslationStringsWizard to run
GenerateTranslationStringsWizard.collectAndSaveTranslationStrings(IProgressMonitor)
inside the orchestrated operation.-
Field Summary
Fields inherited from class com.e1c.langtool.ui.generatestring.GenerateTranslationStringsWizard
generatorFields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcollectAndSaveTranslationStrings(org.eclipse.core.runtime.IProgressMonitor monitor) Collects and saves translation strings.protected PreviewStringsWizardPageMethods inherited from class com.e1c.langtool.ui.generatestring.GenerateTranslationStringsWizard
addPages, canFinish, createGenerator, dispose, getDialogSettings, getFilterSettingsPage, getSettingsPage, init, performFinishMethods inherited from class org.eclipse.jface.wizard.Wizard
addPage, createPageControls, getContainer, getDefaultPageImage, getMinimumWizardSize, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jface.wizard.IWizard
createPageControls, getContainer, getDefaultPageImage, getMinimumWizardSize, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer
-
Constructor Details
-
V8ProjectGenerateTranslationStringsWizard
public V8ProjectGenerateTranslationStringsWizard()
-
-
Method Details
-
getPreviewStringsPage
- Overrides:
getPreviewStringsPagein classGenerateTranslationStringsWizard
-
collectAndSaveTranslationStrings
protected void collectAndSaveTranslationStrings(org.eclipse.core.runtime.IProgressMonitor monitor) Description copied from class:GenerateTranslationStringsWizardCollects and saves translation strings.- Overrides:
collectAndSaveTranslationStringsin classGenerateTranslationStringsWizard- Parameters:
monitor- the progress monitor, cannot benull
-