Autopsy  4.4.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.timeline.ui.ViewFrame.PickerListener Class Reference

Inherits InvalidationListener.

Public Member Functions

void invalidated (Observable observable)
 

Private Attributes

final BiFunction< Interval, Long, Interval > intervalMapper
 
final Supplier< LocalDateTimeTextField > pickerSupplier
 

Detailed Description

Base class for listeners that listen to a LocalDateTimeTextField and push the selected LocalDateTime as start/end to the timelinecontroller.

Definition at line 763 of file ViewFrame.java.

Member Function Documentation

void org.sleuthkit.autopsy.timeline.ui.ViewFrame.PickerListener.invalidated ( Observable  observable)

Member Data Documentation

final BiFunction< Interval, Long, Interval> org.sleuthkit.autopsy.timeline.ui.ViewFrame.PickerListener.intervalMapper
private

Definition at line 765 of file ViewFrame.java.

final Supplier<LocalDateTimeTextField> org.sleuthkit.autopsy.timeline.ui.ViewFrame.PickerListener.pickerSupplier
private

Definition at line 766 of file ViewFrame.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Fri Sep 29 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.