de.cau.cs.kieler.kwebs.client
Class Preferences

java.lang.Object
  extended by de.cau.cs.kieler.kwebs.client.Preferences

public final class Preferences
extends Object

Preference constants used by the KWebS web service clients.

Rating proposed yellow
(2011-08-02) reviewed by ckru, mri, msp

Field Summary
static String PREFID_LAYOUT_SERVERCONFIG_ACTIVEPREFIX
          Index prefix for the preference defining whether a provider is the currently active provider.
static String PREFID_LAYOUT_SERVERCONFIG_ADDRESSPREFIX
           
static String PREFID_LAYOUT_SERVERCONFIG_COUNT
           
static String PREFID_LAYOUT_SERVERCONFIG_FIXEDPREFIX
          Index prefix for the preference defining whether a provider is fixed.
static String PREFID_LAYOUT_SERVERCONFIG_NAMEPREFIX
           
static String PREFID_LAYOUT_SERVERCONFIG_STANDARDPREFIX
          Index prefix for the preference defining whether a provider is the standard provider.
static String PREFID_LAYOUT_SERVERCONFIG_TRUSTSTOREPASSPREFIX
           
static String PREFID_LAYOUT_SERVERCONFIG_TRUSTSTOREPREFIX
           
static String PREFID_LAYOUT_SETTINGS_CHANGED
           
static String PREFID_LAYOUT_USE_COMPRESSION
          Whether to use compression when using remote layout or not.
static String PREFID_LAYOUT_USE_REMOTE
          Whether to use remote layout or not.
 
Method Summary
static IPreferenceStore getPreferenceStore()
          Returns the preference store for this plug-in.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREFID_LAYOUT_SETTINGS_CHANGED

public static final String PREFID_LAYOUT_SETTINGS_CHANGED
See Also:
Constant Field Values

PREFID_LAYOUT_USE_REMOTE

public static final String PREFID_LAYOUT_USE_REMOTE
Whether to use remote layout or not.

See Also:
Constant Field Values

PREFID_LAYOUT_USE_COMPRESSION

public static final String PREFID_LAYOUT_USE_COMPRESSION
Whether to use compression when using remote layout or not.

See Also:
Constant Field Values

PREFID_LAYOUT_SERVERCONFIG_COUNT

public static final String PREFID_LAYOUT_SERVERCONFIG_COUNT
See Also:
Constant Field Values

PREFID_LAYOUT_SERVERCONFIG_NAMEPREFIX

public static final String PREFID_LAYOUT_SERVERCONFIG_NAMEPREFIX
See Also:
Constant Field Values

PREFID_LAYOUT_SERVERCONFIG_ADDRESSPREFIX

public static final String PREFID_LAYOUT_SERVERCONFIG_ADDRESSPREFIX
See Also:
Constant Field Values

PREFID_LAYOUT_SERVERCONFIG_TRUSTSTOREPREFIX

public static final String PREFID_LAYOUT_SERVERCONFIG_TRUSTSTOREPREFIX
See Also:
Constant Field Values

PREFID_LAYOUT_SERVERCONFIG_TRUSTSTOREPASSPREFIX

public static final String PREFID_LAYOUT_SERVERCONFIG_TRUSTSTOREPASSPREFIX
See Also:
Constant Field Values

PREFID_LAYOUT_SERVERCONFIG_FIXEDPREFIX

public static final String PREFID_LAYOUT_SERVERCONFIG_FIXEDPREFIX
Index prefix for the preference defining whether a provider is fixed.

See Also:
Constant Field Values

PREFID_LAYOUT_SERVERCONFIG_ACTIVEPREFIX

public static final String PREFID_LAYOUT_SERVERCONFIG_ACTIVEPREFIX
Index prefix for the preference defining whether a provider is the currently active provider.

See Also:
Constant Field Values

PREFID_LAYOUT_SERVERCONFIG_STANDARDPREFIX

public static final String PREFID_LAYOUT_SERVERCONFIG_STANDARDPREFIX
Index prefix for the preference defining whether a provider is the standard provider.

See Also:
Constant Field Values
Method Detail

getPreferenceStore

public static IPreferenceStore getPreferenceStore()
Returns the preference store for this plug-in.

Returns:
the preference store