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 ETextTableColumn

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

public class ETextTableColumn
extends java.lang.Object
implements IETextTableColumn

Implementation for extended table columns.


Constructor Summary
ETextTableColumn(ETextTable textTable)
          Constructs a new extended text table column.
 
Method Summary
 void addTextTableColum(ITextTableColumn textTableColumn)
          Addes a text table column.
 IETextTableCellRange getCellRange()
          Returns the text table cell range.
 short getWidth()
          Returns column width.
 void setWidth(short width)
          Sets column width.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ETextTableColumn

public ETextTableColumn(ETextTable textTable)
Constructs a new extended text table column.

Parameters:
textTable - the text table
Method Detail

addTextTableColum

public void addTextTableColum(ITextTableColumn textTableColumn)
Addes a text table column.

Specified by:
addTextTableColum in interface IETextTableColumn
Parameters:
textTableColumn - the text table columns

setWidth

public void setWidth(short width)
              throws TextException
Sets column width.

Specified by:
setWidth in interface IETextTableColumn
Parameters:
width - desired width of the column
Throws:
TextException - if the cell is not available

getWidth

public short getWidth()
               throws TextException
Returns column width.

Specified by:
getWidth in interface IETextTableColumn
Throws:
TextException - if the cell is not available

getCellRange

public IETextTableCellRange getCellRange()
                                  throws java.lang.Exception
Returns the text table cell range.

Specified by:
getCellRange in interface IETextTableColumn
Returns:
text table cell range
Throws:
java.lang.Exception - if any error occurs

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