|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cosylab.gui.components.table.cells.TableCell com.cosylab.gui.components.table.cells.NumericCell com.cosylab.gui.components.table.cells.DoubleSeqCell
public class DoubleSeqCell
DobubleSeqCell hold double array value.
Field Summary |
---|
Fields inherited from class com.cosylab.gui.components.table.cells.NumericCell |
---|
FORMAT, MAXIMUM, MINIMUM, UNITS, UNITS_VISIBLE |
Fields inherited from class com.cosylab.gui.components.table.cells.TableCell |
---|
ALARM, commands, dataSource, ERROR, identifier, OUT_OF_BOUNDS, SEVERITY, SUSPENDED, TIMEOUT, timestamp, TOOLTIP, value, WARNING |
Constructor Summary | |
---|---|
DoubleSeqCell()
Constructs a new DoubleSeqCell. |
|
DoubleSeqCell(java.lang.String identifier,
java.lang.Object dataSource,
java.lang.Object value,
Command[] commands)
|
Method Summary | |
---|---|
double[] |
getDoubleSeqValue()
Returns the double array value. |
void |
setDoubleSeqValue(double[] num)
Sets the double array value |
Methods inherited from class com.cosylab.gui.components.table.cells.NumericCell |
---|
getFormat, getMaximum, getMaximum, getMinimum, getMinimum, getUnits, isUnitsVisible |
Methods inherited from class com.cosylab.gui.components.table.cells.TableCell |
---|
addSupportedCharacteristic, compareTo, getCharacteristic, getCharacteristic, getCharacteristics, getCommands, getDataSource, getIdentifier, getSupportedCharacteristics, getTimestamp, getTooltip, getValue, isAlarm, isError, isOutOfBounds, isSuspended, isTimeout, isWarning, putAllCharacteristics, putCharacteristic, removeSupportedCharacteristic, setTimestamp, setValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DoubleSeqCell()
public DoubleSeqCell(java.lang.String identifier, java.lang.Object dataSource, java.lang.Object value, Command[] commands)
identifier
- dataSource
- value
- commands
- Method Detail |
---|
public double[] getDoubleSeqValue()
public void setDoubleSeqValue(double[] num)
num
- new double array
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |