Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherited by org.sleuthkit.autopsy.timeline.ui.filtering.FilterCheckBoxCellFactory< X extends AbstractFilter >.
Classes | |
class | AbstractListCell |
class | AbstractTableCell |
class | AbstractTreeTableCell |
Public Member Functions | |
ListCell< Y > | forList () |
TableCell< X, Y > | forTable (TableColumn< X, Y > column) |
TreeTableCell< X, Y > | forTreeTable (TreeTableColumn< X, Y > column) |
Protected Member Functions | |
abstract void | configureCell (IndexedCell<?extends Y > cell, Y item, boolean empty, Supplier< X > supplier) |
an abstract base class for Cell factories. This class provides the basic infrustructure for implementations to be able to create similar cells for listview, tableviews or treetableviews via the appropriate method call. Implementations need only implement the abstract configureCell method in the same spirit as IndexedCell.updateItem
Definition at line 36 of file AbstractFXCellFactory.java.
|
abstractprotected |
Referenced by org.sleuthkit.autopsy.timeline.ui.AbstractFXCellFactory< X, Y >.AbstractTableCell.updateItem(), org.sleuthkit.autopsy.timeline.ui.AbstractFXCellFactory< X, Y >.AbstractTreeTableCell.updateItem(), and org.sleuthkit.autopsy.timeline.ui.AbstractFXCellFactory< X, Y >.AbstractListCell.updateItem().
ListCell< Y> org.sleuthkit.autopsy.timeline.ui.AbstractFXCellFactory< X, Y >.forList | ( | ) |
Definition at line 46 of file AbstractFXCellFactory.java.
TableCell<X, Y> org.sleuthkit.autopsy.timeline.ui.AbstractFXCellFactory< X, Y >.forTable | ( | TableColumn< X, Y > | column | ) |
Definition at line 42 of file AbstractFXCellFactory.java.
TreeTableCell< X, Y> org.sleuthkit.autopsy.timeline.ui.AbstractFXCellFactory< X, Y >.forTreeTable | ( | TreeTableColumn< X, Y > | column | ) |
Definition at line 38 of file AbstractFXCellFactory.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.