Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
B
C
E
G
I
J
N
O
P
X
B
basicInspect(Object)
- Static method in class joi.
JOI
Inspect the given object.
basicInspect(String, Object)
- Static method in class joi.
JOI
Inspect the given object.
basicInspectWait(Object)
- Static method in class joi.
JOI
Inspect the given object like in basicInspect().
basicInspectWait(String, Object)
- Static method in class joi.
JOI
Inspect the given object like in basicInspect().
C
createDocument(AbstractObjectSpy)
- Method in class org.pf.joi.xml.
XMLObjectExporter
Returns a DOM document containing all data of the given object.
createXMLTree(AbstractObjectSpy)
- Method in class org.pf.joi.xml.
XMLObjectExporter
Returns a simple XML tree representing the object's internal state that is encapsulated in the given object spy.
E
export(AbstractObjectSpy, Frame)
- Method in class org.pf.joi.xml.
XMLObjectExporter
Displays a file dialog to select the directory and filename and than writes the object contents to that file as XML data.
export(AbstractObjectSpy, String)
- Method in class org.pf.joi.xml.
XMLObjectExporter
Exports the given object to the file with the specified name.
export(AbstractObjectSpy, Writer)
- Method in class org.pf.joi.xml.
XMLObjectExporter
Exports the given object to the specified writer.
export(AbstractObjectSpy, File)
- Method in class org.pf.joi.xml.
XMLObjectExporter
Exports the given object to the specified file.
exportLabel()
- Method in class org.pf.joi.xml.
XMLObjectExporter
Returns the label that will be shown in an inspector's 'File' menu.
G
getBasicObjectSpy(Object)
- Static method in class joi.
JOI
Returns the object spy wrapper for the given object.
getBasicObjectSpy(String, Object)
- Static method in class joi.
JOI
Returns the object spy wrapper for the given object.
getObjectSpy(Object)
- Static method in class joi.
JOI
Returns the object spy wrapper for the given object.
getObjectSpy(String, Object)
- Static method in class joi.
JOI
Returns the object spy wrapper for the given object.
getVendor()
- Method in class org.pf.joi.xml.
XMLObjectExporter
Returns the vendor of this export provider
getVersion()
- Method in class org.pf.joi.xml.
XMLObjectExporter
Returns the version of this export provider
I
inspect(Object)
- Static method in class joi.
JOI
Inspect the given object.
inspect(String, Object)
- Static method in class joi.
JOI
Inspect the given object.
inspectString(Object)
- Method in class org.pf.joi.xml.
NodeRenderer
Returns the string representation of the specified object.
inspectWait(Object)
- Static method in class joi.
JOI
Inspect the given object like in inspect().
inspectWait(String, Object)
- Static method in class joi.
JOI
Inspect the given object like in inspect().
J
JOI
- class joi.
JOI
.
This class provides static methods for the general available inspector functionality access.
joi
- package joi
N
NodeInspector
- class org.pf.joi.xml.
NodeInspector
.
The inspector implementation for org.w3c.dom.Node.
NodeInspector()
- Constructor for class org.pf.joi.xml.
NodeInspector
Initialize the new instance with default values.
NodeRenderer
- class org.pf.joi.xml.
NodeRenderer
.
Renders a org.w3c.dom.Element to a String.
NodeRenderer()
- Constructor for class org.pf.joi.xml.
NodeRenderer
Initialize the new instance with default values.
O
ObjectPrinter
- class org.pf.joi.xml.
ObjectPrinter
.
Prints the internal state of an object as XML stream to given writers.
ObjectPrinter()
- Constructor for class org.pf.joi.xml.
ObjectPrinter
Initialize the new instance with default values.
org.pf.joi.xml
- package org.pf.joi.xml
P
printBasicObject(String, Object, Writer)
- Method in class org.pf.joi.xml.
ObjectPrinter
Prints the given object as XML stream to the specified writer whereas it will use the basic inspector rather than the "clever" inspector.
printBasicXml(Object)
- Static method in class joi.
JOI
Writes the given object's XML representation to stdout using the basic inspector.
printBasicXml(String, Object)
- Static method in class joi.
JOI
Writes the given object's XML representation with the specified name to stdout using the basic inspector.
printBasicXml(Object, Writer)
- Static method in class joi.
JOI
Writes the given object's XML representation to stdout using the basic inspector.
printBasicXml(String, Object, Writer)
- Static method in class joi.
JOI
Writes the given object's XML representation with the specified name to the given writer using the basic inspector.
printObject(String, Object)
- Method in class org.pf.joi.xml.
ObjectPrinter
Prints the given object as XML stream to stdout.
printObject(Object, Writer)
- Method in class org.pf.joi.xml.
ObjectPrinter
Prints the given object as XML stream to the specified writer.
printObject(String, Object, Writer)
- Method in class org.pf.joi.xml.
ObjectPrinter
Prints the given object as XML stream to the specified writer.
printXml(Object)
- Static method in class joi.
JOI
Writes the given object as XML representation to stdout.
printXml(String, Object)
- Static method in class joi.
JOI
Writes the given object with the specified name as XML representation to stdout.
printXml(Object, Writer)
- Static method in class joi.
JOI
Writes the given object as XML representation to the given writer.
printXml(String, Object, Writer)
- Static method in class joi.
JOI
Writes the given object with the specified name as XML representation to the given writer.
X
XMLObjectExporter
- class org.pf.joi.xml.
XMLObjectExporter
.
This class provides export functionality for inspected objects to XML files.
XMLObjectExporter()
- Constructor for class org.pf.joi.xml.
XMLObjectExporter
Initialize the new instance with default values.
B
C
E
G
I
J
N
O
P
X
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes