Package org.eclipse.mcp
Interface IElementProperties
public interface IElementProperties
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jface.dialogs.IDialogSettings
getProperties
(String propertyPageId) Returns an IDialoSettings holding any customized properties for the property page id associated with this elementvoid
openPropertiesEditor
(String selectedPageId) Open property dialog with the property pages associated with this element
-
Method Details
-
getProperties
Returns an IDialoSettings holding any customized properties for the property page id associated with this element- Parameters:
propertyPageId
- id of a property page associated with this server element (Tool, Resource Manager)- Returns:
- returns an IDialoSettings holding any customized properties for the
-
openPropertiesEditor
Open property dialog with the property pages associated with this element- Parameters:
selectedPageId
- the property page to initially select out of those associated with this element
-