RSE
Release 3.2

org.eclipse.rse.ui
Interface ISystemPreferencesConstants


public interface ISystemPreferencesConstants

Keys into preferences bundle.


Field Summary
static java.lang.String ALERT_NONSSL
           
static java.lang.String ALERT_SSL
           
static java.lang.String CASCADE_UDAS_BYPROFILE
           
static boolean DEFAULT_ALERT_NON_SSL
           
static boolean DEFAULT_ALERT_SSL
           
static boolean DEFAULT_CASCADE_UDAS_BYPROFILE
           
static java.lang.String DEFAULT_HISTORY_FOLDER
           
static java.lang.String DEFAULT_ORDER_CONNECTIONS
           
static boolean DEFAULT_QUALIFY_CONNECTION_NAMES
           
static boolean DEFAULT_REMEMBER_STATE
           
static boolean DEFAULT_RESTORE_STATE_FROM_CACHE
           
static boolean DEFAULT_SHOW_EMPTY_LISTS
           
static boolean DEFAULT_SHOWFILTERPOOLS
           
static boolean DEFAULT_SHOWNEWCONNECTIONPROMPT
           
static boolean DEFAULT_VERIFY_CONNECTION
           
static java.lang.String HISTORY_FOLDER
           
static java.lang.String HISTORY_QUALIFIED_FOLDER
           
static java.lang.String ORDER_CONNECTIONS
           
static java.lang.String QUALIFY_CONNECTION_NAMES
           
static java.lang.String REMEMBER_STATE
           
static java.lang.String RESTORE_STATE_FROM_CACHE
           
static java.lang.String ROOT
           
static java.lang.String SHOW_EMPTY_LISTS
          The SHOW_EMPTY_LISTS preference.
static java.lang.String SHOWFILTERPOOLS
           
static java.lang.String SHOWNEWCONNECTIONPROMPT
           
static java.lang.String SYSTEMTYPE_VALUES
           
static java.lang.String VERIFY_CONNECTION
           
 

Field Detail

ROOT

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

CASCADE_UDAS_BYPROFILE

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

DEFAULT_CASCADE_UDAS_BYPROFILE

static final boolean DEFAULT_CASCADE_UDAS_BYPROFILE
See Also:
Constant Field Values

RESTORE_STATE_FROM_CACHE

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

SYSTEMTYPE_VALUES

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

SHOWFILTERPOOLS

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

QUALIFY_CONNECTION_NAMES

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

ORDER_CONNECTIONS

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

SHOWNEWCONNECTIONPROMPT

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

VERIFY_CONNECTION

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

ALERT_SSL

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

ALERT_NONSSL

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

HISTORY_FOLDER

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

HISTORY_QUALIFIED_FOLDER

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

REMEMBER_STATE

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

SHOW_EMPTY_LISTS

static final java.lang.String SHOW_EMPTY_LISTS
The SHOW_EMPTY_LISTS preference. Value is "SHOW_EMPTY_LISTS". The default value is true. This may be used in the product's plug-in initialization. Example: org.eclipse.rse.ui/SHOW_EMPTY_LISTS=false To use this preference in code do the following: Preferences store = RSEUIPlugin.getDefault().getPluginPreferences(); boolean showLists = store.getBoolean(ISystemPreferencesConstants.SHOW_EMPTY_LISTS);

See Also:
Constant Field Values

DEFAULT_RESTORE_STATE_FROM_CACHE

static final boolean DEFAULT_RESTORE_STATE_FROM_CACHE
See Also:
Constant Field Values

DEFAULT_SHOWFILTERPOOLS

static final boolean DEFAULT_SHOWFILTERPOOLS
See Also:
Constant Field Values

DEFAULT_QUALIFY_CONNECTION_NAMES

static final boolean DEFAULT_QUALIFY_CONNECTION_NAMES
See Also:
Constant Field Values

DEFAULT_ORDER_CONNECTIONS

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

DEFAULT_SHOWNEWCONNECTIONPROMPT

static final boolean DEFAULT_SHOWNEWCONNECTIONPROMPT
See Also:
Constant Field Values

DEFAULT_VERIFY_CONNECTION

static final boolean DEFAULT_VERIFY_CONNECTION
See Also:
Constant Field Values

DEFAULT_ALERT_SSL

static final boolean DEFAULT_ALERT_SSL
See Also:
Constant Field Values

DEFAULT_ALERT_NON_SSL

static final boolean DEFAULT_ALERT_NON_SSL
See Also:
Constant Field Values

DEFAULT_HISTORY_FOLDER

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

DEFAULT_REMEMBER_STATE

static final boolean DEFAULT_REMEMBER_STATE
See Also:
Constant Field Values

DEFAULT_SHOW_EMPTY_LISTS

static final boolean DEFAULT_SHOW_EMPTY_LISTS
See Also:
Constant Field Values

RSE
Release 3.2

Copyright (c) IBM Corporation and others 2000, 2010. All Rights Reserved.