public static final class RFControl.RFControlHolder
extends java.lang.Object
Constructor and Description |
---|
RFControlHolder(IEData data_,
int delay_,
boolean dialog_,
int width_)
The constructor which gets all relevant values.
|
Modifier and Type | Method and Description |
---|---|
IEData |
getData()
Returns the data component enumeration element.
|
int |
getDelay()
Returns the delay time between pressing the control button and
performing the result of the status.
|
int |
getWidth()
Returns the width between two component elements of the array.
|
boolean |
hasDialog()
The boolean dialog value is returned by this method.
|
public RFControlHolder(IEData data_, int delay_, boolean dialog_, int width_)
data_
- The data component.delay_
- Delay time after sending the value.dialog_
- The program represents a dialog box with
a YES/NO questions before sending the value. By pressing the
YES button the value is send otherwise not.width_
- The width between two drawn component elements.public IEData getData()
public int getWidth()
public boolean hasDialog()
public int getDelay()
14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft