Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.timeline.zooming.DisplayNameProvider.
Classes | |
enum | RelativeDetail |
Public Member Functions | |
RelativeDetail | getDetailLevelRelativeTo (DescriptionLoD other) |
String | getDisplayName () |
DescriptionLoD | lessDetailed () |
DescriptionLoD | moreDetailed () |
DescriptionLoD | withRelativeDetail (RelativeDetail relativeDetail) |
Public Attributes | |
FULL =(NbBundle.getMessage(DescriptionLoD.class, "DescriptionLOD.full")) | |
MEDIUM =(NbBundle.getMessage(DescriptionLoD.class, "DescriptionLOD.medium")) | |
SHORT =(NbBundle.getMessage(DescriptionLoD.class, "DescriptionLOD.short")) | |
Private Member Functions | |
DescriptionLoD (String displayName) | |
Private Attributes | |
final String | displayName |
Enumeration of all description levels of detail.
Definition at line 26 of file DescriptionLoD.java.
|
private |
Definition at line 38 of file DescriptionLoD.java.
RelativeDetail org.sleuthkit.autopsy.timeline.zooming.DescriptionLoD.getDetailLevelRelativeTo | ( | DescriptionLoD | other | ) |
String org.sleuthkit.autopsy.timeline.zooming.DescriptionLoD.getDisplayName | ( | ) |
Definition at line 34 of file DescriptionLoD.java.
Referenced by org.sleuthkit.autopsy.timeline.filters.DescriptionFilter.getDisplayName().
DescriptionLoD org.sleuthkit.autopsy.timeline.zooming.DescriptionLoD.lessDetailed | ( | ) |
Definition at line 50 of file DescriptionLoD.java.
DescriptionLoD org.sleuthkit.autopsy.timeline.zooming.DescriptionLoD.moreDetailed | ( | ) |
Definition at line 42 of file DescriptionLoD.java.
DescriptionLoD org.sleuthkit.autopsy.timeline.zooming.DescriptionLoD.withRelativeDetail | ( | RelativeDetail | relativeDetail | ) |
Definition at line 58 of file DescriptionLoD.java.
|
private |
Definition at line 32 of file DescriptionLoD.java.
org.sleuthkit.autopsy.timeline.zooming.DescriptionLoD.FULL =(NbBundle.getMessage(DescriptionLoD.class, "DescriptionLOD.full")) |
Definition at line 30 of file DescriptionLoD.java.
Referenced by org.sleuthkit.autopsy.timeline.datamodel.SingleEvent.getClusters(), org.sleuthkit.autopsy.timeline.datamodel.SingleEvent.getDescriptionLoD(), org.sleuthkit.autopsy.timeline.datamodel.SingleEvent.getFullDescription(), org.sleuthkit.autopsy.timeline.datamodel.SingleEvent.SingleEvent(), and org.sleuthkit.autopsy.timeline.datamodel.SingleEvent.withParent().
org.sleuthkit.autopsy.timeline.zooming.DescriptionLoD.MEDIUM =(NbBundle.getMessage(DescriptionLoD.class, "DescriptionLOD.medium")) |
org.sleuthkit.autopsy.timeline.zooming.DescriptionLoD.SHORT =(NbBundle.getMessage(DescriptionLoD.class, "DescriptionLOD.short")) |
Definition at line 28 of file DescriptionLoD.java.
Referenced by org.sleuthkit.autopsy.timeline.datamodel.SingleEvent.getShortDescription(), org.sleuthkit.autopsy.timeline.datamodel.SingleEvent.SingleEvent(), org.sleuthkit.autopsy.timeline.TimeLineController.TimeLineController(), and org.sleuthkit.autopsy.timeline.datamodel.SingleEvent.withParent().
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.