Class SelectDataSourceTypePage

java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
org.palladiosimulator.edp2.ui.wizards.datasource.SelectDataSourceTypePage
All Implemented Interfaces:
IDialogPage, IMessageProvider, IWizardPage

public class SelectDataSourceTypePage extends WizardPage
Allows to select the type of a data source. All known (and selectable) data sources are available as constants.
  • Field Details

  • Constructor Details

    • SelectDataSourceTypePage

      public SelectDataSourceTypePage()
  • Method Details

    • createControl

      public void createControl(Composite parent)
    • getSelection

      public String getSelection()
      Get the current selected data type. Returns an empty string if no data source type is selected.
      Returns:
      The string representing the selection.