Interface IDefaultPropertyValueProvider<TYPE>

    • Method Detail

      • getDefaultValue

        TYPE getDefaultValue​(Atom name,
                             TYPE defaultValue)
        Gets the default value to use when a value is defined and no previous text is available.
        Parameters:
        name - The edited property name.
        defaultValue - The default value as defined by the property editor information.