Inherits AbstractTableModel.
Definition at line 135 of file GetTagNameDialog.java.
int org.sleuthkit.autopsy.actions.GetTagNameDialog.TagsTableModel.getColumnCount |
( |
| ) |
|
int org.sleuthkit.autopsy.actions.GetTagNameDialog.TagsTableModel.getRowCount |
( |
| ) |
|
String org.sleuthkit.autopsy.actions.GetTagNameDialog.TagsTableModel.getValueAt |
( |
int |
rowIndex, |
|
|
int |
columnIndex |
|
) |
| |
boolean org.sleuthkit.autopsy.actions.GetTagNameDialog.TagsTableModel.isCellEditable |
( |
int |
rowIndex, |
|
|
int |
columnIndex |
|
) |
| |
final long org.sleuthkit.autopsy.actions.GetTagNameDialog.TagsTableModel.serialVersionUID = 1L |
|
staticprivate |
final ArrayList<String> org.sleuthkit.autopsy.actions.GetTagNameDialog.TagsTableModel.tagDisplayNames = new ArrayList<>() |
|
private |
The documentation for this class was generated from the following file: