public interface GralSetValue_ifc
Modifier and Type | Field and Description |
---|---|
static int |
version
Version, history and license.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getContentInfo()
Gets the application specific info.
|
int |
getDataIx() |
java.lang.String |
getDataPath()
Changes the data path
|
void |
setContentInfo(java.lang.Object content)
Sets a application specific info.
|
void |
setDataIx(int dataIx) |
void |
setDataPath(java.lang.String sDataPath)
Sets the data path.
|
void |
setLongValue(long value)
Sets a value to show.
|
void |
setMinMax(float minValue,
float maxValue)
Sets the border of the value range for showing.
|
void |
setText(java.lang.CharSequence text)
|
void |
setValue(float value)
Sets a value to show.
|
void |
setValue(java.lang.Object[] value)
Sets some values to show any content.
|
static final int version
setText(CharSequence)
setValue(Object[])
as a possibility to set the appearance of a widget
with more as one value, maybe float, integer etc. It is used for GralLed
to determine colors for border and inner.
java.lang.Object getContentInfo()
setContentInfo(Object)
.int getDataIx()
java.lang.String getDataPath()
sDataPath
- the new onevoid setContentInfo(java.lang.Object content)
void setDataIx(int dataIx)
void setDataPath(java.lang.String sDataPath)
sDataPath
- void setLongValue(long value)
value
- void setMinMax(float minValue, float maxValue)
minValue
- maxValue
- void setText(java.lang.CharSequence text)
text
- void setValue(float value)
value
- void setValue(java.lang.Object[] value)
value
- array of floats