org.opensha.sha.earthquake.rupForecastImpl.WGCEP_UCERF_2_Final.gui
Class ProbsTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
org.opensha.sha.earthquake.rupForecastImpl.WGCEP_UCERF_2_Final.gui.ProbsTableModel
- All Implemented Interfaces:
- Serializable, TableModel
public class ProbsTableModel
- extends AbstractTableModel
- Author:
- vipingupta
Table Mode to generate table of contribution of various types of sources at various magnitudes
- See Also:
- Serialized Form
| 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 |
ProbsTableModel
public ProbsTableModel(UCERF2 ucerf2)
getColumnCount
public int getColumnCount()
- Get number of columns
getColumnName
public String getColumnName(int index)
- Get column name
- Specified by:
getColumnName in interface TableModel- Overrides:
getColumnName in class AbstractTableModel
getRowCount
public int getRowCount()
getValueAt
public Object getValueAt(int rowIndex,
int columnIndex)