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

ag.ion.bion.officelayer.application
Interface IApplicationAssistant

All Known Implementing Classes:
ApplicationAssistant

public interface IApplicationAssistant

Assistant for office applications.


Method Summary
 IApplicationInfo findLocalApplicationInfo(java.lang.String home)
          Looks for application info on the basis of the submitted application home path.
 IApplicationInfo[] getLocalApplications()
          Returns informations about available local office applications.
 IApplicationInfo[] getLocalApplications(IOfficeProgressMonitor officeProgressMonitor)
          Returns informations about available local office applications.
 

Method Detail

getLocalApplications

IApplicationInfo[] getLocalApplications()
Returns informations about available local office applications.

Returns:
informations about available local office applications

getLocalApplications

IApplicationInfo[] getLocalApplications(IOfficeProgressMonitor officeProgressMonitor)
Returns informations about available local office applications.

Parameters:
officeProgressMonitor - office progress monitor to be used
Returns:
informations about available local office applications

findLocalApplicationInfo

IApplicationInfo findLocalApplicationInfo(java.lang.String home)
Looks for application info on the basis of the submitted application home path. Returns null if the application info can not be provided.

Parameters:
home - home path to be used
Returns:
application info on the basis of the submitted application home path or null if the application info can not be provided

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