org.topbraidcomposer.core.preferences
Interface PreferenceConstants

All Known Implementing Classes:
PreferenceInitializer, TBCIO

public interface PreferenceConstants


Field Summary
static int DISPLAY_LABEL_BEHIND_NAME
           
static int DISPLAY_LABEL_ONLY
           
static java.lang.String DISPLAY_LABELS_MODE
           
static int DISPLAY_NAME_ONLY
           
static java.lang.String EXCLUDED_PREFIXES
           
static java.lang.String LABEL_LANGUAGE
           
static java.lang.String SCALABILITY_CAP
           
 

Field Detail

SCALABILITY_CAP

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

DISPLAY_LABELS_MODE

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

EXCLUDED_PREFIXES

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

DISPLAY_NAME_ONLY

static final int DISPLAY_NAME_ONLY
See Also:
Constant Field Values

DISPLAY_LABEL_BEHIND_NAME

static final int DISPLAY_LABEL_BEHIND_NAME
See Also:
Constant Field Values

DISPLAY_LABEL_ONLY

static final int DISPLAY_LABEL_ONLY
See Also:
Constant Field Values

LABEL_LANGUAGE

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