Class Helper
- java.lang.Object
-
- edu.kit.ipd.sdq.eventsim.rvisualization.util.Helper
-
public final class Helper extends Object
Provides some helper methods.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,TranslatableEntity>
getMetricsLabelExtensions()
static void
setEnabledRecursive(Control control, boolean enabled)
Enables or disables a control and all of its direct and indirect children, if any.
-
-
-
Method Detail
-
setEnabledRecursive
public static void setEnabledRecursive(Control control, boolean enabled)
Enables or disables a control and all of its direct and indirect children, if any.- Parameters:
control
- the root controlenabled
-true
, if controls are to be enabled;false
else
-
getMetricsLabelExtensions
public static Map<String,TranslatableEntity> getMetricsLabelExtensions()
-
-