|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object Canvas org.pentaho.di.ui.core.widget.TableDraw
public class TableDraw
Widget to draw the character of a fixed length text-file in a graphical way.
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 |
---|
public TableDraw(Composite parent, PropsUI props, WizardPage wPage, Vector<TextFileInputFieldInterface> fields)
Method Detail |
---|
public void setRows(List<String> rows)
public void paintControl(PaintEvent e)
public Vector<TextFileInputFieldInterface> getFields()
public void setFields(Vector<TextFileInputFieldInterface> fields)
public void clearFields()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |