|
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 IFormComponent
The interface for a form component in a document.
| Method Summary | |
|---|---|
void |
focus()
Sets the focus to this from component. |
ITextRange |
getStartTextRange()
Returns the text range of the anchor where the form component starts. |
com.sun.star.awt.XControl |
getXControl()
Returns the OpenOffice.org XControl interface, can be null. |
com.sun.star.drawing.XControlShape |
getXControlShape()
Returns the OpenOffice.org XControlShape interface, can be null. |
com.sun.star.form.XFormComponent |
getXFormComponent()
Returns the OpenOffice.org XFormComponent interface. |
com.sun.star.beans.XPropertySet |
getXPropertySet()
Returns the property set of this form component, or null if not available. |
com.sun.star.awt.XTextComponent |
getXTextComponent()
Returns the OpenOffice.org XTextComponent interface, or null if not available. |
| Method Detail |
|---|
com.sun.star.beans.XPropertySet getXPropertySet()
throws NOAException
NOAException - if the return failscom.sun.star.form.XFormComponent getXFormComponent()
com.sun.star.drawing.XControlShape getXControlShape()
com.sun.star.awt.XControl getXControl()
throws NOAException
NOAException - if the return fails
com.sun.star.awt.XTextComponent getXTextComponent()
throws NOAException
NOAException - if the return fails
void focus()
throws NOAException
NOAException - if the focus fails
ITextRange getStartTextRange()
throws NOAException
NOAException - if the return of text range fails
|
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 | ||||||||