Drools Planner distribution 6.0.0.Alpha9

org.drools.planner.examples.common.swingui
Class ConstraintScoreMapDialog.ScoreDetailTableModel

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by org.drools.planner.examples.common.swingui.ConstraintScoreMapDialog.ScoreDetailTableModel
All Implemented Interfaces:
Serializable, TableModel
Enclosing class:
ConstraintScoreMapDialog

public static class ConstraintScoreMapDialog.ScoreDetailTableModel
extends AbstractTableModel

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
ConstraintScoreMapDialog.ScoreDetailTableModel(List<ScoreDetail> scoreDetailList)
           
 
Method Summary
 Class<?> getColumnClass(int columnIndex)
           
 int getColumnCount()
           
 String getColumnName(int columnIndex)
           
 int getRowCount()
           
 Object getValueAt(int rowIndex, int columnIndex)
           
 
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
 

Constructor Detail

ConstraintScoreMapDialog.ScoreDetailTableModel

public ConstraintScoreMapDialog.ScoreDetailTableModel(List<ScoreDetail> scoreDetailList)
Method Detail

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)

Drools Planner distribution 6.0.0.Alpha9

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.