Collaboration diagram for GuiComponents.SctConf.PowerMappings.FullModel:
Public Member Functions | |
FullModel (Configuration c) | |
int | getColumnCount () |
int | getRowCount () |
Object | getValueAt (int row, int col) |
boolean | isCellEditable (int rowIndex, int columnIndex) |
String | getColumnName (int column) |
void | setValueAt (Object aValue, int rowIndex, int columnIndex) |
Package Functions | |
Object | crateForModule (int row) |
Object | channelForModule (int row) |
Object | parameterForModule (int row, String code) |
Package Attributes | |
String | columnNames [] = {"Module", "Crate", "Channel", "Parameter", "Nominal", "LowWarning", "LowError", "HighWarning", "HighError"} |
Configuration | config |
String[] | moduleList |
Definition at line 241 of file PowerMappings.java.