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

com.hilotec.elexis.kgview
Class Preferences

java.lang.Object
  extended by org.eclipse.jface.dialogs.DialogPage
      extended by org.eclipse.jface.preference.PreferencePage
          extended by org.eclipse.jface.preference.FieldEditorPreferencePage
              extended by com.hilotec.elexis.kgview.Preferences
All Implemented Interfaces:
java.util.EventListener, org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.jface.preference.IPreferencePage, org.eclipse.jface.util.IPropertyChangeListener, org.eclipse.ui.IWorkbenchPreferencePage

public class Preferences
extends org.eclipse.jface.preference.FieldEditorPreferencePage
implements org.eclipse.ui.IWorkbenchPreferencePage

Einstelllungsseite fuer kgview-Plugin.


Field Summary
static java.lang.String CFG_AKG_HEARTBEAT
           
static java.lang.String CFG_AKG_SCROLLDIST_DOWN
           
static java.lang.String CFG_AKG_SCROLLDIST_UP
           
static java.lang.String CFG_AKG_SCROLLPERIOD
           
static java.lang.String CFG_EVLISTE
           
static java.lang.String CFG_FLORDZ
           
static java.lang.String CFG_MK_INCSTOP
           
 
Fields inherited from class org.eclipse.jface.preference.FieldEditorPreferencePage
FLAT, GRID, MARGIN_HEIGHT, MARGIN_WIDTH, VERTICAL_SPACING
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
Preferences()
           
 
Method Summary
protected  void createFieldEditors()
           
 int getArchivKGHeartbeat()
           
static int getArchivKGScrollDistDown()
           
static int getArchivKGScrollDistUp()
           
static int getArchivKGScrollPeriod()
           
static java.lang.String[] getEinnahmevorschriften()
           
static boolean getMedikarteStopdatumInkl()
           
static boolean getOrdnungszahlInFML()
           
 void init(org.eclipse.ui.IWorkbench workbench)
           
 
Methods inherited from class org.eclipse.jface.preference.FieldEditorPreferencePage
addField, adjustGridLayout, applyFont, checkState, createContents, dispose, getFieldEditorParent, initialize, performDefaults, performOk, propertyChange, setVisible
 
Methods inherited from class org.eclipse.jface.preference.PreferencePage
applyData, applyDialogFont, computeSize, contributeButtons, createControl, createDescriptionLabel, createNoteComposite, doComputeSize, doGetPreferenceStore, getApplyButton, getContainer, getDefaultsButton, getPreferenceStore, isValid, noDefaultAndApplyButton, okToLeave, performApply, performCancel, performHelp, setContainer, setErrorMessage, setMessage, setPreferenceStore, setSize, setTitle, setValid, toString, updateApplyButton
 
Methods inherited from class org.eclipse.jface.dialogs.DialogPage
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getImage, getMessage, getMessageType, getShell, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, setButtonLayoutData, setControl, setDescription, setImageDescriptor, setMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.preference.IPreferencePage
computeSize, isValid, okToLeave, performCancel, performOk, setContainer, setSize
 
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage
createControl, dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible
 

Field Detail

CFG_EVLISTE

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

CFG_FLORDZ

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

CFG_MK_INCSTOP

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

CFG_AKG_HEARTBEAT

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

CFG_AKG_SCROLLPERIOD

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

CFG_AKG_SCROLLDIST_UP

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

CFG_AKG_SCROLLDIST_DOWN

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

Preferences

public Preferences()
Method Detail

init

public void init(org.eclipse.ui.IWorkbench workbench)
Specified by:
init in interface org.eclipse.ui.IWorkbenchPreferencePage

createFieldEditors

protected void createFieldEditors()
Specified by:
createFieldEditors in class org.eclipse.jface.preference.FieldEditorPreferencePage

getEinnahmevorschriften

public static java.lang.String[] getEinnahmevorschriften()
Returns:
Konfigurierte Einnahmevorschriften im aktuellen Mandant.

getOrdnungszahlInFML

public static boolean getOrdnungszahlInFML()
Returns:

getMedikarteStopdatumInkl

public static boolean getMedikarteStopdatumInkl()
Returns:
Sollen in der gefilterten Medikarteansicht auch Medikament angezeigt werden, die das aktuelle Datum als Stoppdatum haben?

getArchivKGHeartbeat

public int getArchivKGHeartbeat()
Returns:
Heartbeat abstand in Sekunden, fuer die Aktualisierung der ArchivKG-Ansicht.

getArchivKGScrollPeriod

public static int getArchivKGScrollPeriod()
Returns:
Fuer automatisches Scrollen in ArchivKG, Periode in Millisekunden.

getArchivKGScrollDistUp

public static int getArchivKGScrollDistUp()
Returns:
Fuer automatisches Scrollen in ArchivKG, Scrolldistanz in Pixel

getArchivKGScrollDistDown

public static int getArchivKGScrollDistDown()
Returns:
Fuer automatisches Scrollen in ArchivKG, Scrolldistanz in Pixel

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