|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
ITextTable constructTextTable(int rows, int columns) throws TextException
rows
- rows to be addedcolumns
- columns to be added
TextException
- if the new text table can not be constructedITextTable[] getTextTables()
ITextTable getTextTable(java.lang.String name) throws TextException
name
- name of the table
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 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |