Class TranslationTable
java.lang.Object
javax.swing.table.AbstractTableModel
javax.swing.table.DefaultTableModel
org.jlab.utils.groups.IndexedTable
org.jlab.detector.decode.TranslationTable
- All Implemented Interfaces:
Serializable, TableModel
An IndexedTable assuming the standard, /daq/tt CCDB format (c/s/c/s/l/c/o),
appended by a DetectorType column. A global CCDB translation table.
- Author:
- baltzell
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class IndexedTable
IndexedTable.IndexedCellRenderer, IndexedTable.IndexedEntry, IndexedTable.RowConstraint -
Field Summary
FieldsFields inherited from class IndexedTable
DEFAULT_GENERATOR, entryMap, entryTypesFields inherited from class DefaultTableModel
columnIdentifiers, dataVectorFields inherited from class AbstractTableModel
listenerList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(DetectorType dt, IndexedTable it) Add a detector's entire translation table.voiddump()static voidMethods inherited from class IndexedTable
addConstraint, addConstraint, addEntry, addEntryFromString, conflicts, getByteShifts, getColumnCount, getColumnName, getDoublesByHash, getDoubleValue, getDoubleValueByHash, getDoubleValueByHash, getEntryMap, getIntegersByHash, getIntValue, getIntValueByHash, getIntValueByHash, getList, getNamedEntry, getRowCount, getValueAt, getValuesByHash, hasEntry, hasEntryByHash, isCellEditable, isValid, setByteShifts, setDoubleValue, setIndexName, setIntValue, setIntValueByHash, setPrecision, show, toStringMethods inherited from class DefaultTableModel
addColumn, addColumn, addColumn, addRow, addRow, convertToVector, convertToVector, getDataVector, insertRow, insertRow, moveRow, newDataAvailable, newRowsAdded, removeRow, rowsRemoved, setColumnCount, setColumnIdentifiers, setColumnIdentifiers, setDataVector, setDataVector, setNumRows, setRowCount, setValueAtMethods inherited from class AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener
-
Field Details
-
TYPES
-
STYPES
-
-
Constructor Details
-
TranslationTable
public TranslationTable()
-
-
Method Details
-
add
Add a detector's entire translation table. -
dump
public void dump() -
main
-