Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
CellMouseEvent (MouseEvent e, JTable table, int row, int col, Object cellValue) | |
Object | getCellValue () |
int | getCol () |
MouseEvent | getMouseEvent () |
int | getRow () |
JTable | getTable () |
Private Attributes | |
final Object | cellValue |
final int | col |
final MouseEvent | e |
final int | row |
final JTable | table |
An event that wraps a swing MouseEvent also providing context within the table cell.
Definition at line 49 of file JTablePanel.java.
org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.CellMouseEvent | ( | MouseEvent | e, |
JTable | table, | ||
int | row, | ||
int | col, | ||
Object | cellValue | ||
) |
Main constructor.
e | The underlying mouse event. |
table | The table that was the target of the mouse event. |
row | The row within the table that the event occurs. |
col | The column within the table that the event occurs. |
cellValue | The value within the cell. |
Definition at line 66 of file JTablePanel.java.
References org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.cellValue, org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.col, org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.e, org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.row, and org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.table.
Object org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.getCellValue | ( | ) |
Definition at line 105 of file JTablePanel.java.
References org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.cellValue.
int org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.getCol | ( | ) |
Definition at line 98 of file JTablePanel.java.
References org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.col.
MouseEvent org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.getMouseEvent | ( | ) |
Definition at line 77 of file JTablePanel.java.
References org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.e.
int org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.getRow | ( | ) |
Definition at line 91 of file JTablePanel.java.
References org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.row.
JTable org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.getTable | ( | ) |
Definition at line 84 of file JTablePanel.java.
References org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.table.
|
private |
|
private |
Definition at line 54 of file JTablePanel.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.CellMouseEvent(), and org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.getCol().
|
private |
|
private |
Definition at line 53 of file JTablePanel.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.CellMouseEvent(), and org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.getRow().
|
private |
Definition at line 52 of file JTablePanel.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.CellMouseEvent(), and org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.getTable().
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.