|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.jemmy.ObjectBrowser
public class ObjectBrowser
Class to display information about object: fields, methods, ancestors and so on.
Constructor Summary | |
---|---|
ObjectBrowser()
Constructor. |
Method Summary | |
---|---|
Object |
getObject()
Returns the object value. |
TestOut |
getOutput()
Returns print output streams or writers. |
void |
printClasses()
Prints allsuperclasses names. |
void |
printFields()
Prints object fields names and values. |
void |
printFull()
Prints everything. |
void |
printMethods()
Prints object methods names and parameters. |
void |
printToString()
Prints toString() information. |
void |
setObject(Object obj)
Specifies the object value. |
void |
setOutput(TestOut out)
Defines print output streams or writers. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectBrowser()
Method Detail |
---|
public void setOutput(TestOut out)
setOutput
in interface Outputable
out
- Identify the streams or writers used for print output.Outputable
,
TestOut
,
getOutput()
public TestOut getOutput()
getOutput
in interface Outputable
Outputable
,
TestOut
,
setOutput(org.netbeans.jemmy.TestOut)
public void setObject(Object obj)
obj
- Object to work with.getObject()
public Object getObject()
setObject(java.lang.Object)
public void printToString()
toString()
information.
public void printFields()
public void printMethods()
public void printClasses()
public void printFull()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |