org.optaplanner.examples.common.swingui
Class ConstraintMatchesDialog.ConstraintMatchTotalTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
org.optaplanner.examples.common.swingui.ConstraintMatchesDialog.ConstraintMatchTotalTableModel
- All Implemented Interfaces:
- Serializable, TableModel
- Enclosing class:
- ConstraintMatchesDialog
public static class ConstraintMatchesDialog.ConstraintMatchTotalTableModel
- extends AbstractTableModel
- See Also:
- Serialized Form
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstraintMatchesDialog.ConstraintMatchTotalTableModel
public ConstraintMatchesDialog.ConstraintMatchTotalTableModel(List<ConstraintMatchTotal> constraintMatchTotalList)
getRowCount
public int getRowCount()
getColumnCount
public int getColumnCount()
getColumnName
public String getColumnName(int columnIndex)
- Specified by:
getColumnName
in interface TableModel
- Overrides:
getColumnName
in class AbstractTableModel
getColumnClass
public Class<?> getColumnClass(int columnIndex)
- Specified by:
getColumnClass
in interface TableModel
- Overrides:
getColumnClass
in class AbstractTableModel
getValueAt
public Object getValueAt(int rowIndex,
int columnIndex)
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.