DESY ACOP Beans Home

com.cosylab.gui.components.table.cells
Class DoubleSeqCell

java.lang.Object
  extended by com.cosylab.gui.components.table.cells.TableCell
      extended by com.cosylab.gui.components.table.cells.NumericCell
          extended by com.cosylab.gui.components.table.cells.DoubleSeqCell
All Implemented Interfaces:
java.lang.Comparable

public class DoubleSeqCell
extends NumericCell

DobubleSeqCell hold double array value.

Author:
jkamenik

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

DoubleSeqCell

public DoubleSeqCell()
Constructs a new DoubleSeqCell.


DoubleSeqCell

public DoubleSeqCell(java.lang.String identifier,
                     java.lang.Object dataSource,
                     java.lang.Object value,
                     Command[] commands)
Parameters:
identifier -
dataSource -
value -
commands -
Method Detail

getDoubleSeqValue

public double[] getDoubleSeqValue()
Returns the double array value.

Returns:

setDoubleSeqValue

public void setDoubleSeqValue(double[] num)
Sets the double array value

Parameters:
num - new double array


Copyright © 2010. All Rights Reserved.