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

ch.elexis.actions
Class Activator

java.lang.Object
  extended by org.eclipse.core.runtime.Plugin
      extended by org.eclipse.ui.plugin.AbstractUIPlugin
          extended by ch.elexis.actions.Activator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class Activator
extends org.eclipse.ui.plugin.AbstractUIPlugin

Einen Activator braucht man immer dann, wenn man irgendwelche Dinge sicher zu Beginn der Plugin-Aktivierung ausgeführt haben will. Wir verwenden das hier, um die AgendaActions zu initialisieren.


Field Summary
static java.lang.String IMG_HOME
           
static java.lang.String IMG_RECURRING_DATE
           
static Log log
           
static java.lang.String PLUGIN_ID
           
 
Fields inherited from class org.eclipse.core.runtime.Plugin
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME
 
Constructor Summary
Activator()
          The constructor
 
Method Summary
 TimeTool addDays(int day)
           
 void dispatchTermin(Termin termin)
          propagate a termin selection through the system
 TimeTool getActDate()
           
 java.lang.String getActResource()
           
static Activator getDefault()
          Returns the shared instance
static org.eclipse.jface.resource.ImageDescriptor getImageDescriptor(java.lang.String path)
          Returns an image descriptor for the image file at the given plug-in relative path.
 java.lang.String[] getResources()
           
 void setActDate(java.lang.String date)
           
 void setActDate(TimeTool date)
           
 void setActResource(java.lang.String resname)
           
 void start(org.osgi.framework.BundleContext context)
           
 
Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugin
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startup, stop
 
Methods inherited from class org.eclipse.core.runtime.Plugin
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PLUGIN_ID

public static final java.lang.String PLUGIN_ID
See Also:
Constant Field Values

log

public static Log log

IMG_HOME

public static final java.lang.String IMG_HOME
See Also:
Constant Field Values

IMG_RECURRING_DATE

public static final java.lang.String IMG_RECURRING_DATE
See Also:
Constant Field Values
Constructor Detail

Activator

public Activator()
The constructor

Method Detail

start

public void start(org.osgi.framework.BundleContext context)
           throws java.lang.Exception
Specified by:
start in interface org.osgi.framework.BundleActivator
Overrides:
start in class org.eclipse.ui.plugin.AbstractUIPlugin
Throws:
java.lang.Exception

getDefault

public static Activator getDefault()
Returns the shared instance

Returns:
the shared instance

getImageDescriptor

public static org.eclipse.jface.resource.ImageDescriptor getImageDescriptor(java.lang.String path)
Returns an image descriptor for the image file at the given plug-in relative path.

Parameters:
path - the path
Returns:
the image descriptor

getResources

public java.lang.String[] getResources()

getActResource

public java.lang.String getActResource()

setActResource

public void setActResource(java.lang.String resname)

getActDate

public TimeTool getActDate()

setActDate

public void setActDate(java.lang.String date)

setActDate

public void setActDate(TimeTool date)

addDays

public TimeTool addDays(int day)

dispatchTermin

public void dispatchTermin(Termin termin)
propagate a termin selection through the system

Parameters:
termin -

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