org.eclipse.uml2.uml.ecore.exporter.ui
Class UMLExporterOptionsPage

java.lang.Object
  extended by org.eclipse.jface.dialogs.DialogPage
      extended by org.eclipse.jface.wizard.WizardPage
          extended by org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
              extended by org.eclipse.emf.exporter.ui.contribution.base.ModelExporterOptionsPage
                  extended by org.eclipse.uml2.uml.ecore.exporter.ui.UMLExporterOptionsPage
All Implemented Interfaces:
org.eclipse.emf.exporter.ui.contribution.base.IModelExporterPage, org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.jface.wizard.IWizardPage, org.eclipse.swt.widgets.Listener

public class UMLExporterOptionsPage
extends org.eclipse.emf.exporter.ui.contribution.base.ModelExporterOptionsPage


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage.PageDiagnosticHandler
 
Field Summary
protected  java.util.Map<java.lang.String,java.lang.String> choiceLabels
           
protected  java.lang.String discardChoiceLabel
           
protected  java.lang.String ignoreChoiceLabel
           
protected  java.lang.String processChoiceLabel
           
protected  java.lang.String reportChoiceLabel
           
 
Fields inherited from class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterOptionsPage
saveEPackageURIButton, saveExporterButton
 
Fields inherited from class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
CAUSE_BACK, CAUSE_CANCEL, CAUSE_FINISH, CAUSE_NEXT, CAUSE_UNKNOWN, forwardDirection, handlingEvent, modelConverter, neverVisible, pageDiagnosticHandler
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
UMLExporterOptionsPage(org.eclipse.emf.exporter.ModelExporter modelExporter, java.lang.String pageName)
           
 
Method Summary
protected  void addOptionButton(org.eclipse.swt.widgets.Composite optionsParent, org.eclipse.swt.widgets.Composite parent, java.lang.String text, java.lang.String choiceLabel)
           
protected  void addOptionControl(org.eclipse.swt.widgets.Composite parent)
           
protected  void addOptionControl(org.eclipse.swt.widgets.Composite parent, java.lang.String text, java.lang.String option, java.lang.String[] choices, java.lang.String initialChoice)
           
protected  void createSaveSettingsControl(org.eclipse.swt.widgets.Composite parent)
           
protected  UMLExporter getUMLExporter()
           
 
Methods inherited from class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterOptionsPage
createControl, doHandleEvent, getModelExporter, pageActivated
 
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.wizard.IWizardPage
canFlipToNextPage, getName, getNextPage, getPreviousPage, getWizard, isPageComplete, setPreviousPage, setWizard
 
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage
dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible
 

Field Detail

choiceLabels

protected final java.util.Map<java.lang.String,java.lang.String> 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
Constructor Detail

UMLExporterOptionsPage

public UMLExporterOptionsPage(org.eclipse.emf.exporter.ModelExporter modelExporter,
                              java.lang.String pageName)
Method Detail

getUMLExporter

protected UMLExporter getUMLExporter()

addOptionControl

protected void addOptionControl(org.eclipse.swt.widgets.Composite parent,
                                java.lang.String text,
                                java.lang.String option,
                                java.lang.String[] choices,
                                java.lang.String initialChoice)

addOptionButton

protected void addOptionButton(org.eclipse.swt.widgets.Composite optionsParent,
                               org.eclipse.swt.widgets.Composite parent,
                               java.lang.String text,
                               java.lang.String choiceLabel)

addOptionControl

protected void addOptionControl(org.eclipse.swt.widgets.Composite parent)

createSaveSettingsControl

protected void createSaveSettingsControl(org.eclipse.swt.widgets.Composite parent)
Overrides:
createSaveSettingsControl in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterOptionsPage

Copyright 2003, 2007 IBM Corporation and others.
All Rights Reserved.