DESY ACOP Beans Home

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

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

public class StringSeqCell
extends TableCell

StringSeqCell hold string array value.

Author:
jkamenik

Field Summary
 
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
StringSeqCell()
          Constructs a new StringSeqCell.
StringSeqCell(java.lang.String identifier, java.lang.Object dataSource, java.lang.Object value, Command[] commands)
           
 
Method Summary
 java.lang.String[] getStringSeqValue()
          Returns the string array value.
 
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

StringSeqCell

public StringSeqCell()
Constructs a new StringSeqCell.


StringSeqCell

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

getStringSeqValue

public java.lang.String[] getStringSeqValue()
Returns the string array value.

Returns:
the value


Copyright © 2010. All Rights Reserved.