Uses of Class
logahawk.formatters.AbstractArgumentFormatter

Packages that use AbstractArgumentFormatter
logahawk.formatters   
 

Uses of AbstractArgumentFormatter in logahawk.formatters
 

Subclasses of AbstractArgumentFormatter 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 CollectionArgFormatter
          Formats Collections of objects by deferring each instance in the collection to the provided formatters.
 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.
 class ParentObjectArgFormatter
          Formats the object and its parents allowing one to see an object's context in relation to other objects.
 class SwingArgFormatter
          Formats Swing and AWT components.
 class SwingParentArgFormatter
          Uses a SwingArgFormatter to format AWT/Swing objects to show its context within its parent AWT/Swing objects.
 class ThrowableArgFormatter
          This formatter can handle "Throwable" objects -- namely Exceptions.
 class XmlNodeArgFormatter
          Formats Nodes as XML strings.
 class XmlNodeParentArgFormatter
          Uses a XmlNodeArgFormatter to format XML Nodes to show their full path.