Autopsy  4.4
Graphical digital forensics platform for The Sleuth Kit and other tools.
Protected Member Functions | List of all members
org.sleuthkit.autopsy.timeline.ui.listvew.ListViewPane.ListUpdateTask Class Reference

Inherits org.sleuthkit.autopsy.timeline.ui.AbstractTimeLineView.ViewRefreshTask< AxisValuesType >.

Protected Member Functions

Boolean call () throws Exception
 
void cancelled ()
 
void failed ()
 
void resetView (AxisValuesType axisValues)
 
void scheduled ()
 
void setDateValues (Interval timeRange)
 
abstract void setDateValues (AxisValuesType values)
 
void succeeded ()
 

Detailed Description

Definition at line 100 of file ListViewPane.java.

Member Function Documentation

Boolean org.sleuthkit.autopsy.timeline.ui.listvew.ListViewPane.ListUpdateTask.call ( ) throws Exception
protected
void org.sleuthkit.autopsy.timeline.ui.listvew.ListViewPane.ListUpdateTask.cancelled ( )
protected
void org.sleuthkit.autopsy.timeline.ui.AbstractTimeLineView.ViewRefreshTask< AxisValuesType >.failed ( )
protectedinherited

Removes the blocking progress indicator. Derived Tasks should be sure to call this as part of their failed() implementation.

Definition at line 343 of file AbstractTimeLineView.java.

void org.sleuthkit.autopsy.timeline.ui.AbstractTimeLineView.ViewRefreshTask< AxisValuesType >.resetView ( AxisValuesType  axisValues)
protectedinherited

Clears the chart data and sets the horizontal axis range. For use within the derived implementation of the call() method.

Parameters
axisValues

Definition at line 372 of file AbstractTimeLineView.java.

References org.sleuthkit.autopsy.timeline.ui.AbstractTimeLineView.clearData().

Referenced by org.sleuthkit.autopsy.timeline.ui.listvew.ListViewPane.ListUpdateTask.call().

void org.sleuthkit.autopsy.coreutils.LoggedTask< T >.scheduled ( )
protectedinherited

Definition at line 56 of file LoggedTask.java.

void org.sleuthkit.autopsy.timeline.ui.listvew.ListViewPane.ListUpdateTask.setDateValues ( Interval  timeRange)
protected

Definition at line 151 of file ListViewPane.java.

abstract void org.sleuthkit.autopsy.timeline.ui.AbstractTimeLineView.ViewRefreshTask< AxisValuesType >.setDateValues ( AxisValuesType  values)
abstractprotectedinherited

Set the horizontal range that this chart will show.

Parameters
valuesA single object representing the range that this chart will show.
void org.sleuthkit.autopsy.timeline.ui.AbstractTimeLineView.ViewRefreshTask< AxisValuesType >.succeeded ( )
protectedinherited

Updates the horizontal axis and removes the blocking progress indicator. Derived Tasks should be sure to call this as part of their succeeded() implementation.

Definition at line 322 of file AbstractTimeLineView.java.


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

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