public static interface IDE.Preferences
This interface is not intended to be implemented by clients.
Modifier and Type | Field and Description |
---|---|
static String |
MAX_RECENT_WORKSPACES
Stores the maximum number of workspaces that should be displayed in
the ChooseWorkspaceDialog.
|
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 |
RECENT_WORKSPACES
Stores a comma separated list of the recently used workspace paths.
|
static String |
RECENT_WORKSPACES_PROTOCOL
Stores the version of the protocol used to decode/encode the list of
recent workspaces.
|
static String |
SHOW_WORKSPACE_SELECTION_DIALOG
Specifies whether or not the workspace selection dialog should be
shown on startup.
|
static String |
WORKSPACE_NAME
Workspace name, will be displayed in the window title.
|
static final String PROJECT_OPEN_NEW_PERSPECTIVE
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
.
static final String SHOW_WORKSPACE_SELECTION_DIALOG
Specifies whether or not the workspace selection dialog should be shown on startup.
The default value for this preference is true
.
static final String MAX_RECENT_WORKSPACES
Stores the maximum number of workspaces that should be displayed in the ChooseWorkspaceDialog.
static final String RECENT_WORKSPACES
Stores a comma separated list of the recently used workspace paths.
static final String RECENT_WORKSPACES_PROTOCOL
Stores the version of the protocol used to decode/encode the list of recent workspaces.
static final String WORKSPACE_NAME
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.