Class LongPropEditor

    • Constructor Detail

      • LongPropEditor

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

      • create

        protected void create()
        Creates the property editor controls.
        Specified by:
        create in class BaseEditor<LongProp,​java.lang.Long>
      • 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<LongProp,​java.lang.Long>
      • getValue

        protected java.lang.Long getValue​(java.lang.String input)
                                   throws java.lang.Exception
        Gets the property value for a user input.
        Specified by:
        getValue in class BaseEditor<LongProp,​java.lang.Long>
        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.