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.text
Interface ITextTableService

All Known Implementing Classes:
TextTableService

public interface ITextTableService

Service for text tables.


Method Summary
 ITextTable constructTextTable(int rows, int columns)
          Constructs new text table.
 ITextTable getTextTable(java.lang.String name)
          Returns table with the submitted name.
 ITextTable[] getTextTables()
          Returns all available text tables.
 

Method Detail

constructTextTable

ITextTable constructTextTable(int rows,
                              int columns)
                              throws TextException
Constructs new text table.

Parameters:
rows - rows to be added
columns - columns to be added
Returns:
new table
Throws:
TextException - if the new text table can not be constructed

getTextTables

ITextTable[] getTextTables()
Returns all available text tables.

Returns:
all available text tables

getTextTable

ITextTable getTextTable(java.lang.String name)
                        throws TextException
Returns table with the submitted name.

Parameters:
name - name of the table
Returns:
table with the submitted name
Throws:
TextException - if the table does not exist

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