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 Details

    • 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