

Public Member Functions | |
| MyCellEditor (JDynAct dynActDlg) | |
| Component | getTableCellEditorComponent (JTable table, Object value, boolean isSelected, int row, int column) |
| void | stopEditing () |
| Object | getCellEditorValue () |
Package Attributes | |
| JDynAct | m_dynActDlg |
| JButton | releaseBtn |
MyCellEditor is the cell editor that shows the button in the table
| alma::demo::dyncomp::MyCellEditor::MyCellEditor | ( | JDynAct | dynActDlg | ) | [inline] |
References m_dynActDlg, and releaseBtn.
| Object alma::demo::dyncomp::MyCellEditor::getCellEditorValue | ( | ) | [inline] |
Return the value of the just edit cell
| Component alma::demo::dyncomp::MyCellEditor::getTableCellEditorComponent | ( | JTable | table, | |
| Object | value, | |||
| boolean | isSelected, | |||
| int | row, | |||
| int | column | |||
| ) | [inline] |
Return the component to show when the user edit the second column of the table
| table | The table that has to be edit | |
| value | The actual value of the cell (not used) | |
| isSelected | ||
| row | The row of the cell | |
| column | The column of the cell |
References m_dynActDlg, and releaseBtn.
| void alma::demo::dyncomp::MyCellEditor::stopEditing | ( | ) | [inline] |
Stops the editing so that the button is deleted
References releaseBtn.
Referenced by getTableCellEditorComponent(), and MyCellEditor().
JButton alma::demo::dyncomp::MyCellEditor::releaseBtn [package] |
Referenced by getTableCellEditorComponent(), MyCellEditor(), and stopEditing().
1.6.2