Class SelectDefaultCombinationsPage

java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
org.palladiosimulator.edp2.visualization.wizards.SelectDefaultCombinationsPage
All Implemented Interfaces:
IDialogPage, IMessageProvider, ISelectionChangedListener, IWizardPage

public class SelectDefaultCombinationsPage extends WizardPage implements ISelectionChangedListener
Implementation of a WizardPage that contains a list of visualizations which are able to display the selected data. The list contains both the basic defaults, i.e. registered visualizations only, and defaults as described by extensions to the extension point org.palladiosimulator.edp2.visualization.defaultSequences.
  • Constructor Details

    • SelectDefaultCombinationsPage

      protected SelectDefaultCombinationsPage(String pageName, IDataSource selectedSource)
      Constructor
      Parameters:
      pageName - the name of this WizardPage
      selectedSource - the source which was selected to invoke the wizard.
  • Method Details