Inherits AbstractTableModel.
|
final List< LogicalImagerRule > | rule = new ArrayList<>() |
|
final List< String > | ruleDescription = new ArrayList<>() |
|
final List< String > | ruleName = new ArrayList<>() |
|
RulesTableModel for rules table
Definition at line 877 of file ConfigVisualPanel2.java.
int org.sleuthkit.autopsy.logicalimager.configuration.ConfigVisualPanel2.RulesTableModel.getColumnCount |
( |
| ) |
|
String org.sleuthkit.autopsy.logicalimager.configuration.ConfigVisualPanel2.RulesTableModel.getColumnName |
( |
int |
column | ) |
|
int org.sleuthkit.autopsy.logicalimager.configuration.ConfigVisualPanel2.RulesTableModel.getRowCount |
( |
| ) |
|
Object org.sleuthkit.autopsy.logicalimager.configuration.ConfigVisualPanel2.RulesTableModel.getValueAt |
( |
int |
rowIndex, |
|
|
int |
columnIndex |
|
) |
| |
boolean org.sleuthkit.autopsy.logicalimager.configuration.ConfigVisualPanel2.RulesTableModel.isCellEditable |
( |
int |
rowIndex, |
|
|
int |
columnIndex |
|
) |
| |
void org.sleuthkit.autopsy.logicalimager.configuration.ConfigVisualPanel2.RulesTableModel.setValueAt |
( |
Object |
aValue, |
|
|
int |
rowIndex, |
|
|
int |
columnIndex |
|
) |
| |
final List<LogicalImagerRule> org.sleuthkit.autopsy.logicalimager.configuration.ConfigVisualPanel2.RulesTableModel.rule = new ArrayList<>() |
|
private |
final List<String> org.sleuthkit.autopsy.logicalimager.configuration.ConfigVisualPanel2.RulesTableModel.ruleDescription = new ArrayList<>() |
|
private |
final List<String> org.sleuthkit.autopsy.logicalimager.configuration.ConfigVisualPanel2.RulesTableModel.ruleName = new ArrayList<>() |
|
private |
final long org.sleuthkit.autopsy.logicalimager.configuration.ConfigVisualPanel2.RulesTableModel.serialVersionUID = 1L |
|
staticprivate |
The documentation for this class was generated from the following file:
- /home/carriersleuth/repos/autopsy/Core/src/org/sleuthkit/autopsy/logicalimager/configuration/ConfigVisualPanel2.java