Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013

ag.ion.bion.officelayer.internal.text.table.extended
Class ETextTableCell

java.lang.Object
  extended by ag.ion.bion.officelayer.internal.text.table.extended.ETextTableCell
All Implemented Interfaces:
IETextTableCell

public class ETextTableCell
extends java.lang.Object
implements IETextTableCell

Implementation for extended table cells.


Constructor Summary
ETextTableCell(ITextTableCell tableCell, java.lang.String cellName, IETextTable textTable)
          Constructs new TextTableCell.
 
Method Summary
 java.lang.String getCellFormula()
          Returns the cell formula.
 TextTableCellName getName()
          Returns the cell name.
 ITextTableCell getTableCell()
          Returns the containing text table cell.
 void setCellFormula(java.lang.String cellFormula)
          Sets the cell formula.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ETextTableCell

public ETextTableCell(ITextTableCell tableCell,
                      java.lang.String cellName,
                      IETextTable textTable)
               throws java.lang.IllegalArgumentException
Constructs new TextTableCell.

Parameters:
tableCell - the text table cell
cellName - the cell name
textTable - the text table
Throws:
java.lang.IllegalArgumentException - if one the OpenOffice.org interfaces is not valid
Method Detail

getName

public TextTableCellName getName()
Returns the cell name.

Specified by:
getName in interface IETextTableCell
Returns:
cell name

getTableCell

public ITextTableCell getTableCell()
Returns the containing text table cell.

Specified by:
getTableCell in interface IETextTableCell
Returns:
text table cell

setCellFormula

public void setCellFormula(java.lang.String cellFormula)
                    throws TextException
Sets the cell formula.

Specified by:
setCellFormula in interface IETextTableCell
Parameters:
cellFormula - cell formula
Throws:
TextException - if any error occurs.

getCellFormula

public java.lang.String getCellFormula()
Returns the cell formula.

Specified by:
getCellFormula in interface IETextTableCell
Returns:
cell formula

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013