|
|||||||||
| Home >> All >> org >> eclipse >> ui >> [ internal overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.eclipse.ui.internal
Interface IPreferenceConstants

- public interface IPreferenceConstants
The IPreferenceConstants are the internal constants used by the Workbench.
| Field Detail |
VIEW_TAB_POSITION
public static final java.lang.String VIEW_TAB_POSITION
- See Also:
- Constant Field Values
OPEN_ON_SINGLE_CLICK
public static final java.lang.String OPEN_ON_SINGLE_CLICK
- See Also:
- Constant Field Values
SELECT_ON_HOVER
public static final java.lang.String SELECT_ON_HOVER
- See Also:
- Constant Field Values
OPEN_AFTER_DELAY
public static final java.lang.String OPEN_AFTER_DELAY
- See Also:
- Constant Field Values
COLOR_ICONS
public static final java.lang.String COLOR_ICONS
- See Also:
- Constant Field Values
EDITOR_TAB_POSITION
public static final java.lang.String EDITOR_TAB_POSITION
- See Also:
- Constant Field Values
EDITORS
public static final java.lang.String EDITORS
- See Also:
- Constant Field Values
RESOURCES
public static final java.lang.String RESOURCES
- See Also:
- Constant Field Values
PERSPECTIVES
public static final java.lang.String PERSPECTIVES
- See Also:
- Constant Field Values
REUSE_EDITORS
public static final java.lang.String REUSE_EDITORS
- See Also:
- Constant Field Values
REUSE_DIRTY_EDITORS
public static final java.lang.String REUSE_DIRTY_EDITORS
- See Also:
- Constant Field Values
REUSE_EDITORS_BOOLEAN
public static final java.lang.String REUSE_EDITORS_BOOLEAN
- See Also:
- Constant Field Values
RECENT_FILES
public static final java.lang.String RECENT_FILES
- See Also:
- Constant Field Values
OPEN_VIEW_MODE
public static final java.lang.String OPEN_VIEW_MODE
- See Also:
- Constant Field Values
OVM_EMBED
public static final int OVM_EMBED
- See Also:
- Constant Field Values
OVM_FAST
public static final int OVM_FAST
- See Also:
- Constant Field Values
OVM_FLOAT
public static final int OVM_FLOAT
- See Also:
- Constant Field Values
OPEN_PERSP_MODE
public static final java.lang.String OPEN_PERSP_MODE
- See Also:
- Constant Field Values
OPM_ACTIVE_PAGE
public static final int OPM_ACTIVE_PAGE
- See Also:
- Constant Field Values
OPM_NEW_WINDOW
public static final int OPM_NEW_WINDOW
- See Also:
- Constant Field Values
ENABLED_DECORATORS
public static final java.lang.String ENABLED_DECORATORS
- See Also:
- Constant Field Values
STICKY_CYCLE
public static final java.lang.String STICKY_CYCLE
- See Also:
- Constant Field Values
CLOSE_EDITORS_ON_EXIT
public static final java.lang.String CLOSE_EDITORS_ON_EXIT
- See Also:
- Constant Field Values
PLUGINS_NOT_ACTIVATED_ON_STARTUP
public static final java.lang.String PLUGINS_NOT_ACTIVATED_ON_STARTUP
- See Also:
- Constant Field Values
SEPARATOR
public static final char SEPARATOR
- See Also:
- Constant Field Values
DEFAULT_EDITORS
public static final java.lang.String DEFAULT_EDITORS
- See Also:
- Constant Field Values
DEFAULT_EDITORS_CACHE
public static final java.lang.String DEFAULT_EDITORS_CACHE
- See Also:
- Constant Field Values
EDITOR_TAB_WIDTH
public static final java.lang.String EDITOR_TAB_WIDTH
- See Also:
- Constant Field Values
EDITORLIST_PULLDOWN_ACTIVE
public static final java.lang.String EDITORLIST_PULLDOWN_ACTIVE
- See Also:
- Constant Field Values
EDITORLIST_SELECTION_SCOPE
public static final java.lang.String EDITORLIST_SELECTION_SCOPE
- See Also:
- Constant Field Values
EDITORLIST_SET_WINDOW_SCOPE
public static final int EDITORLIST_SET_WINDOW_SCOPE
- See Also:
- Constant Field Values
EDITORLIST_SET_PAGE_SCOPE
public static final int EDITORLIST_SET_PAGE_SCOPE
- See Also:
- Constant Field Values
EDITORLIST_SET_TAB_GROUP_SCOPE
public static final int EDITORLIST_SET_TAB_GROUP_SCOPE
- See Also:
- Constant Field Values
EDITORLIST_SORT_CRITERIA
public static final java.lang.String EDITORLIST_SORT_CRITERIA
- See Also:
- Constant Field Values
EDITORLIST_NAME_SORT
public static final int EDITORLIST_NAME_SORT
- See Also:
- Constant Field Values
EDITORLIST_MRU_SORT
public static final int EDITORLIST_MRU_SORT
- See Also:
- Constant Field Values
EDITORLIST_DISPLAY_FULL_NAME
public static final java.lang.String EDITORLIST_DISPLAY_FULL_NAME
- See Also:
- Constant Field Values
SHOW_SHORTCUT_BAR
public static final java.lang.String SHOW_SHORTCUT_BAR
- See Also:
- Constant Field Values
SHOW_STATUS_LINE
public static final java.lang.String SHOW_STATUS_LINE
- See Also:
- Constant Field Values
SHOW_TOOL_BAR
public static final java.lang.String SHOW_TOOL_BAR
- See Also:
- Constant Field Values
MULTI_KEY_ASSIST
public static final java.lang.String MULTI_KEY_ASSIST
The key for the preference indicating whether multi-stroke key sequences should provide assistance to the user. This means that if the user pauses after pressing the first key, a window will open showing the possible completions.
This preference is a
booleanvalue. The default value isfalse.- See Also:
- Constant Field Values
MULTI_KEY_ASSIST_TIME
public static final java.lang.String MULTI_KEY_ASSIST_TIME
The key for the preference indicating how long the assist window should wait before opening. This is a value in milliseconds -- from the time the first key in a multi-key is received by the system, to the time the assist window should appear.
This preference is an
intvalue. The default value is1000.- See Also:
- Constant Field Values
SHOW_MULTIPLE_EDITOR_TABS
public static final java.lang.String SHOW_MULTIPLE_EDITOR_TABS
- Workbench preference id for whether the workbench should show multiple
editor tabs.
Boolean-valued:
trueif editors should show mulitple editor tabs, andfalseif editors should show a single editor tab (3.0 style)The default value for this preference is:
true- Since:
- 3.0
- See Also:
- Constant Field Values
CURRENT_THEME_ID
public static final java.lang.String CURRENT_THEME_ID
- Workbench preference for the current theme.
- Since:
- 3.0
- See Also:
- Constant Field Values
RUN_IN_BACKGROUND
public static final java.lang.String RUN_IN_BACKGROUND
- Preference to show user jobs in a dialog.
- See Also:
- Constant Field Values
SHOULD_PROMPT_FOR_ENABLEMENT
public static final java.lang.String SHOULD_PROMPT_FOR_ENABLEMENT
- Workbench preference id for determining whether the user will be prompted
for activity enablement. If this is false then activities are enabled
automatically. If it is true, then the user is only prompted for activities
that they have not already declared a disinterest in via the prompt dialog.
The default value for this preference is:
true(prompt)- Since:
- 3.0
- See Also:
- Constant Field Values
|
|||||||||
| Home >> All >> org >> eclipse >> ui >> [ internal overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC