|
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.TextFieldMaster
public class TextFieldMaster
Interface for a master of a textfield.
Constructor Summary | |
---|---|
TextFieldMaster(ITextDocument textDocument,
com.sun.star.beans.XPropertySet xPropertySet)
Constructs new TextFieldMaster. |
Method Summary | |
---|---|
ITextField |
constructNewTextField()
Constructs new textfield on the basis of this textfield master. |
java.lang.String |
getContent()
Returns content of the master of a textfield. |
java.lang.String |
getName()
Returns name of the master of a textfield. |
ITextField[] |
getTextFields()
Returns all related textfields of this textfield master. |
void |
remove()
Removes the master of a textfield from the document. |
void |
setContent(java.lang.String content)
Sets content of the master of a textfield. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextFieldMaster(ITextDocument textDocument, com.sun.star.beans.XPropertySet xPropertySet) throws java.lang.IllegalArgumentException
textDocument
- text document to be usedxPropertySet
- OpenOffice.org XPropertySet interface to be used
java.lang.IllegalArgumentException
- if the submitted text document or
OpenOffice.org XPropertySet interface is not validMethod Detail |
---|
public java.lang.String getName()
getName
in interface ITextFieldMaster
public java.lang.String getContent()
getContent
in interface ITextFieldMaster
public void setContent(java.lang.String content) throws TextException
setContent
in interface ITextFieldMaster
content
- content to be used
TextException
- if the new content can not be setpublic ITextField[] getTextFields() throws TextException
getTextFields
in interface ITextFieldMaster
TextException
- if the textfields can not be fetchedpublic ITextField constructNewTextField() throws NOAException
constructNewTextField
in interface ITextFieldMaster
NOAException
- if the new textfield can not be constructedpublic void remove()
remove
in interface ITextFieldMaster
|
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 |