Uses of Class
logahawk.formatters.CollectionArgFormatter

Packages that use CollectionArgFormatter
logahawk.formatters   
 

Uses of CollectionArgFormatter in logahawk.formatters
 

Subclasses of CollectionArgFormatter in logahawk.formatters
 class AbstractCollectionArgFormatter
          Abstract base class for ArgumentFormatters that writes each object in the Collections on a single line.
 class ArrayArgFormatter
          Formats arrays of objects using a wrapped CollectionArgFormatter.
 class ConcatCollectionArgFormatter
          Concatonates all objects in the Collections together into a single String.
 class HierarchicalCollectionArgFormatter
          Writes each object in the Collections in a way that shows a hierarchy between the objects.
 class MapArgFormatter
          Formats a map object to be output as "[index] key -> value".
 class MultiLineCollectionArgFormatter
          Writes each object in the Collections on a single line.
 

Fields in logahawk.formatters declared as CollectionArgFormatter
protected  CollectionArgFormatter ArrayArgFormatter.collectionArgFormatter
          Used to format the objects after unpacking
protected  CollectionArgFormatter ParentObjectArgFormatter.collectionArgFormatter
          Formats the parents objects.
protected  CollectionArgFormatter DefaultArgumentFormatterContainer.collectionArgFormatter
          We use this as the formatter for the call to DefaultArgumentFormatterContainer.format(List).
 

Constructors in logahawk.formatters with parameters of type CollectionArgFormatter
ArrayArgFormatter(CollectionArgFormatter collectionArgFormatter)
           
ParentObjectArgFormatter(ArgumentFormatter childFormatter, ArgumentFormatter parentFormatter, CollectionArgFormatter collectionArgFormatter)
           
SwingParentArgFormatter(ArgumentFormatter formatter, CollectionArgFormatter collectionArgFormatter)
           
SwingParentArgFormatter(CollectionArgFormatter collectionArgFormatter)
           
XmlNodeParentArgFormatter(ArgumentFormatter formatter, CollectionArgFormatter collectionArgFormatter)
           
XmlNodeParentArgFormatter(CollectionArgFormatter collectionArgFormatter)