|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICDebugPreferenceConstants
Constants defining the keys to be used for accessing preferences inside the debug ui plugin's preference bundle. In descriptions (of the keys) below describe the preference stored at the given key. The type indicates type of the stored preferences The preference store is loaded by the plugin (CDebugUIPlugin).
- for initialization of the store
Field Summary | |
---|---|
static java.lang.String |
MODULES_DETAIL_PANE_HIDDEN
|
static java.lang.String |
MODULES_DETAIL_PANE_ORIENTATION
The orientation of the detail view in the ModulesView |
static java.lang.String |
MODULES_DETAIL_PANE_RIGHT
|
static java.lang.String |
MODULES_DETAIL_PANE_UNDERNEATH
|
static java.lang.String |
PREF_SHOW_CHAR_VALUES
Boolean preference controlling whether primitive types types display char values. |
static java.lang.String |
PREF_SHOW_FULL_PATHS
Boolean preference controlling whether the debugger shows full paths. |
static java.lang.String |
PREF_SHOW_HEX_VALUES
Boolean preference controlling whether primitive types types display hexidecimal values. |
Field Detail |
---|
static final java.lang.String PREF_SHOW_FULL_PATHS
true
the debugger will show full paths in newly opened views.
static final java.lang.String PREF_SHOW_HEX_VALUES
static final java.lang.String PREF_SHOW_CHAR_VALUES
static final java.lang.String MODULES_DETAIL_PANE_ORIENTATION
static final java.lang.String MODULES_DETAIL_PANE_RIGHT
static final java.lang.String MODULES_DETAIL_PANE_UNDERNEATH
static final java.lang.String MODULES_DETAIL_PANE_HIDDEN
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |