Class ButtonUiControl
- java.lang.Object
-
- net.ssehub.easy.dslCore.ui.listeners.ButtonUiControl
-
-
Field Summary
Fields Modifier and Type Field Description private org.eclipse.swt.widgets.Buttonbuttonprivate java.lang.StringinitialText
-
Constructor Summary
Constructors Constructor Description ButtonUiControl(org.eclipse.swt.widgets.Button button)Creates a button UI control.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetEnabled(IAggregatableListener key, boolean enabled)Notifies Sets the display status to disabled or enabled.
-
-
-
Method Detail
-
setEnabled
public void setEnabled(IAggregatableListener key, boolean enabled)
Description copied from interface:IControlNotifies Sets the display status to disabled or enabled.- Specified by:
setEnabledin interfaceIControl- Parameters:
key- optional information that uniquely identifies the caller in order to aggregate the overall status (may be null)enabled- the next display status
-
-