public interface IWorkbenchPreferenceContainer
Modifier and Type | Method and Description |
---|---|
IWorkingCopyManager |
getWorkingCopyManager()
Get the working copy manager in use by this preference
page container.
|
boolean |
openPage(String preferencePageId,
Object data)
Open the page specified in the org.eclipse.ui.preferencePage
extension point with id pageId.
|
void |
registerUpdateJob(Job job)
Register a job to be run after the container has been closed.
|
boolean openPage(String preferencePageId, Object data)
preferencePageId
- String the id specified for a page in
the plugin.xml of its defining plug-in.data
- The data to be applied to the page when it
opens.true
if the page was
opened successfully and data was applied.IWorkingCopyManager getWorkingCopyManager()
void registerUpdateJob(Job job)
job
-
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.