| |
|
| org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog
WorkbenchPreferenceDialog | public class WorkbenchPreferenceDialog extends FilteredPreferenceDialog (Code) | | Prefence dialog for the workbench including the ability to load/save
preferences.
|
Constructor Summary | |
public | WorkbenchPreferenceDialog(Shell parentShell, PreferenceManager manager) Creates a new preference dialog under the control of the given preference
manager. |
WorkbenchPreferenceDialog | public WorkbenchPreferenceDialog(Shell parentShell, PreferenceManager manager)(Code) | | Creates a new preference dialog under the control of the given preference
manager.
Parameters: parentShell - the parent shell Parameters: manager - the preference manager |
close | public boolean close()(Code) | | |
createDialogOn | final public static WorkbenchPreferenceDialog createDialogOn(Shell shell, String preferencePageId)(Code) | | Creates a workbench preference dialog to a particular preference page. It
is the responsibility of the caller to then call open() .
The call to open() will not return until the dialog
closes, so this is the last chance to manipulate the dialog.
Parameters: shell - The Shell to parent the dialog off of if it is notalready created. May be null in which case the active workbench window will be usedif available. Parameters: preferencePageId - The identifier of the preference page to open; may benull . If it is null , then thepreference page is not selected or modified in any way. The selected preference page. since: 3.1 |
findNodeMatching | protected IPreferenceNode findNodeMatching(String nodeId)(Code) | | Differs from super implementation in that if the node is found but should
be filtered based on a call to
WorkbenchActivityHelper.filterItem() then
null is returned.
See Also: org.eclipse.jface.preference.PreferenceDialog.findNodeMatching(java.lang.String) |
getDialogBoundsSettings | protected IDialogSettings getDialogBoundsSettings()(Code) | | |
getDialogBoundsStrategy | protected int getDialogBoundsStrategy()(Code) | | |
okPressed | protected void okPressed()(Code) | | |
|
|
|