public class IDEWorkspacePreferencePage extends PreferencePage implements IWorkbenchPreferencePage(Code)
The IDEWorkspacePreferencePage is the page used to set IDE-specific preferences settings
related to workspace.
Note:This class extends from PreferencePage,and there's no WorkspacePreferencePage class.
Hence when the IDE settings doesn't appear in this preference page, this page will be empty.
Creates the composite which will contain all the preference controls for
this page.
Parameters: parent - the parent composite the composite for this page
createContents
protected Control createContents(Composite parent)(Code)