Autopsy  4.18.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent Class Reference

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
 

Detailed Description

An event that wraps a swing MouseEvent also providing context within the table cell.

Definition at line 50 of file JTablePanel.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.CellMouseEvent ( MouseEvent  e,
JTable  table,
int  row,
int  col,
Object  cellValue 
)

Main constructor.

Parameters
eThe underlying mouse event.
tableThe table that was the target of the mouse event.
rowThe row within the table that the event occurs.
colThe column within the table that the event occurs.
cellValueThe value within the cell.

Definition at line 67 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.

Member Function Documentation

Object org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.getCellValue ( )
Returns
The value within the cell.

Definition at line 106 of file JTablePanel.java.

References org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.cellValue.

Returns
The column within the table that the event occurs.

Definition at line 99 of file JTablePanel.java.

References org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.col.

MouseEvent org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.getMouseEvent ( )
Returns
The underlying mouse event.

Definition at line 78 of file JTablePanel.java.

References org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.e.

Returns
The row within the table that the event occurs.

Definition at line 92 of file JTablePanel.java.

References org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.row.

JTable org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.getTable ( )
Returns
The table that was the target of the mouse event.

Definition at line 85 of file JTablePanel.java.

References org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.table.

Member Data Documentation

final Object org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.cellValue
private
final int org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.col
private
final MouseEvent org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.e
private
final int org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.row
private
final JTable org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.CellMouseEvent.table
private

The documentation for this class was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Thu Jul 8 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.