Class ObjectArrayFormatter

  • 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="OBJECT_ARRAY")
    public class ObjectArrayFormatter
    extends com.quartetfs.fwk.format.impl.APatternFormatter
    A formatter used to display all the elements in a object array/vector.

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

    Example: OBJECT_ARRAY[15]

    Author:
    ActiveViam
    See Also:
    Serialized Form
    • Constructor Detail

      • ObjectArrayFormatter

        public ObjectArrayFormatter​(Locale locale)
      • ObjectArrayFormatter

        public ObjectArrayFormatter​(Locale locale,
                                    String pattern)