com.sun.star.form
Interface XLoadable
- All Superinterfaces:
- com.sun.star.uno.XInterface
- public abstract interface XLoadable
- extends com.sun.star.uno.XInterface
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 |
addLoadListener(com.sun.star.form.XLoadListener xll)
|
abstract boolean |
isLoaded()
|
abstract void |
load()
|
abstract void |
reload()
|
abstract void |
removeLoadListener(com.sun.star.form.XLoadListener xll)
|
abstract void |
unload()
|
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
addLoadListener
public abstract void addLoadListener(com.sun.star.form.XLoadListener xll)
throws com.sun.star.uno.RuntimeException
isLoaded
public abstract boolean isLoaded()
throws com.sun.star.uno.RuntimeException
load
public abstract void load()
throws com.sun.star.uno.RuntimeException
reload
public abstract void reload()
throws com.sun.star.uno.RuntimeException
removeLoadListener
public abstract void removeLoadListener(com.sun.star.form.XLoadListener xll)
throws com.sun.star.uno.RuntimeException
unload
public abstract void unload()
throws com.sun.star.uno.RuntimeException