pl.edu.agh.cast.data.ui.template
Class ComboBoxTableCreator

java.lang.Object
  extended by 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

Constructor Summary
ComboBoxTableCreator()
           
 
Method Summary
 void createTable(org.eclipse.swt.widgets.Composite container, String[] colNames, TabularData data, MappingWizardPage listener)
          Creates table basing on column names and tabular data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComboBoxTableCreator

public ComboBoxTableCreator()
Method Detail

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 container
colNames - the column names
data - the data to be inserted into the table
listener - the mediating (listening) wizard page


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.