Class SloTreeViewer
- java.lang.Object
-
- org.palladiosimulator.measurementsui.abstractviewer.ComponentViewer
-
- org.palladiosimulator.measurementsui.abstractviewer.SaveableComponentViewer
-
- org.palladiosimulator.measurementsui.abstractviewer.MeasurementsTreeViewer
-
- org.palladiosimulator.simulizar.ui.measurementsdashboard.viewer.SloTreeViewer
-
public class SloTreeViewer extends MeasurementsTreeViewer
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.measurementsui.abstractviewer.MeasurementsTreeViewer
treeFactory, treeViewer
-
Fields inherited from class org.palladiosimulator.measurementsui.abstractviewer.SaveableComponentViewer
commandService, dirty
-
Fields inherited from class org.palladiosimulator.measurementsui.abstractviewer.ComponentViewer
editingDomain, injector, modelRepository, resource
-
-
Constructor Summary
Constructors Constructor Description SloTreeViewer(Composite parent, MDirtyable dirty, org.eclipse.e4.core.commands.ECommandService commandService, org.palladiosimulator.servicelevelobjective.ServiceLevelObjectiveRepository sloRepository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinitInjector()Initalizes the google guice injector attribute with the injector of the respective parsley view-
Methods inherited from class org.palladiosimulator.measurementsui.abstractviewer.MeasurementsTreeViewer
addMouseListener, addSelectionListener, getViewer, initParsley, update, update
-
Methods inherited from class org.palladiosimulator.measurementsui.abstractviewer.SaveableComponentViewer
redo, save, save, undo, undoAll, updateResource
-
Methods inherited from class org.palladiosimulator.measurementsui.abstractviewer.ComponentViewer
getModelRepository, initContextMenu, initDragAndDrop, initEditingDomain, setModelRepository
-
-
-
-
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 indirty- the dirty state which indicates whether there were changes madecommandService- a service of the eclipse application in order to make the tree view saveablerepository- 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:ComponentViewerInitalizes the google guice injector attribute with the injector of the respective parsley view- Specified by:
initInjectorin classComponentViewer
-
-