Class ReasonerSettings
- java.lang.Object
-
- net.ssehub.easy.producer.ui.productline_editor.project_configuration.ReasonerSettings
-
- All Implemented Interfaces:
java.util.EventListener,org.eclipse.swt.events.ModifyListener,org.eclipse.swt.internal.SWTEventListener
public class ReasonerSettings extends java.lang.Object implements org.eclipse.swt.events.ModifyListenerSome UI elements for defining the project specific reasoner settings.- Author:
- Holger Eichelberger
-
-
Field Summary
Fields Modifier and Type Field Description private ReasonerConfigurationcfgprivate org.eclipse.swt.widgets.Texttimeout
-
Constructor Summary
Constructors Constructor Description ReasonerSettings(org.eclipse.swt.widgets.Composite parent, ReasonerConfiguration cfg, AbstractEASyEditorPage parentPage)Sole constructor for this class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmodifyText(org.eclipse.swt.events.ModifyEvent ev)voidrefresh()Refreshes the timeout.private voidsetTimeout()Sets the actual timeout value.
-
-
-
Field Detail
-
cfg
private ReasonerConfiguration cfg
-
timeout
private org.eclipse.swt.widgets.Text timeout
-
-
Constructor Detail
-
ReasonerSettings
public ReasonerSettings(org.eclipse.swt.widgets.Composite parent, ReasonerConfiguration cfg, AbstractEASyEditorPage parentPage)Sole constructor for this class.- Parameters:
parent- The parent composite which will hold this Combobox.cfg- the reasoner configuration of the current projectparentPage- The parent page which will react on changes of this Combobox.
-
-