|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Settings | |
---|---|
ch.elexis | Steuer-Package Dieses Package ist die zentrale Ablaufsteuerung des Plugin-Systems. |
ch.elexis.admin | Klassen, die Steuerungs- und Kontrollaufgaben übernehmen Diese Package ist eine Ebene zwischen den Datenobjekten der untersten und der Benutzeroberfläche der obersten Ebene. |
ch.elexis.data | |
ch.elexis.preferences | Klassen für Einstellungen Hier sind alle Seiten des "Einstellungen"-Dialogs abgelegt. |
ch.elexis.preferences.inputs | |
ch.rgw.io |
Uses of Settings in ch.elexis |
---|
Fields in ch.elexis declared as Settings | |
---|---|
static Settings |
Hub.globalCfg
Globale Einstellungen (Werden in der Datenbank gespeichert) |
static Settings |
Hub.localCfg
Lokale Einstellungen (Werden in der Registry bzw. ~/.java gespeichert) |
static Settings |
Hub.mandantCfg
Mandantspezifische EInstellungen (Werden in der Datenbank gespeichert) |
static Settings |
Hub.userCfg
Anwenderspezifische Einstellungen (Werden in der Datenbank gespeichert) |
Uses of Settings in ch.elexis.admin |
---|
Methods in ch.elexis.admin that return Settings | |
---|---|
Settings |
AccessControl.asSettings()
|
Uses of Settings in ch.elexis.data |
---|
Methods in ch.elexis.data with parameters of type Settings | |
---|---|
static boolean |
PersistentObject.connect(Settings cfg,
Shell loginshell)
Connect to a database. |
Uses of Settings in ch.elexis.preferences |
---|
Methods in ch.elexis.preferences that return Settings | |
---|---|
Settings |
SettingsPreferenceStore.getBase()
|
Constructors in ch.elexis.preferences with parameters of type Settings | |
---|---|
SettingsPreferenceStore(Settings base)
Default constructor for the SettingsPreferenceStore. |
|
SettingsPreferenceStore(Settings base,
java.lang.String pluginId)
Constructor for the SettingsPreferenceStore registered initializers (org.eclipse.core.runtime.preferences) will be executed. |
Uses of Settings in ch.elexis.preferences.inputs |
---|
Constructors in ch.elexis.preferences.inputs with parameters of type Settings | |
---|---|
DecoratedStringChooser(Composite parent,
Settings cfg,
DecoratedString[] strings)
|
|
KontaktFieldEditor(Settings cfg,
java.lang.String name,
java.lang.String labelText,
Composite parent)
|
Uses of Settings in ch.rgw.io |
---|
Subclasses of Settings in ch.rgw.io | |
---|---|
class |
CfgSettings
Settings-Implementation, die auf einem flat file basiert. |
class |
InMemorySettings
Settings-Variante, die nur im Speicher gehalten wird (kann allerdings mit toByteArray in eine Persistenntform gebracht werden. |
class |
SqlSettings
settings-IMplementation, die eine SQL-Datenbank zur Speicherung verwendet. |
class |
SysSettings
Settings-Implementation, die ein "Systemtypisches" Verfahren zur Speicherung verwendet. |
Methods in ch.rgw.io that return Settings | |
---|---|
Settings |
Settings.getBranch(java.lang.String name,
boolean CreateIfNotExist)
Einen Zweig dieser Settings holen oder erstellen. |
static Settings |
CfgSettings.open(java.lang.String name,
java.lang.String msg)
�ffnet Settings oder legt sie neu an, w�hlt automatisch den user.home-Pfad und den vorgegebenen Dateinamen. |
Methods in ch.rgw.io with parameters of type Settings | |
---|---|
void |
Settings.overlay(Settings other,
int mode)
|
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |