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

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

public class UMLExporterOptionsPage
extends ModelExporterOptionsPage


Nested Class Summary
 
Nested classes inherited from class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
ModelConverterPage.PageDiagnosticHandler
 
Field Summary
protected  Map choiceLabels
           
protected  String discardChoiceLabel
           
protected  String ignoreChoiceLabel
           
protected  String processChoiceLabel
           
protected  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(ModelExporter modelExporter, String pageName)
           
 
Method Summary
protected  void addOptionButton(Composite optionsParent, Composite parent, String text, String choiceLabel)
           
protected  void addOptionControl(Composite parent)
           
protected  void addOptionControl(Composite parent, String text, String option, String[] choices, String initialChoice)
           
protected  void createSaveSettingsControl(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 Map choiceLabels

discardChoiceLabel

protected final String discardChoiceLabel

ignoreChoiceLabel

protected final String ignoreChoiceLabel

processChoiceLabel

protected final String processChoiceLabel

reportChoiceLabel

protected final String reportChoiceLabel
Constructor Detail

UMLExporterOptionsPage

public UMLExporterOptionsPage(ModelExporter modelExporter,
                              String pageName)
Method Detail

getUMLExporter

protected UMLExporter getUMLExporter()

addOptionControl

protected void addOptionControl(Composite parent,
                                String text,
                                String option,
                                String[] choices,
                                String initialChoice)

addOptionButton

protected void addOptionButton(Composite optionsParent,
                               Composite parent,
                               String text,
                               String choiceLabel)

addOptionControl

protected void addOptionControl(Composite parent)

createSaveSettingsControl

protected void createSaveSettingsControl(Composite parent)

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