Class IntegerArrayFormatter

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

    @QuartetExtendedPluginValue(intf=com.quartetfs.fwk.format.IFormatter.class,
                                key="INTEGER_ARRAY")
    public class IntegerArrayFormatter
    extends com.quartetfs.fwk.format.impl.APatternFormatter
    A formatter used to display all the elements in a integer array/vector.

    Optional: Limit the number of elements displayed by setting the pattern to the limit number.

    Example: INTEGER_ARRAY[15]

    Author:
    ActiveViam
    See Also:
    Serialized Form
    • Constructor Detail

      • IntegerArrayFormatter

        public IntegerArrayFormatter​(Locale locale)
      • IntegerArrayFormatter

        public IntegerArrayFormatter​(Locale locale,
                                     String pattern)