Class SloTreeViewer

    • Constructor Detail

      • SloTreeViewer

        public SloTreeViewer​(Composite parent,
                             MDirtyable dirty,
                             org.eclipse.e4.core.commands.ECommandService commandService,
                             org.palladiosimulator.servicelevelobjective.ServiceLevelObjectiveRepository sloRepository)
        Parameters:
        parent - the container where the tree viewer is placed in
        dirty - the dirty state which indicates whether there were changes made
        commandService - a service of the eclipse application in order to make the tree view saveable
        repository - a measuring point repository which is displayed with all its measuring points in the tree view
    • 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