|
Autopsy
4.9.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits TreeCell< TimeLineEvent >.
Protected Member Functions | |
| void | updateItem (TimeLineEvent item, boolean empty) |
Private Member Functions | |
| void | deRegisterListeners (Collection<?extends DescriptionFilter > filters) |
| void | registerListeners (Collection<?extends DescriptionFilter > filters, TimeLineEvent item) |
| void | updateHiddenState (EventsTreeItem treeItem) |
Private Attributes | |
| InvalidationListener | filterStateChangeListener |
| final SimpleBooleanProperty | hidden = new SimpleBooleanProperty(false) |
| final ImageView | imageView = new ImageView() |
| final Rectangle | rect = new Rectangle(24, 24) |
Static Private Attributes | |
| static final double | HIDDEN_MULTIPLIER = .6 |
A tree cell to display TimeLineEvents. Shows the description, and count, as well a a "legend icon" for the event type.
Definition at line 153 of file EventsTree.java.
|
private |
Definition at line 220 of file EventsTree.java.
|
private |
Definition at line 212 of file EventsTree.java.
References org.sleuthkit.autopsy.timeline.datamodel.TimeLineEvent.getDescription().
|
private |
Definition at line 228 of file EventsTree.java.
References org.sleuthkit.autopsy.timeline.TimeLineController.getQuickHideFilters().
|
protected |
Definition at line 168 of file EventsTree.java.
References org.sleuthkit.autopsy.timeline.datamodel.TimeLineEvent.getDescription(), org.sleuthkit.autopsy.timeline.datamodel.TimeLineEvent.getDescriptionLoD(), org.sleuthkit.autopsy.timeline.TimeLineController.getQuickHideFilters(), org.sleuthkit.autopsy.timeline.ui.detailview.DetailViewPane.newHideDescriptionAction(), and org.sleuthkit.autopsy.timeline.ui.detailview.DetailViewPane.newUnhideDescriptionAction().
|
private |
Definition at line 158 of file EventsTree.java.
|
private |
Definition at line 159 of file EventsTree.java.
|
staticprivate |
Definition at line 155 of file EventsTree.java.
|
private |
Definition at line 157 of file EventsTree.java.
|
private |
Definition at line 156 of file EventsTree.java.
Copyright © 2012-2018 Basis Technology. Generated on: Tue Dec 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.