|
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 | ||||||||
java.lang.Objectag.ion.bion.officelayer.internal.text.TextTableService
public class TextTableService
Service for text tables.
| Constructor Summary | |
|---|---|
TextTableService(ITextDocument textDocument)
Constructs new TextTableService. |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextTableService(ITextDocument textDocument)
throws java.lang.IllegalArgumentException
textDocument - text document to be used
java.lang.IllegalArgumentException - if the submitted text document is not valid| Method Detail |
|---|
public ITextTable constructTextTable(int rows,
int columns)
throws TextException
constructTextTable in interface ITextTableServicerows - rows to be addedcolumns - columns to be added
TextException - if the new text table can not be constructedpublic ITextTable[] getTextTables()
getTextTables in interface ITextTableService
public ITextTable getTextTable(java.lang.String name)
throws TextException
getTextTable in interface ITextTableServicename - 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 | ||||||||