org.pentaho.di.ui.core.widget
Class TableDraw

java.lang.Object
  extended by Canvas
      extended by org.pentaho.di.ui.core.widget.TableDraw

public class TableDraw
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
TableDraw(Composite parent, PropsUI props, WizardPage wPage, Vector<TextFileInputFieldInterface> fields)
           
 
Method Summary
 void clearFields()
           
 Vector<TextFileInputFieldInterface> getFields()
           
 void paintControl(PaintEvent e)
           
 void setFields(Vector<TextFileInputFieldInterface> fields)
           
 void setRows(List<String> rows)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableDraw

public TableDraw(Composite parent,
                 PropsUI props,
                 WizardPage wPage,
                 Vector<TextFileInputFieldInterface> fields)
Method Detail

setRows

public void setRows(List<String> rows)

paintControl

public void paintControl(PaintEvent e)

getFields

public Vector<TextFileInputFieldInterface> getFields()

setFields

public void setFields(Vector<TextFileInputFieldInterface> fields)

clearFields

public void clearFields()