org.pentaho.di.ui.trans.steps.fixedinput
Class FixedTableDraw

java.lang.Object
  extended by Canvas
      extended by org.pentaho.di.ui.trans.steps.fixedinput.FixedTableDraw

public class FixedTableDraw
extends Canvas

Widget to draw the character of a fixed length text-file in a graphical way.

Since:
17-04-2004
Author:
Matt

Constructor Summary
FixedTableDraw(Composite parent, PropsUI props, WizardPage wPage, List<FixedFileInputField> fields)
           
 
Method Summary
 void clearFields()
           
 List<FixedFileInputField> getFields()
           
 void paintControl(PaintEvent e)
           
 void setFields(List<FixedFileInputField> fields)
           
 void setRows(List<String> rows)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixedTableDraw

public FixedTableDraw(Composite parent,
                      PropsUI props,
                      WizardPage wPage,
                      List<FixedFileInputField> fields)
Method Detail

setRows

public void setRows(List<String> rows)

paintControl

public void paintControl(PaintEvent e)

getFields

public List<FixedFileInputField> getFields()

setFields

public void setFields(List<FixedFileInputField> fields)

clearFields

public void clearFields()