junit.extensions.awt.editor
Class ScriptModel.Entry

java.lang.Object
  |
  +--junit.extensions.awt.editor.ScriptModel.Entry
All Implemented Interfaces:
XMLifiable
Enclosing class:
ScriptModel

public class ScriptModel.Entry
extends java.lang.Object
implements XMLifiable

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

step

public Step step

parent

public Sequence parent

indent

public int indent
Constructor Detail

ScriptModel.Entry

public ScriptModel.Entry(Step step,
                         Sequence parent,
                         int indent)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toXML

public java.lang.String toXML()
Description copied from interface: XMLifiable
Provide an XML representation of the object.
Specified by:
toXML in interface XMLifiable