Class Helper
java.lang.Object
org.palladiosimulator.edp2.distancemetrics.ui.Helper
This class is for little jobs only, where no other class seems to be responsible.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Combo
createCombo
(Composite composite, DistanceMetricExtensionHandler dmeHandler) Since SWT doesn't allow subclassing of Combo, static method is used for that
-
Method Details
-
createCombo
Since SWT doesn't allow subclassing of Combo, static method is used for that- Parameters:
composite
- The Composite the Combo should be created at.dmeHandler
- DistanceMetricExtensionHandler the data should be loaded from.- Returns:
- Returns a Combo that contains all distance metrics
-