|
Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
| ColumnModel (String headerTitle, Function< T, CellModelTableCellRenderer.CellModel > cellRenderer) | |
| ColumnModel (String headerTitle, Function< T, CellModelTableCellRenderer.CellModel > cellRenderer, Integer width) | |
| Function< T, CellModel > | getCellRenderer () |
| String | getHeaderTitle () |
| Integer | getWidth () |
Private Attributes | |
| final Function< T, CellModelTableCellRenderer.CellModel > | 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 166 of file JTablePanel.java.
| org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.ColumnModel< T >.ColumnModel | ( | String | headerTitle, |
| Function< T, CellModelTableCellRenderer.CellModel > | 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 179 of file JTablePanel.java.
| org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.ColumnModel< T >.ColumnModel | ( | String | headerTitle, |
| Function< T, CellModelTableCellRenderer.CellModel > | 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 191 of file JTablePanel.java.
| Function<T, CellModel> org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.ColumnModel< T >.getCellRenderer | ( | ) |
Definition at line 208 of file JTablePanel.java.
| String org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.ColumnModel< T >.getHeaderTitle | ( | ) |
Definition at line 200 of file JTablePanel.java.
| Integer org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.ColumnModel< T >.getWidth | ( | ) |
Definition at line 215 of file JTablePanel.java.
|
private |
Definition at line 169 of file JTablePanel.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.ColumnModel< Pair< String, Integer > >.ColumnModel(), and org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.ColumnModel< Pair< String, Integer > >.getCellRenderer().
|
private |
Definition at line 168 of file JTablePanel.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.ColumnModel< Pair< String, Integer > >.ColumnModel(), and org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.ColumnModel< Pair< String, Integer > >.getHeaderTitle().
|
private |
Definition at line 170 of file JTablePanel.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.ColumnModel< Pair< String, Integer > >.ColumnModel(), and org.sleuthkit.autopsy.datasourcesummary.uiutils.JTablePanel< T >.ColumnModel< Pair< String, Integer > >.getWidth().
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.