Class AdditionalMeasuringpointContentProvider
java.lang.Object
org.palladiosimulator.measurementsui.wizard.handlers.contentprovider.AdditionalMeasuringpointContentProvider
- All Implemented Interfaces:
IContentProvider
,IStructuredContentProvider
,ITreeContentProvider
A content provider for the second step of the measuringpoint creation wizard pages
-
Constructor Summary
ConstructorDescriptionAdditionalMeasuringpointContentProvider
(MeasuringPointSelectionWizardModel measuringPointWizardModel) constructor with arguments, which sets the needed wizard model -
Method Summary
Modifier and TypeMethodDescriptionObject[]
getChildren
(Object parentElement) Object[]
getElements
(Object inputElement) boolean
hasChildren
(Object element) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.jface.viewers.IContentProvider
dispose, inputChanged
-
Constructor Details
-
AdditionalMeasuringpointContentProvider
public AdditionalMeasuringpointContentProvider(MeasuringPointSelectionWizardModel measuringPointWizardModel) constructor with arguments, which sets the needed wizard model- Parameters:
measuringPointWizardModel
- the needed wizard model
-
-
Method Details
-
getElements
- Specified by:
getElements
in interfaceIStructuredContentProvider
- Specified by:
getElements
in interfaceITreeContentProvider
-
getChildren
- Specified by:
getChildren
in interfaceITreeContentProvider
-
getParent
- Specified by:
getParent
in interfaceITreeContentProvider
-
hasChildren
- Specified by:
hasChildren
in interfaceITreeContentProvider
-