Class BoxShadowPropEditor

    • Constructor Detail

      • BoxShadowPropEditor

        public BoxShadowPropEditor()
        Default constructor called before createControls.
    • Method Detail

      • create

        protected void create()
        Creates the property editor controls.
        Specified by:
        create in class BaseEditor<StringProp,​java.lang.String>
      • onMore

        public void onMore()
        Called when the "more..." button is pressed. Override to display dialog box.
        Overrides:
        onMore in class BaseEditor<StringProp,​java.lang.String>
      • getToolTipText

        protected java.lang.String getToolTipText()
        Gets the tooltip text to display in the entry fields (not the one for property errors or validator).
        Specified by:
        getToolTipText in class BaseEditor<StringProp,​java.lang.String>
      • getValue

        protected java.lang.String getValue​(java.lang.String input)
                                     throws java.lang.Exception
        Gets the property value for a user input.
        Specified by:
        getValue in class BaseEditor<StringProp,​java.lang.String>
        Parameters:
        input - The current user input.
        Returns:
        The property value for the input, or null to un-define the property.
        Throws:
        java.lang.Exception - For validation errors.