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 Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String MAX_RECENT_WORKSPACES
      Stores the maximum number of workspaces that should be displayed in the ChooseWorkspaceDialog.
      static java.lang.String PROJECT_OPEN_NEW_PERSPECTIVE
      A named preference for how a new perspective should be opened when a new project is created.
      static java.lang.String RECENT_WORKSPACES
      Stores a comma separated list of the recently used workspace paths.
      static java.lang.String RECENT_WORKSPACES_PROTOCOL
      Stores the version of the protocol used to decode/encode the list of recent workspaces.
      static java.lang.String SHOW_RECENT_WORKSPACES
      Specifies whether the "Recent Workspaces" should be shown
      static java.lang.String SHOW_WORKSPACE_SELECTION_DIALOG
      Specifies whether or not the workspace selection dialog should be shown on startup.
      static java.lang.String WORKSPACE_NAME
      Workspace name, will be displayed in the window title.
    • Field Detail

      • SHOW_WORKSPACE_SELECTION_DIALOG

        static final java.lang.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.

        Since:
        3.1
        See Also:
        Constant Field Values
      • SHOW_RECENT_WORKSPACES

        static final java.lang.String SHOW_RECENT_WORKSPACES
        Specifies whether the "Recent Workspaces" should be shown
        Since:
        3.12
        See Also:
        Constant Field Values
      • MAX_RECENT_WORKSPACES

        static final java.lang.String MAX_RECENT_WORKSPACES

        Stores the maximum number of workspaces that should be displayed in the ChooseWorkspaceDialog.

        Since:
        3.1
        See Also:
        Constant Field Values
      • RECENT_WORKSPACES

        static final java.lang.String RECENT_WORKSPACES

        Stores a comma separated list of the recently used workspace paths.

        Since:
        3.1
        See Also:
        Constant Field Values
      • RECENT_WORKSPACES_PROTOCOL

        static final java.lang.String RECENT_WORKSPACES_PROTOCOL

        Stores the version of the protocol used to decode/encode the list of recent workspaces.

        Since:
        3.1
        See Also:
        Constant Field Values
      • WORKSPACE_NAME

        static final java.lang.String WORKSPACE_NAME
        Workspace name, will be displayed in the window title. This preference must only be changed on the UI thread.
        Since:
        3.10
        See Also:
        Constant Field Values