public interface IWorkbenchPreferenceConstants (Code)
Preference ids exposed by the Eclipse Platform User Interface.
These preference settings can be obtained from the UI plug-in's
preference store.
See Also:PlatformUI.PLUGIN_ID See Also:PlatformUI.getPreferenceStore
DISABLE_NEW_FAST_VIEW A named preference for disabling opening a new fast view
from the fast view bar controls ("Show View as a fast view" button
or "New Fast View" submenu).
PROMPT_WHEN_SAVEABLE_STILL_OPEN Stores whether or not the workbench prompts for saving when a dirty
editor or view is closed, but the Saveable objects are still open in
other parts.
SHOW_FILTERED_TEXTS Stores whether or not to show the text widget that allows type-ahead search
in the case where a FilteredTree is used to display and filter tree items.
USE_WINDOW_WORKING_SET_BY_DEFAULT Stores whether or not to use the window working set as the default
working set for newly created views (without previously stored state).
Workbench preference identifier for the minimum width of view tabs.
Field Detail
ALTERNATE_OPEN_NEW_PERSPECTIVE
final public static String ALTERNATE_OPEN_NEW_PERSPECTIVE(Code)
A named preference for how a new perspective is opened
when the alternate key modifiers are pressed. The alternate key modifiers
are platform dependent.
Value is of type String. The possible values are defined
by OPEN_PERSPECTIVE_WINDOW, OPEN_PERSPECTIVE_PAGE and
OPEN_PERSPECTIVE_REPLACE.
Workbench preference for the current theme.
since: 3.1
DEFAULT_PERSPECTIVE_ID
final public static String DEFAULT_PERSPECTIVE_ID(Code)
A named preference indicating the default workbench perspective.
DISABLE_NEW_FAST_VIEW
final public static String DISABLE_NEW_FAST_VIEW(Code)
A named preference for disabling opening a new fast view
from the fast view bar controls ("Show View as a fast view" button
or "New Fast View" submenu).
public static String DYNAMIC_HELP_ACTION_TEXT(Code)
A named preference for the text of the Dynamic Help action.
String-valued. If not specified, "&Dynamic Help" is used.
The default value for this preference is: null
since: 3.1
EDITOR_MINIMUM_CHARACTERS
final public static String EDITOR_MINIMUM_CHARACTERS(Code)
Workbench preference identifier for the minimum width of editor tabs. By
default, Eclipse does not define this value and allows SWT to determine
this constant. We use -1 internally to signify "use
default".
The default value for this preference is -1.
since: 3.1
ENABLE_32_STICKY_CLOSE_BEHAVIOR
final public static String ENABLE_32_STICKY_CLOSE_BEHAVIOR(Code)
A named preference for enabling the 3.2 behavior for closing sticky views.
When not enabled a sticky view is closed in all perspectives when the view is closed.
The default value for this preference is: false; use the 3.2
behaviour.
since: 3.3
ENABLE_ANIMATIONS
final public static String ENABLE_ANIMATIONS(Code)
A named preference for enabling animations when a layout transition occurs
The default value for this preference is: true (show animations when a transition occurs)
since: 3.1
ENABLE_DETACHED_VIEWS
final public static String ENABLE_DETACHED_VIEWS(Code)
Stores whether or not views may be detached. The default is true.
since: 3.2
ENABLE_NEW_MIN_MAX
final public static String ENABLE_NEW_MIN_MAX(Code)
A named preference for providing the 3.3 presentation's min/max behaviour
The default value for this preference is: false; use the 3.2
behaviour.
since: 3.3
HELP_CONTENTS_ACTION_TEXT
public static String HELP_CONTENTS_ACTION_TEXT(Code)
A named preference for the text of the Help Contents action.
String-valued. If not specified, "&Help Contents" is used.
The default value for this preference is: null
since: 3.0
HELP_SEARCH_ACTION_TEXT
public static String HELP_SEARCH_ACTION_TEXT(Code)
A named preference for the text of the Help Search action.
String-valued. If not specified, "S&earch" is used.
The default value for this preference is: null
since: 3.1
INITIAL_FAST_VIEW_BAR_LOCATION
final public static String INITIAL_FAST_VIEW_BAR_LOCATION(Code)
A named preference indicating where the fast view bar should be docked in a
fresh workspace. This preference is meaningless after a workspace has been
setup, since the fast view bar state is then persisted in the workbench. This
preference is intended for applications that want the initial docking location
to be somewhere specific. The default value (when this preference is not set)
is the bottom.
See Also:IWorkbenchPreferenceConstants.LEFT See Also:IWorkbenchPreferenceConstants.BOTTOM See Also:IWorkbenchPreferenceConstants.RIGHT since: 3.0
KEY_CONFIGURATION_ID
final public static String KEY_CONFIGURATION_ID(Code)
Workbench preference id for the key configuration identifier to be
treated as the default.
The default value for this preference is
"org.eclipse.ui.defaultAcceleratorConfiguration".
final public static String PERSPECTIVE_BAR_EXTRAS(Code)
Lists the extra perspectives to show in the perspective bar.
The value is a comma-separated list of perspective ids.
The default is the empty string.
since: 3.2
PRESENTATION_FACTORY_ID
final public static String PRESENTATION_FACTORY_ID(Code)
A named preference indicating the presentation factory
to use for the workbench look and feel.
since: 3.0
PROJECT_OPEN_NEW_PERSPECTIVE
final public static String PROJECT_OPEN_NEW_PERSPECTIVE(Code)
A named preference for how a new perspective should be opened
when a new project is created.
Value is of type String. The possible values are defined
by the constants OPEN_PERSPECTIVE_WINDOW, OPEN_PERSPECTIVE_PAGE,
OPEN_PERSPECTIVE_REPLACE, and NO_NEW_PERSPECTIVE.
final public static String PROMPT_WHEN_SAVEABLE_STILL_OPEN(Code)
Stores whether or not the workbench prompts for saving when a dirty
editor or view is closed, but the Saveable objects are still open in
other parts. If
true (default), the user will be prompted. If false, there will be
no prompt.
See Also:Saveable since: 3.2
final public static String SHIFT_OPEN_NEW_PERSPECTIVE(Code)
A named preference for how a new perspective is opened
when the shift key modifier is pressed.
Value is of type String. The possible values are defined
by OPEN_PERSPECTIVE_WINDOW, OPEN_PERSPECTIVE_PAGE and
OPEN_PERSPECTIVE_REPLACE.
SHOW_FILTERED_TEXTS
final public static String SHOW_FILTERED_TEXTS(Code)
Stores whether or not to show the text widget that allows type-ahead search
in the case where a FilteredTree is used to display and filter tree items.
since: 3.2
final public static String SHOW_MEMORY_MONITOR(Code)
Stores whether or not to show the memory monitor in the workbench window.
since: 3.1
SHOW_OPEN_ON_PERSPECTIVE_BAR
public static String SHOW_OPEN_ON_PERSPECTIVE_BAR(Code)
A named preference for whether the workbench should show the "open perspective" button
on the perspective bar.
Boolean-valued: true, if editors should show "open perspective" button on the perspective bar,
false otherwise.
The default value for this preference is: true
(show "open perspective" button on the perspective bar)
since: 3.4
SHOW_OTHER_IN_PERSPECTIVE_MENU
public static String SHOW_OTHER_IN_PERSPECTIVE_MENU(Code)
A named preference for whether the workbench should show the "Other..." menu item
in the perspective menu.
Boolean-valued: true, if editors should show text on the "Other..." menu item,
false otherwise.
The default value for this preference is: true (show the "Other..." menu
item in the perspective menu)
since: 3.4
SHOW_PROGRESS_ON_STARTUP
final public static String SHOW_PROGRESS_ON_STARTUP(Code)
Stores whether or not to show progress while starting the workbench.
The default is false.
since: 3.1
Stores whether or not system jobs are being shown.
since: 3.1
SHOW_TEXT_ON_PERSPECTIVE_BAR
public static String SHOW_TEXT_ON_PERSPECTIVE_BAR(Code)
A named preference for whether the workbench should show text
on the perspective bar.
Boolean-valued: true, if editors should show text on the perspective bar,
false otherwise.
The default value for this preference is: true (show text on the perspective bar)
since: 3.0
SHOW_TRADITIONAL_STYLE_TABS
public static String SHOW_TRADITIONAL_STYLE_TABS(Code)
A named preference for whether the workbench should show traditional style tabs in
editors and views.
Boolean-valued: true if editors and views should use a traditional style of tab and
false if editors should show new style tab (3.0 style)
final public static String USE_WINDOW_WORKING_SET_BY_DEFAULT(Code)
Stores whether or not to use the window working set as the default
working set for newly created views (without previously stored state).
This is a hint that view implementors should honor.
since: 3.2
VIEW_MINIMUM_CHARACTERS
final public static String VIEW_MINIMUM_CHARACTERS(Code)
Workbench preference identifier for the minimum width of view tabs.