Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits DefaultTableCellRenderer.
Public Member Functions | |
Component | getTableCellRendererComponent (JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) |
Static Public Member Functions | |
static CellMouseListener | getMouseListener () |
Protected Member Functions | |
Component | getTableCellRendererComponent (JLabel defaultCell, GuiCellModel cellModel) |
Static Private Attributes | |
static final int | DEFAULT_ALIGNMENT = JLabel.LEFT |
static final Border | DEFAULT_BORDER = BorderFactory.createEmptyBorder(2, 4, 2, 4) |
static final CellMouseListener | DEFAULT_CELL_MOUSE_LISTENER |
static final long | serialVersionUID = 1L |
A Table cell renderer that renders a cell of a table based off of the CellModel interface provided within this class.
Definition at line 40 of file CellModelTableCellRenderer.java.
|
static |
Definition at line 115 of file CellModelTableCellRenderer.java.
References org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModelTableCellRenderer.DEFAULT_CELL_MOUSE_LISTENER.
Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< org.sleuthkit.autopsy.url.analytics.DomainCategory >.getJTablePanel(), org.sleuthkit.autopsy.datasourcesummary.ui.RecentFilesPanel.initalizeAttchementsTable(), org.sleuthkit.autopsy.datasourcesummary.ui.RecentFilesPanel.initalizeDownloadTable(), and org.sleuthkit.autopsy.datasourcesummary.ui.RecentFilesPanel.initalizeOpenDocsTable().
Component org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModelTableCellRenderer.getTableCellRendererComponent | ( | JTable | table, |
Object | value, | ||
boolean | isSelected, | ||
boolean | hasFocus, | ||
int | row, | ||
int | column | ||
) |
Definition at line 47 of file CellModelTableCellRenderer.java.
|
protected |
Customizes the jlabel to match the column model and cell model provided.
defaultCell | The cell to customize that will be displayed in the jtable. |
cellModel | The cell model for this cell. |
Definition at line 68 of file CellModelTableCellRenderer.java.
References org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModel.getHorizontalAlignment(), org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModel.HorizontalAlign.getJLabelAlignment(), org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModel.getText(), and org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModel.getTooltip().
|
staticprivate |
Definition at line 43 of file CellModelTableCellRenderer.java.
|
staticprivate |
Definition at line 44 of file CellModelTableCellRenderer.java.
|
staticprivate |
The default cell mouse listener that triggers popups for non-primary button events.
Definition at line 85 of file CellModelTableCellRenderer.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModelTableCellRenderer.getMouseListener().
|
staticprivate |
Definition at line 42 of file CellModelTableCellRenderer.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue May 30 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.