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 ITextField

All Superinterfaces:
ITextComponent, ITextContent
All Known Implementing Classes:
TextField

public interface ITextField
extends ITextContent

Text field of a text document.


Method Summary
 void addDisposeListener(IElementDisposedListener listener)
          Adds a dispose listener to the field.
 java.lang.String getDisplayText()
          Returns displayed text of the text field.
 ITextFieldMaster getTextFieldMaster()
          Returns master of the text field.
 ITextRange getTextRange()
          Returns text range of the textfield.
 void markTextField()
          Marks the field in the text.
 void remove()
          Removes the text field from the document.
 void removeDisposeListener(IElementDisposedListener listener)
          Removes the dispose listener belonging to the field (if there is any).
 
Methods inherited from interface ag.ion.bion.officelayer.text.ITextContent
getXTextContent
 
Methods inherited from interface ag.ion.bion.officelayer.text.ITextComponent
getTextDocument
 

Method Detail

getDisplayText

java.lang.String getDisplayText()
Returns displayed text of the text field.

Returns:
display text of the text field

getTextFieldMaster

ITextFieldMaster getTextFieldMaster()
Returns master of the text field.

Returns:
master of the text field.

getTextRange

ITextRange getTextRange()
Returns text range of the textfield.

Returns:
text range of the textfield

remove

void remove()
Removes the text field from the document.


addDisposeListener

void addDisposeListener(IElementDisposedListener listener)
Adds a dispose listener to the field.


removeDisposeListener

void removeDisposeListener(IElementDisposedListener listener)
Removes the dispose listener belonging to the field (if there is any).


markTextField

void markTextField()
Marks the field in the text.


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