Class MdExtensionPropertySheetPreferences


  • public class MdExtensionPropertySheetPreferences
    extends Object
    Set of preferences which define additional settings of the property palette.
    • Field Detail

      • SHOW_CHANGED_PROPERTIES_ONLY

        public static final String SHOW_CHANGED_PROPERTIES_ONLY
        Key in preference storage for toggling to show palette properties changed in extension form.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MdExtensionPropertySheetPreferences

        public MdExtensionPropertySheetPreferences()
    • Method Detail

      • getStore

        public static org.eclipse.jface.preference.IPreferenceStore getStore()
        Returns preferences for property palette related to form extension.
        Returns:
        store of preferences for property palette. Never null
      • showChangedPropertiesOnly

        public static boolean showChangedPropertiesOnly()
        Returns the state of the property paletted toolbar item ShowChangedPropertiesOnly.
        Returns:
        true if filter is set to show changed properties (in comparison with properties defined in base form)
      • setShowChangedPropertiesOnly

        public static void setShowChangedPropertiesOnly​(boolean value)
        Sets the state of the property paletted toolbar item ShowChangedPropertiesOnly.
        Parameters:
        value - current toolbar item state