| org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog org.eclipse.ui.internal.dialogs.PropertyDialog
PropertyDialog | public class PropertyDialog extends FilteredPreferenceDialog (Code) | | This dialog is created and shown when 'Properties' action is performed while
an object is selected. It shows one or more pages registered for object's
type.
|
Constructor Summary | |
public | PropertyDialog(Shell parentShell, PreferenceManager mng, ISelection selection) Create an instance of the receiver. |
PropertyDialog | public PropertyDialog(Shell parentShell, PreferenceManager mng, ISelection selection)(Code) | | Create an instance of the receiver.
Parameters: parentShell - Parameters: mng - Parameters: selection - |
createDialogOn | public static PropertyDialog createDialogOn(Shell shell, String propertyPageId, Object element)(Code) | | Create a new property dialog.
Parameters: shell - the parent shell Parameters: propertyPageId - the property page id Parameters: element - the adaptable element the property dialog |
getSelectedNodePreference | protected String getSelectedNodePreference()(Code) | | Get the name of the selected item preference
|
getSelection | public ISelection getSelection()(Code) | | Returns selection in the "Properties" action context.
the selection |
setSelectedNodePreference | protected void setSelectedNodePreference(String pageId)(Code) | | Get the name of the selected item preference
|
setSelection | public void setSelection(ISelection newSelection)(Code) | | Sets the selection that will be used to determine target object.
Parameters: newSelection - the new selection |
|
|