Interface IElementProperties


public interface IElementProperties
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.jface.dialogs.IDialogSettings
    getProperties(String propertyPageId)
    Returns an IDialoSettings holding any customized properties for the property page id associated with this element
    void
    openPropertiesEditor(String selectedPageId)
    Open property dialog with the property pages associated with this element
  • Method Details

    • getProperties

      org.eclipse.jface.dialogs.IDialogSettings getProperties(String propertyPageId)
      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

      void openPropertiesEditor(String selectedPageId)
      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