pl.edu.agh.cast.data.ui.template
Class ComboBoxTableCreator
java.lang.Object
pl.edu.agh.cast.data.ui.template.ComboBoxTableCreator
public class ComboBoxTableCreator
- extends Object
SWT table creator: creates tables with combo-boxes as labels.
- Author:
- AGH CAST Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComboBoxTableCreator
public ComboBoxTableCreator()
createTable
public void createTable(org.eclipse.swt.widgets.Composite container,
String[] colNames,
TabularData data,
MappingWizardPage listener)
- Creates table basing on column names and tabular data.
- Parameters:
container
- the table containercolNames
- the column namesdata
- the data to be inserted into the tablelistener
- the mediating (listening) wizard page
Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.