Class 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.
    • Constructor Detail

      • SelectDataSourceTypePage

        public SelectDataSourceTypePage()
    • Method Detail

      • 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.