Collaboration diagram for GuiComponents.SctConf.PowerMappings.DefaultModel:
Public Member Functions | |
DefaultModel (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 Attributes | |
String | columnNames [] = {"Parameter", "Nominal", "LowWarning", "LowError", "HighWarning", "HighError"} |
Configuration | conf |
Definition at line 144 of file PowerMappings.java.