edu.udo.cs.yale.gui.wizards
Class ExampleSourceConfigurationWizardDataTable.ExampleSourceConfigurationWizardDataTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardDataTable.ExampleSourceConfigurationWizardDataTableModel
- All Implemented Interfaces:
- java.io.Serializable, javax.swing.table.TableModel
- Enclosing class:
- ExampleSourceConfigurationWizardDataTable
private class ExampleSourceConfigurationWizardDataTable.ExampleSourceConfigurationWizardDataTableModel
- extends javax.swing.table.AbstractTableModel
Fields inherited from class javax.swing.table.AbstractTableModel |
listenerList |
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
sources
private java.util.List<AttributeDataSource> sources
data
private java.util.List<java.lang.String[]> data
ExampleSourceConfigurationWizardDataTable.ExampleSourceConfigurationWizardDataTableModel
public ExampleSourceConfigurationWizardDataTable.ExampleSourceConfigurationWizardDataTableModel(java.util.List<AttributeDataSource> sources,
java.util.List<java.lang.String[]> data)
getColumnCount
public int getColumnCount()
getRowCount
public int getRowCount()
getValueAt
public java.lang.Object getValueAt(int rowIndex,
int columnIndex)
getColumnName
public java.lang.String getColumnName(int column)
- Specified by:
getColumnName
in interface javax.swing.table.TableModel
- Overrides:
getColumnName
in class javax.swing.table.AbstractTableModel
Copyright © 2001-2006