|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.extensions.awt.editor.ScriptModel.Entry
Encapsulate information we need to manipulate the row.
Field Summary | |
int |
indent
|
Sequence |
parent
|
Step |
step
|
Constructor Summary | |
ScriptModel.Entry(Step step,
Sequence parent,
int indent)
|
Method Summary | |
java.lang.String |
toString()
|
java.lang.String |
toXML()
Provide an XML representation of the object. |
Methods inherited from class java.lang.Object |
|
Field Detail |
public Step step
public Sequence parent
public int indent
Constructor Detail |
public ScriptModel.Entry(Step step, Sequence parent, int indent)
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toXML()
XMLifiable
toXML
in interface XMLifiable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |