|
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.noa.internal.frame.Dispatch
public class Dispatch
A dispatch can be used in order execute UI commands.
Constructor Summary | |
---|---|
Dispatch(com.sun.star.frame.XDispatch xDispatch,
com.sun.star.util.URL url)
Constructs new Dispatch. |
Method Summary | |
---|---|
void |
dispatch()
Dispatches the related command. |
void |
dispatch(com.sun.star.beans.PropertyValue[] propertyValues)
Dispatches the related command with the submitted property values. |
com.sun.star.frame.XDispatch |
getXDispatch()
Returns OpenOffice.org XDispatch interface. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Dispatch(com.sun.star.frame.XDispatch xDispatch, com.sun.star.util.URL url)
xDispatch
- OpenOffice.org XDispatch interface to be usedurl
- command URL to be usedMethod Detail |
---|
public com.sun.star.frame.XDispatch getXDispatch()
getXDispatch
in interface IDispatch
public void dispatch() throws NOAException
dispatch
in interface IDispatch
NOAException
- if the command can not be executedpublic void dispatch(com.sun.star.beans.PropertyValue[] propertyValues) throws NOAException
dispatch
in interface IDispatch
propertyValues
- property values to be used
NOAException
- if the command can not be executed
|
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 |