com.sun.star.form
Interface XFormController
- All Superinterfaces:
- com.sun.star.uno.XInterface, com.sun.star.awt.XTabController
- public abstract interface XFormController
- extends com.sun.star.awt.XTabController
Field Summary |
static com.sun.star.uno.Uik |
UIK
|
static java.lang.Object |
UNORUNTIMEDATA
|
static com.sun.star.lib.uno.typeinfo.TypeInfo[] |
UNOTYPEINFO
|
Method Summary |
abstract void |
addActivateListener(com.sun.star.form.XFormControllerListener xfcl)
|
abstract com.sun.star.awt.XControl |
getCurrentControl()
|
abstract void |
removeActivateListener(com.sun.star.form.XFormControllerListener xfcl)
|
Methods inherited from interface com.sun.star.awt.XTabController |
activateFirst, activateLast, activateTabOrder, autoTabOrder, getContainer, getControls, getModel, setContainer, setModel |
UIK
public static final com.sun.star.uno.Uik UIK
UNORUNTIMEDATA
public static final java.lang.Object UNORUNTIMEDATA
UNOTYPEINFO
public static final com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
addActivateListener
public abstract void addActivateListener(com.sun.star.form.XFormControllerListener xfcl)
throws com.sun.star.uno.RuntimeException
getCurrentControl
public abstract com.sun.star.awt.XControl getCurrentControl()
throws com.sun.star.uno.RuntimeException
removeActivateListener
public abstract void removeActivateListener(com.sun.star.form.XFormControllerListener xfcl)
throws com.sun.star.uno.RuntimeException