DESY ACOP Beans Home

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

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.LongSeqCell
All Implemented Interfaces:
java.lang.Comparable

public class LongSeqCell
extends NumericCell

LongSeqCell holds long 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
LongSeqCell()
          Constructs a new LongSeqCell.
LongSeqCell(java.lang.String identifier, java.lang.Object dataSource, java.lang.Object value, Command[] commands)
           
 
Method Summary
 long[] getLongSeqValue()
          Returns the long array value of this cell.
 void setLongSeqValue(long[] num)
          Sets a new long array value to this cell.
 
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

LongSeqCell

public LongSeqCell()
Constructs a new LongSeqCell.


LongSeqCell

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

setLongSeqValue

public void setLongSeqValue(long[] num)
Sets a new long array value to this cell.

Parameters:
num - new long array

getLongSeqValue

public long[] getLongSeqValue()
Returns the long array value of this cell.

Returns:
the value


Copyright © 2010. All Rights Reserved.