Class StringArrayFormatter

  • All Implemented Interfaces:
    com.quartetfs.fwk.format.IFormatter, com.quartetfs.fwk.types.IExtendedPluginValue, Serializable

    @QuartetExtendedPluginValue(intf=com.quartetfs.fwk.format.IFormatter.class,
                                key="ArrayFormatter")
    public class StringArrayFormatter
    extends Object
    implements com.quartetfs.fwk.format.IFormatter
    A formatter used to display all the elements in a string array/vector.
    Author:
    ActiveViam
    See Also:
    Serialized Form
    • Constructor Detail

      • StringArrayFormatter

        public StringArrayFormatter()
    • Method Detail

      • getType

        public String getType()
        Specified by:
        getType in interface com.quartetfs.fwk.types.IExtendedPluginValue
      • format

        public String format​(Object value)
        Specified by:
        format in interface com.quartetfs.fwk.format.IFormatter