Class EASyDebugInformationButton
- java.lang.Object
-
- net.ssehub.easy.producer.ui.productline_editor.project_configuration.EASyDebugInformationButton
-
- All Implemented Interfaces:
java.util.EventListener,org.eclipse.swt.events.SelectionListener,org.eclipse.swt.internal.SWTEventListener
public class EASyDebugInformationButton extends java.lang.Object implements org.eclipse.swt.events.SelectionListenerCheckbox for (de-)selecting whether debug infomration shall be saved.- Author:
- El-Sharkawy
-
-
Field Summary
Fields Modifier and Type Field Description private org.eclipse.swt.widgets.ButtonbtnDebugInfosprivate AbstractEASyEditorPageparentPageprivate PLPInfoplp
-
Constructor Summary
Constructors Constructor Description EASyDebugInformationButton(org.eclipse.swt.widgets.Composite parent, PLPInfo plp, AbstractEASyEditorPage parentPage)Sole constructor for this class, will create a new checkbox.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrefresh()Refreshes whether debug infomration should be saved or not.voidwidgetDefaultSelected(org.eclipse.swt.events.SelectionEvent evt)voidwidgetSelected(org.eclipse.swt.events.SelectionEvent evt)
-
-
-
Field Detail
-
plp
private PLPInfo plp
-
parentPage
private AbstractEASyEditorPage parentPage
-
btnDebugInfos
private org.eclipse.swt.widgets.Button btnDebugInfos
-
-
Constructor Detail
-
EASyDebugInformationButton
public EASyDebugInformationButton(org.eclipse.swt.widgets.Composite parent, PLPInfo plp, AbstractEASyEditorPage parentPage)Sole constructor for this class, will create a new checkbox.- Parameters:
parent- The parent composite which will hold this checkbox.plp- ThePLPInfoto be configured.parentPage- The parent page which will react on changes of this checkbox.
-
-
Method Detail
-
refresh
public void refresh()
Refreshes whether debug infomration should be saved or not.
-
widgetSelected
public void widgetSelected(org.eclipse.swt.events.SelectionEvent evt)
- Specified by:
widgetSelectedin interfaceorg.eclipse.swt.events.SelectionListener
-
widgetDefaultSelected
public void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent evt)
- Specified by:
widgetDefaultSelectedin interfaceorg.eclipse.swt.events.SelectionListener
-
-