Class AvailableMetricDescriptionSelectionViewer


  • public class AvailableMetricDescriptionSelectionViewer
    extends WizardTableViewer
    Generates a table view where all MeasurementSpecifications of a monitor are shown
    • Constructor Detail

      • AvailableMetricDescriptionSelectionViewer

        public AvailableMetricDescriptionSelectionViewer​(Composite parent,
                                                         org.palladiosimulator.monitorrepository.Monitor unusedMetricsMonitor)
        Parameters:
        parent - the container where the tree viewer is placed in
        dataApplication - the 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