Package org.eclipse.ui.ide
Interface IDE.Preferences
- Enclosing class:
- IDE
public static interface IDE.Preferences
Preferences defined by the IDE workbench.
 
This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be implemented by clients.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringStores the maximum number of workspaces that should be displayed in the ChooseWorkspaceDialog.static final StringA named preference for how a new perspective should be opened when a new project is created.static final StringStores a comma separated list of the recently used workspace paths.static final StringStores the version of the protocol used to decode/encode the list of recent workspaces.static final StringSpecifies whether the "Recent Workspaces" should be shownstatic final StringSpecifies whether or not the workspace selection dialog should be shown on startup.static final StringWorkspace name, will be displayed in the window title.
- 
Field Details- 
PROJECT_OPEN_NEW_PERSPECTIVEA 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 constantsOPEN_PERSPECTIVE_WINDOW, OPEN_PERSPECTIVE_PAGE, OPEN_PERSPECTIVE_REPLACE, and NO_NEW_PERSPECTIVE.- See Also:
 
- 
SHOW_WORKSPACE_SELECTION_DIALOGSpecifies whether or not the workspace selection dialog should be shown on startup. The default value for this preference is true.- Since:
- 3.1
- See Also:
 
- 
SHOW_RECENT_WORKSPACESSpecifies whether the "Recent Workspaces" should be shown- Since:
- 3.12
- See Also:
 
- 
MAX_RECENT_WORKSPACESStores the maximum number of workspaces that should be displayed in the ChooseWorkspaceDialog. - Since:
- 3.1
- See Also:
 
- 
RECENT_WORKSPACESStores a comma separated list of the recently used workspace paths. - Since:
- 3.1
- See Also:
 
- 
RECENT_WORKSPACES_PROTOCOLStores the version of the protocol used to decode/encode the list of recent workspaces. - Since:
- 3.1
- See Also:
 
- 
WORKSPACE_NAMEWorkspace name, will be displayed in the window title. This preference must only be changed on the UI thread.- Since:
- 3.10
- See Also:
 
 
-