Public Member Functions | |
EditSequencesTableModel () | |
int | getRowCount () |
int | getColumnCount () |
Override boolean | isCellEditable (int rowIndex, int columnIndex) |
Object | getValueAt (int rowIndex, int columnIndex) |
Override void | setValueAt (Object aValue, int rowIndex, int columnIndex) |
void | deleteSequence (int rowIndex) |
Private Member Functions | |
void | updateSequences () |
Private Attributes | |
MeasurementSequence[] | sequences = new MeasurementSequence[0] |
|
Definition at line 340 of file ProgramSettingsPanel.java. |
|
Deletes the saved sequence at the speficied row index. Definition at line 420 of file ProgramSettingsPanel.java. References ikayaki.gui.rowIndex. |
|
Definition at line 377 of file ProgramSettingsPanel.java. |
|
Definition at line 373 of file ProgramSettingsPanel.java. |
|
Definition at line 385 of file ProgramSettingsPanel.java. References ikayaki.MeasurementSequence.getName(), and ikayaki.gui.rowIndex. |
Here is the call graph for this function:
|
Definition at line 381 of file ProgramSettingsPanel.java. |
|
Change the name of a saved sequence.
Definition at line 396 of file ProgramSettingsPanel.java. References ikayaki.MeasurementSequence.getName(), ikayaki.gui.rowIndex, ikayaki.MeasurementSequence.setName(), and ikayaki.MeasurementSequence.toString(). |
Here is the call graph for this function:
|
Reads the saved sequences from the settings and fills the table with them. Restores the selected MeasurementSequence if the table contents has changed. Definition at line 348 of file ProgramSettingsPanel.java. References ikayaki.gui.null. |
|
Definition at line 338 of file ProgramSettingsPanel.java. |