edu.udo.cs.yale.gui.wizards
Class ExampleSourceConfigurationWizardDataTable.ExampleSourceConfigurationWizardDataTableModel

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by 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


Field Summary
private  java.util.List<java.lang.String[]> data
           
private static long serialVersionUID
           
private  java.util.List<AttributeDataSource> sources
           
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
ExampleSourceConfigurationWizardDataTable.ExampleSourceConfigurationWizardDataTableModel(java.util.List<AttributeDataSource> sources, java.util.List<java.lang.String[]> data)
           
 
Method Summary
 int getColumnCount()
           
 java.lang.String getColumnName(int column)
           
 int getRowCount()
           
 java.lang.Object getValueAt(int rowIndex, int columnIndex)
           
 
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
 

Field Detail

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
Constructor Detail

ExampleSourceConfigurationWizardDataTable.ExampleSourceConfigurationWizardDataTableModel

public ExampleSourceConfigurationWizardDataTable.ExampleSourceConfigurationWizardDataTableModel(java.util.List<AttributeDataSource> sources,
                                                                                                java.util.List<java.lang.String[]> data)
Method Detail

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