Eclipse Platform
2.1

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
          A preference value indicating that an action should not open a new perspective.
static String OPEN_NEW_PERSPECTIVE
          A named preference for how a new perspective is opened.
static String OPEN_PERSPECTIVE_PAGE
          Deprecated. Opening a Perspective in a new page is no longer supported functionality as of 2.0.
static String OPEN_PERSPECTIVE_REPLACE
          A preference value indicating that an action should open a new perspective by replacing the current perspective.
static String OPEN_PERSPECTIVE_WINDOW
          A preference value indicating that an action should open a new perspective in a new window.
static String PROJECT_OPEN_NEW_PERSPECTIVE
          A named preference for how a new perspective should be opened when a new project is created.
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.


OPEN_NEW_PERSPECTIVE

public static final String OPEN_NEW_PERSPECTIVE
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.


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.


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.


PROJECT_OPEN_NEW_PERSPECTIVE

public static final String PROJECT_OPEN_NEW_PERSPECTIVE
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.


OPEN_PERSPECTIVE_WINDOW

public static final String OPEN_PERSPECTIVE_WINDOW
A preference value indicating that an action should open a new perspective in a new window.

OPEN_PERSPECTIVE_PAGE

public static final String OPEN_PERSPECTIVE_PAGE
Deprecated. Opening a Perspective in a new page is no longer supported functionality as of 2.0.

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

OPEN_PERSPECTIVE_REPLACE

public static final String OPEN_PERSPECTIVE_REPLACE
A preference value indicating that an action should open a new perspective by replacing the current perspective.

NO_NEW_PERSPECTIVE

public static final String NO_NEW_PERSPECTIVE
A preference value indicating that an action should not open a new perspective.

DEFAULT_PERSPECTIVE_ID

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

Eclipse Platform
2.1

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