Package org.jlab.detector.decode
Class DetectorDecoderView.DecoderTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
org.jlab.detector.decode.DetectorDecoderView.DecoderTableModel
- All Implemented Interfaces:
Serializable,TableModel
- Enclosing class:
- DetectorDecoderView
- See Also:
-
Field Summary
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetColumnName(int col) intgetValueAt(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
-
Constructor Details
-
DecoderTableModel
public DecoderTableModel() -
DecoderTableModel
-
-
Method Details
-
getRowCount
public int getRowCount() -
getColumnCount
public int getColumnCount() -
getColumnName
- Specified by:
getColumnNamein interfaceTableModel- Overrides:
getColumnNamein classAbstractTableModel
-
getValueAt
-