|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWorkbenchPreferenceConstants
Preference ids exposed by the Eclipse Platform User Interface. These org.eclipse.jface.preference settings can be obtained from the UI plug-in's org.eclipse.jface.preference store.
PlatformUI.PLUGIN_ID
,
PlatformUI.getPreferenceStore()
Field Summary | |
---|---|
static java.lang.String |
ALTERNATE_OPEN_NEW_PERSPECTIVE
Deprecated. Workbench no longer supports alternate key modifier to open a new perspective. Callers should use IWorkbench.showPerspective methods. |
static java.lang.String |
BOTTOM
Constant to be used when referring to the bottom of the workbench org.eclipse.jface.window. |
static java.lang.String |
CLOSE_EDITORS_ON_EXIT
A org.eclipse.jface.preference value indicating whether editors should be closed before saving the workbench state when exiting. |
static java.lang.String |
CURRENT_THEME_ID
Workbench org.eclipse.jface.preference for the current theme. |
static java.lang.String |
DEFAULT_PERSPECTIVE_ID
A named org.eclipse.jface.preference indicating the default workbench perspective. |
static java.lang.String |
DOCK_PERSPECTIVE_BAR
A named org.eclipse.jface.preference indicating where the perspective bar should be docked. |
static java.lang.String |
DYNAMIC_HELP_ACTION_TEXT
A named org.eclipse.jface.preference for the text of the Dynamic Help action. |
static java.lang.String |
EDITOR_MINIMUM_CHARACTERS
Workbench org.eclipse.jface.preference identifier for the minimum width of editor tabs. |
static java.lang.String |
ENABLE_ANIMATIONS
A named org.eclipse.jface.preference for enabling animations when a layout transition occurs The default value for this org.eclipse.jface.preference is: true (show animations when a transition occurs)
|
static java.lang.String |
HELP_CONTENTS_ACTION_TEXT
A named org.eclipse.jface.preference for the text of the Help Contents action. |
static java.lang.String |
HELP_SEARCH_ACTION_TEXT
A named org.eclipse.jface.preference for the text of the Help Search action. |
static java.lang.String |
INITIAL_FAST_VIEW_BAR_LOCATION
A named org.eclipse.jface.preference indicating where the fast view bar should be docked in a fresh workspace. |
static java.lang.String |
KEY_CONFIGURATION_ID
Workbench org.eclipse.jface.preference id for the key configuration identifier to be treated as the default. |
static java.lang.String |
LEFT
Constant to be used when referring to the left side of the workbench org.eclipse.jface.window. |
static java.lang.String |
LINK_NAVIGATOR_TO_EDITOR
A named org.eclipse.jface.preference for whether to show an editor when its input file is selected in the Navigator (and vice versa). |
static java.lang.String |
NO_NEW_PERSPECTIVE
A org.eclipse.jface.preference value indicating that an action should not open a new perspective. |
static java.lang.String |
OPEN_NEW_PERSPECTIVE
A named org.eclipse.jface.preference for how a new perspective is opened. |
static java.lang.String |
OPEN_PERSPECTIVE_PAGE
Deprecated. Opening a Perspective in a new page is no longer supported functionality as of 2.0. |
static java.lang.String |
OPEN_PERSPECTIVE_REPLACE
A org.eclipse.jface.preference value indicating that an action should open a new perspective by replacing the current perspective. |
static java.lang.String |
OPEN_PERSPECTIVE_WINDOW
A org.eclipse.jface.preference value indicating that an action should open a new perspective in a new org.eclipse.jface.window. |
static java.lang.String |
PRESENTATION_FACTORY_ID
A named org.eclipse.jface.preference indicating the presentation factory to use for the workbench look and feel. |
static java.lang.String |
PROJECT_OPEN_NEW_PERSPECTIVE
Deprecated. in 3.0. This org.eclipse.jface.preference is IDE-specific, and is therefore found only in IDE configurations. IDE-specific tools should use org.eclipse.ui.ide.IDE.Preferences.PROJECT_OPEN_NEW_PERSPECTIVE
instead. |
static java.lang.String |
RIGHT
Constant to be used when referring to the right side of the workbench org.eclipse.jface.window. |
static java.lang.String |
SHIFT_OPEN_NEW_PERSPECTIVE
Deprecated. Workbench no longer supports shift key modifier to open a new perspective. Callers should use IWorkbench.showPerspective methods. |
static java.lang.String |
SHOW_INTRO
A named org.eclipse.jface.preference indicating whether the workbench should show the introduction component (if available) on startup. |
static java.lang.String |
SHOW_SYSTEM_JOBS
Stores whether or not system jobs are being shown. |
static java.lang.String |
SHOW_TEXT_ON_PERSPECTIVE_BAR
A named org.eclipse.jface.preference for whether the workbench should show text on the perspective bar. |
static java.lang.String |
SHOW_TRADITIONAL_STYLE_TABS
A named org.eclipse.jface.preference for whether the workbench should show traditional style tabs in editors and views. |
static java.lang.String |
TOP_LEFT
Constant to be used when referring to the top left of the workbench org.eclipse.jface.window. |
static java.lang.String |
TOP_RIGHT
Constant to be used when referring to the top right of the workbench org.eclipse.jface.window. |
Field Detail |
---|
static final java.lang.String LINK_NAVIGATOR_TO_EDITOR
Value is of type boolean
.
static final java.lang.String OPEN_NEW_PERSPECTIVE
Value is of type String
. The possible values are defined
by OPEN_PERSPECTIVE_WINDOW, OPEN_PERSPECTIVE_PAGE and
OPEN_PERSPECTIVE_REPLACE
.
OPEN_PERSPECTIVE_WINDOW
,
OPEN_PERSPECTIVE_PAGE
,
OPEN_PERSPECTIVE_REPLACE
,
NO_NEW_PERSPECTIVE
,
Constant Field Valuesstatic final java.lang.String ALTERNATE_OPEN_NEW_PERSPECTIVE
Value is of type String
. The possible values are defined
by OPEN_PERSPECTIVE_WINDOW, OPEN_PERSPECTIVE_PAGE and
OPEN_PERSPECTIVE_REPLACE
.
static final java.lang.String SHIFT_OPEN_NEW_PERSPECTIVE
Value is of type String
. The possible values are defined
by OPEN_PERSPECTIVE_WINDOW, OPEN_PERSPECTIVE_PAGE and
OPEN_PERSPECTIVE_REPLACE
.
static final java.lang.String PROJECT_OPEN_NEW_PERSPECTIVE
org.eclipse.ui.ide.IDE.Preferences.PROJECT_OPEN_NEW_PERSPECTIVE
instead.
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
.
OPEN_PERSPECTIVE_WINDOW
,
OPEN_PERSPECTIVE_PAGE
,
OPEN_PERSPECTIVE_REPLACE
,
NO_NEW_PERSPECTIVE
,
Constant Field Valuesstatic final java.lang.String OPEN_PERSPECTIVE_WINDOW
PROJECT_OPEN_NEW_PERSPECTIVE
,
Constant Field Valuesstatic final java.lang.String OPEN_PERSPECTIVE_PAGE
PROJECT_OPEN_NEW_PERSPECTIVE
,
Constant Field Valuesstatic final java.lang.String OPEN_PERSPECTIVE_REPLACE
PROJECT_OPEN_NEW_PERSPECTIVE
,
Constant Field Valuesstatic final java.lang.String NO_NEW_PERSPECTIVE
PROJECT_OPEN_NEW_PERSPECTIVE
,
Constant Field Valuesstatic final java.lang.String DEFAULT_PERSPECTIVE_ID
static final java.lang.String PRESENTATION_FACTORY_ID
static final java.lang.String DOCK_PERSPECTIVE_BAR
TOP_RIGHT
.
This org.eclipse.jface.preference may be one of the following values:
TOP_RIGHT
, TOP_LEFT
, or LEFT
.
static final java.lang.String INITIAL_FAST_VIEW_BAR_LOCATION
LEFT
,
BOTTOM
,
RIGHT
,
Constant Field Valuesstatic final java.lang.String TOP_RIGHT
DOCK_PERSPECTIVE_BAR
,
Constant Field Valuesstatic final java.lang.String TOP_LEFT
DOCK_PERSPECTIVE_BAR
,
Constant Field Valuesstatic final java.lang.String LEFT
DOCK_PERSPECTIVE_BAR
,
INITIAL_FAST_VIEW_BAR_LOCATION
,
Constant Field Valuesstatic final java.lang.String BOTTOM
INITIAL_FAST_VIEW_BAR_LOCATION
,
Constant Field Valuesstatic final java.lang.String RIGHT
INITIAL_FAST_VIEW_BAR_LOCATION
,
Constant Field Valuesstatic final java.lang.String SHOW_INTRO
The default value for this org.eclipse.jface.preference is: true
(show intro)
WorkbenchWindowAdvisor.openIntro()
,
Constant Field Valuesstatic final java.lang.String SHOW_TRADITIONAL_STYLE_TABS
true
if editors and views should use a traditional style of tab and
false
if editors should show new style tab (3.0 style)
The default value for this org.eclipse.jface.preference is: true
static final java.lang.String SHOW_TEXT_ON_PERSPECTIVE_BAR
true
, if editors should show text on the perspective bar,
false
otherwise.
The default value for this org.eclipse.jface.preference is: true
(show text on the perspective bar)
static final java.lang.String HELP_CONTENTS_ACTION_TEXT
"&Help Contents"
is used.
The default value for this org.eclipse.jface.preference is: null
static final java.lang.String HELP_SEARCH_ACTION_TEXT
"S&earch"
is used.
The default value for this org.eclipse.jface.preference is: null
static final java.lang.String DYNAMIC_HELP_ACTION_TEXT
"&Dynamic Help"
is used.
The default value for this org.eclipse.jface.preference is: null
static final java.lang.String ENABLE_ANIMATIONS
The default value for this org.eclipse.jface.preference is: true
(show animations when a transition occurs)
static final java.lang.String KEY_CONFIGURATION_ID
Workbench org.eclipse.jface.preference id for the key configuration identifier to be treated as the default.
The default value for this org.eclipse.jface.preference is
"org.eclipse.ui.defaultAcceleratorConfiguration"
.
static final java.lang.String EDITOR_MINIMUM_CHARACTERS
Workbench org.eclipse.jface.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 org.eclipse.jface.preference is -1
.
static final java.lang.String SHOW_SYSTEM_JOBS
Stores whether or not system jobs are being shown
.
static final java.lang.String CURRENT_THEME_ID
static final java.lang.String CLOSE_EDITORS_ON_EXIT
false
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |