com.partnersoft.modules.inspection.model
Class InspectionScriptBuilder

java.lang.Object
  extended by com.partnersoft.modules.inspection.model.ScriptBuilder
      extended by com.partnersoft.modules.inspection.model.InspectionScriptBuilder

public class InspectionScriptBuilder
extends ScriptBuilder

Copyright 2008 Partner Software, Inc.

Version:
$Id$
Author:
Rich Stepanski

Field Summary
 
Fields inherited from class com.partnersoft.modules.inspection.model.ScriptBuilder
writer
 
Constructor Summary
InspectionScriptBuilder(com.partnersoft.io.vfs.VfsFile dest)
           
InspectionScriptBuilder(com.partnersoft.io.vfs.VfsFile dest, java.lang.String builderVariable)
           
 
Method Summary
 void addBoldLabelWithBlank(java.lang.String label)
           
 void addBuilderCall(java.lang.String methodText)
           
 void addField(java.lang.String field)
           
 void addFieldWithLabel(java.lang.String field)
           
 void addLabel(java.lang.String label)
           
 void endSubtypeFormScript()
           
 void endTab()
           
 void startSubtypeFormScript()
           
 void startTab(java.lang.String tabName)
           
 
Methods inherited from class com.partnersoft.modules.inspection.model.ScriptBuilder
addComment, addImports, addRawString, closeWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InspectionScriptBuilder

public InspectionScriptBuilder(com.partnersoft.io.vfs.VfsFile dest,
                               java.lang.String builderVariable)
                        throws java.io.IOException
Parameters:
dest -
Throws:
java.io.IOException

InspectionScriptBuilder

public InspectionScriptBuilder(com.partnersoft.io.vfs.VfsFile dest)
                        throws java.io.IOException
Throws:
java.io.IOException
Method Detail

startSubtypeFormScript

public void startSubtypeFormScript()
                            throws java.io.IOException
Throws:
java.io.IOException

endSubtypeFormScript

public void endSubtypeFormScript()
                          throws java.io.IOException
Throws:
java.io.IOException

startTab

public void startTab(java.lang.String tabName)
              throws java.io.IOException
Throws:
java.io.IOException

endTab

public void endTab()
            throws java.io.IOException
Throws:
java.io.IOException

addFieldWithLabel

public void addFieldWithLabel(java.lang.String field)
                       throws java.io.IOException
Throws:
java.io.IOException

addBoldLabelWithBlank

public void addBoldLabelWithBlank(java.lang.String label)
                           throws java.io.IOException
Throws:
java.io.IOException

addLabel

public void addLabel(java.lang.String label)
              throws java.io.IOException
Throws:
java.io.IOException

addField

public void addField(java.lang.String field)
              throws java.io.IOException
Throws:
java.io.IOException

addBuilderCall

public void addBuilderCall(java.lang.String methodText)
                    throws java.io.IOException
Throws:
java.io.IOException