org.eclipse.uml2.uml.ecore.exporter.ui
Class UMLExporterOptionsPage
java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
org.eclipse.emf.exporter.ui.contribution.base.ModelExporterOptionsPage
org.eclipse.uml2.uml.ecore.exporter.ui.UMLExporterOptionsPage
- All Implemented Interfaces:
- IDialogPage, IMessageProvider, IModelExporterPage, IWizardPage, Listener
- public class UMLExporterOptionsPage
- extends ModelExporterOptionsPage
Methods inherited from class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage |
dispose, getModelConverter, getNextPage, getPreviousPage, handleDiagnostic, handleDiagnostic, handleEvent, isHandlingEvent, isPageComplete, pageDeactivated, setHandlingEvent |
Methods inherited from class org.eclipse.jface.wizard.WizardPage |
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getShell, getWizard, isCurrentPage, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString |
Methods inherited from class org.eclipse.jface.dialogs.DialogPage |
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage, setVisible |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage |
dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible |
choiceLabels
protected final java.util.Map choiceLabels
discardChoiceLabel
protected final java.lang.String discardChoiceLabel
ignoreChoiceLabel
protected final java.lang.String ignoreChoiceLabel
processChoiceLabel
protected final java.lang.String processChoiceLabel
reportChoiceLabel
protected final java.lang.String reportChoiceLabel
UMLExporterOptionsPage
public UMLExporterOptionsPage(ModelExporter modelExporter,
java.lang.String pageName)
getUMLExporter
protected UMLExporter getUMLExporter()
addOptionControl
protected void addOptionControl(Composite parent,
java.lang.String text,
java.lang.String option,
java.lang.String[] choices,
java.lang.String initialChoice)
addOptionButton
protected void addOptionButton(Composite optionsParent,
Composite parent,
java.lang.String text,
java.lang.String choiceLabel)
addOptionControl
protected void addOptionControl(Composite parent)
createSaveSettingsControl
protected void createSaveSettingsControl(Composite parent)