|
Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
| ColumnModel (String headerTitle, Function< T,?extends C > cellRenderer) | |
| ColumnModel (String headerTitle, Function< T,?extends C > cellRenderer, Integer width) | |
| Function< T,?extends C > | getCellRenderer () |
| String | getHeaderTitle () |
| Integer | getWidth () |
Private Attributes | |
| final Function< T,?extends C > | cellRenderer |
| final String | headerTitle |
| final Integer | width |
Describes aspects of a column which can be used with getTableModel or getJTablePanel. 'T' represents the object that will represent rows in the table.
Definition at line 28 of file ColumnModel.java.
| org.sleuthkit.autopsy.datasourcesummary.uiutils.ColumnModel< T, C extends CellModel >.ColumnModel | ( | String | headerTitle, |
| Function< T,?extends C > | cellRenderer | ||
| ) |
Constructor for a DataResultColumnModel.
| headerTitle | The title for the column. |
| cellRenderer | The method that generates a CellModel for the column based on the data. |
Definition at line 41 of file ColumnModel.java.
| org.sleuthkit.autopsy.datasourcesummary.uiutils.ColumnModel< T, C extends CellModel >.ColumnModel | ( | String | headerTitle, |
| Function< T,?extends C > | cellRenderer, | ||
| Integer | width | ||
| ) |
Constructor for a DataResultColumnModel.
| headerTitle | The title for the column. |
| cellRenderer | The method that generates a CellModel for the column based on the data. |
| width | The preferred width of the column. |
Definition at line 53 of file ColumnModel.java.
| Function<T, ? extends C> org.sleuthkit.autopsy.datasourcesummary.uiutils.ColumnModel< T, C extends CellModel >.getCellRenderer | ( | ) |
Definition at line 70 of file ColumnModel.java.
| String org.sleuthkit.autopsy.datasourcesummary.uiutils.ColumnModel< T, C extends CellModel >.getHeaderTitle | ( | ) |
Definition at line 62 of file ColumnModel.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< org.sleuthkit.autopsy.url.analytics.DomainCategory >.getTableColumnModel().
| Integer org.sleuthkit.autopsy.datasourcesummary.uiutils.ColumnModel< T, C extends CellModel >.getWidth | ( | ) |
Definition at line 77 of file ColumnModel.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< org.sleuthkit.autopsy.url.analytics.DomainCategory >.getTableColumnModel().
|
private |
Definition at line 31 of file ColumnModel.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.ColumnModel< Pair< String, Integer >, org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultCellModel<?> >.ColumnModel(), and org.sleuthkit.autopsy.datasourcesummary.uiutils.ColumnModel< Pair< String, Integer >, org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultCellModel<?> >.getCellRenderer().
|
private |
Definition at line 30 of file ColumnModel.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.ColumnModel< Pair< String, Integer >, org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultCellModel<?> >.ColumnModel(), and org.sleuthkit.autopsy.datasourcesummary.uiutils.ColumnModel< Pair< String, Integer >, org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultCellModel<?> >.getHeaderTitle().
|
private |
Definition at line 32 of file ColumnModel.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.ColumnModel< Pair< String, Integer >, org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultCellModel<?> >.ColumnModel(), and org.sleuthkit.autopsy.datasourcesummary.uiutils.ColumnModel< Pair< String, Integer >, org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultCellModel<?> >.getWidth().
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.