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

Public Member Functions

String getDisplayName ()
 
DescriptionLOD next ()
 
DescriptionLOD previous ()
 

Public Attributes

 SHORT =(NbBundle.getMessage(DescriptionLOD.class, "DescriptionLOD.short"))
 
 MEDIUM
 
 FULL
 

Private Member Functions

 DescriptionLOD (String displayName)
 

Private Attributes

final String displayName
 

Detailed Description

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

String org.sleuthkit.autopsy.timeline.zooming.DescriptionLOD.getDisplayName ( )
DescriptionLOD org.sleuthkit.autopsy.timeline.zooming.DescriptionLOD.next ( )
DescriptionLOD org.sleuthkit.autopsy.timeline.zooming.DescriptionLOD.previous ( )

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
Initial value:
=(
NbBundle.getMessage(DescriptionLOD.class, "DescriptionLOD.full"))

Definition at line 29 of file DescriptionLOD.java.

Referenced by org.sleuthkit.autopsy.timeline.ui.detailview.AggregateEventNode.AggregateEventNode(), and org.sleuthkit.autopsy.timeline.TimeLineController.pushDescrLOD().

org.sleuthkit.autopsy.timeline.zooming.DescriptionLOD.MEDIUM
Initial value:
=(
NbBundle.getMessage(DescriptionLOD.class, "DescriptionLOD.medium"))

Definition at line 28 of file DescriptionLOD.java.

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-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.