Interface ITextExternalizableProp<PROP_VALUE>

    • Method Detail

      • getExternalizableKString

        KString getExternalizableKString()
        Returns if KString if it is a candidate for externalizing its text to a text table.
        Returns:
        The KString that can be externalized, or null if not.
      • createNewPropValue

        PROP_VALUE createNewPropValue​(KString ks)
        Builds a new property value from a new externalized KString.
        Parameters:
        ks - The new KString.
        Returns:
        The new property based on the current property value with it's additional settings, but with the new KString contents.