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

ag.ion.noa.frame
Interface IDispatch

All Known Implementing Classes:
Dispatch

public interface IDispatch

A dispatch can be used in order execute UI commands.


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.
 

Method Detail

getXDispatch

com.sun.star.frame.XDispatch getXDispatch()
Returns OpenOffice.org XDispatch interface.

Returns:
OpenOffice.org XDispatch interface

dispatch

void dispatch()
              throws NOAException
Dispatches the related command.

Throws:
NOAException - if the command can not be executed

dispatch

void dispatch(com.sun.star.beans.PropertyValue[] propertyValues)
              throws NOAException
Dispatches the related command with the submitted property values.

Parameters:
propertyValues - property values to be used
Throws:
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