|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractArgumentFormatter | |
---|---|
logahawk.formatters |
Uses of AbstractArgumentFormatter in logahawk.formatters |
---|
Subclasses of AbstractArgumentFormatter in logahawk.formatters | |
---|---|
class |
AbstractCollectionArgFormatter
Abstract base class for ArgumentFormatter s that writes each object in the Collection s on a single
line. |
class |
ArrayArgFormatter
Formats arrays of objects using a wrapped CollectionArgFormatter . |
class |
CollectionArgFormatter
Formats Collection s of objects by deferring each instance in the collection to the provided formatters. |
class |
ConcatCollectionArgFormatter
Concatonates all objects in the Collection s together into a single String. |
class |
HierarchicalCollectionArgFormatter
Writes each object in the Collection s 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 Collection s 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 Node s as XML strings. |
class |
XmlNodeParentArgFormatter
Uses a XmlNodeArgFormatter to format XML Nodes to show their full path. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |