Autopsy  4.11.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.timeline.zooming.DescriptionLoD Enum Reference

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
 

Detailed Description

Enumeration of all description levels of detail.

Definition at line 26 of file DescriptionLoD.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.zooming.DescriptionLoD.DescriptionLoD ( String  displayName)
private

Definition at line 38 of file DescriptionLoD.java.

Member Function Documentation

RelativeDetail org.sleuthkit.autopsy.timeline.zooming.DescriptionLoD.getDetailLevelRelativeTo ( DescriptionLoD  other)
String org.sleuthkit.autopsy.timeline.zooming.DescriptionLoD.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.

Member Data Documentation

final String org.sleuthkit.autopsy.timeline.zooming.DescriptionLoD.displayName
private

Definition at line 32 of file DescriptionLoD.java.

org.sleuthkit.autopsy.timeline.zooming.DescriptionLoD.FULL =(NbBundle.getMessage(DescriptionLoD.class, "DescriptionLOD.full"))
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"))

The documentation for this enum was generated from the following file:

Copyright © 2012-2018 Basis Technology. Generated on: Fri Jun 21 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.