Class ProcessingTypeSelectionViewer


  • public class ProcessingTypeSelectionViewer
    extends WizardTableViewer
    Generates a table view where all selected metrics from the 3rd wizard page are shown and where further properties can be specified.
    • Constructor Detail

      • ProcessingTypeSelectionViewer

        public ProcessingTypeSelectionViewer​(Composite parent,
                                             org.palladiosimulator.monitorrepository.Monitor usedMetricsMonitor)
        Parameters:
        parent - container where the table viewer is placed in
        dataApplication - Connection to the data binding. This is needed in order to get the repository of the current project.
    • Method Detail

      • initInjector

        protected void initInjector()
        Description copied from class: ComponentViewer
        Initalizes the google guice injector attribute with the injector of the respective parsley view
        Specified by:
        initInjector in class ComponentViewer