Eclipse Platform
2.0

org.eclipse.ui
Interface IWorkbenchPreferenceConstants


public interface IWorkbenchPreferenceConstants

Preference ids exposed by the Eclipse Platform User Interface.


Field Summary
static 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 String DEFAULT_PERSPECTIVE_ID
          A preference value indicating the default workbench perspective
static String LINK_NAVIGATOR_TO_EDITOR
          A named preference for whether to show an editor when its input file is selected in the Navigator (and vice versa).
static String NO_NEW_PERSPECTIVE
          Deprecated. Opening a perspective on project creation is now handled by the New Project & Capabilities wizard.
static String OPEN_NEW_PERSPECTIVE
          Deprecated. How a perspective is opened is dependent on user's current context instead of one global preference. Callers should use IWorkbench.showPerspective methods.
static String OPEN_PERSPECTIVE_PAGE
          Deprecated. How a perspective is opened is dependent on user's current context instead of one global preference. Callers should use IWorkbench.showPerspective methods.
static String OPEN_PERSPECTIVE_REPLACE
          Deprecated. How a perspective is opened is dependent on user's current context instead of one global preference. Callers should use IWorkbench.showPerspective methods.
static String OPEN_PERSPECTIVE_WINDOW
          Deprecated. How a perspective is opened is dependent on user's current context instead of one global preference. Callers should use IWorkbench.showPerspective methods.
static String PROJECT_OPEN_NEW_PERSPECTIVE
          Deprecated. Opening a perspective on project creation is now handled by the New Project & Capabilities wizard.
static String SHIFT_OPEN_NEW_PERSPECTIVE
          Deprecated. Workbench no longer supports shift key modifier to open a new perspective. Callers should use IWorkbench.showPerspective methods.
 

Field Detail

LINK_NAVIGATOR_TO_EDITOR

public static final String LINK_NAVIGATOR_TO_EDITOR
A named preference for whether to show an editor when its input file is selected in the Navigator (and vice versa).

Value is of type boolean.

See Also:
Constant Field Values

OPEN_NEW_PERSPECTIVE

public static final String OPEN_NEW_PERSPECTIVE
Deprecated. How a perspective is opened is dependent on user's current context instead of one global preference. Callers should use IWorkbench.showPerspective methods.

A named preference for how a new perspective is opened.

Value is of type String. The possible values are defined by OPEN_PERSPECTIVE_WINDOW, OPEN_PERSPECTIVE_PAGE and OPEN_PERSPECTIVE_REPLACE.

See Also:
Constant Field Values

ALTERNATE_OPEN_NEW_PERSPECTIVE

public static final String ALTERNATE_OPEN_NEW_PERSPECTIVE
Deprecated. Workbench no longer supports alternate key modifier to open a new perspective. Callers should use IWorkbench.showPerspective methods.

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.

See Also:
Constant Field Values

SHIFT_OPEN_NEW_PERSPECTIVE

public static final String SHIFT_OPEN_NEW_PERSPECTIVE
Deprecated. Workbench no longer supports shift key modifier to open a new perspective. Callers should use IWorkbench.showPerspective methods.

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.

See Also:
Constant Field Values

PROJECT_OPEN_NEW_PERSPECTIVE

public static final String PROJECT_OPEN_NEW_PERSPECTIVE
Deprecated. Opening a perspective on project creation is now handled by the New Project & Capabilities wizard.

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 OPEN_PERSPECTIVE_WINDOW, OPEN_PERSPECTIVE_PAGE, OPEN_PERSPECTIVE_REPLACE and NO_NEW_PERSPECTIVE.

See Also:
Constant Field Values

OPEN_PERSPECTIVE_WINDOW

public static final String OPEN_PERSPECTIVE_WINDOW
Deprecated. How a perspective is opened is dependent on user's current context instead of one global preference. Callers should use IWorkbench.showPerspective methods.

A preference value indicating that an action should open a new perspective in a new window.

See Also:
Constant Field Values

OPEN_PERSPECTIVE_PAGE

public static final String OPEN_PERSPECTIVE_PAGE
Deprecated. How a perspective is opened is dependent on user's current context instead of one global preference. Callers should use IWorkbench.showPerspective methods.

A preference value indicating that an action should open a new perspective in a new page.

See Also:
Constant Field Values

OPEN_PERSPECTIVE_REPLACE

public static final String OPEN_PERSPECTIVE_REPLACE
Deprecated. How a perspective is opened is dependent on user's current context instead of one global preference. Callers should use IWorkbench.showPerspective methods.

A preference value indicating that an action should open a new perspective by replacing the current perspective.

See Also:
Constant Field Values

NO_NEW_PERSPECTIVE

public static final String NO_NEW_PERSPECTIVE
Deprecated. Opening a perspective on project creation is now handled by the New Project & Capabilities wizard.

A preference value indicating that an action should not open a new perspective.

See Also:
Constant Field Values

DEFAULT_PERSPECTIVE_ID

public static final String DEFAULT_PERSPECTIVE_ID
A preference value indicating the default workbench perspective

See Also:
Constant Field Values

Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.