Class Helper
- java.lang.Object
-
- org.palladiosimulator.edp2.distancemetrics.ui.Helper
-
public final class Helper extends Object
This class is for little jobs only, where no other class seems to be responsible.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Combo
createCombo(Composite composite, DistanceMetricExtensionHandler dmeHandler)
Since SWT doesn't allow subclassing of Combo, static method is used for that
-
-
-
Method Detail
-
createCombo
public static Combo createCombo(Composite composite, DistanceMetricExtensionHandler dmeHandler)
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
-
-