DESY ACOP Beans Home

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

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

public class StringCell
extends TableCell

StringCell holds place String value.

Version:
$id$
Author:
Igor Kriznar

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
StringCell()
          Constructs a new StringCell.
StringCell(java.lang.String identifier, java.lang.Object dataSource, java.lang.String value, Command[] commands)
          Constructs a new StringCell.
 
Method Summary
 java.lang.String getStringValue()
          DOCUMENT ME!
 void setStringValue(java.lang.String value)
          DOCUMENT ME!
 
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

StringCell

public StringCell()
Constructs a new StringCell.


StringCell

public StringCell(java.lang.String identifier,
                  java.lang.Object dataSource,
                  java.lang.String value,
                  Command[] commands)
Constructs a new StringCell.

Parameters:
identifier -
dataSource -
value -
commands -
Method Detail

getStringValue

public java.lang.String getStringValue()
DOCUMENT ME!

Returns:
DOCUMENT ME!

setStringValue

public void setStringValue(java.lang.String value)
DOCUMENT ME!

Parameters:
value - DOCUMENT ME!


Copyright © 2010. All Rights Reserved.