Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.coreutils.LoggedTask< T >.
Protected Member Functions | |
ViewRefreshTask (String taskName, boolean logStateChanges) | |
Boolean | call () throws Exception |
void | cancelled () |
void | failed () |
void | resetView (AxisValuesType axisValues) |
void | scheduled () |
abstract void | setDateValues (AxisValuesType values) |
void | succeeded () |
Private Member Functions | |
void | cleanup () |
Private Attributes | |
final Node | center |
Base class for Tasks that refreshes a view when the view settings change.
<AxisValuesType> | The type of a single object that can represent the range of data displayed along the X-Axis. |
Definition at line 276 of file AbstractTimeLineView.java.
|
protected |
Constructor
taskName | The name of this task. |
logStateChanges | Whether or not task state changes should be logged. |
Definition at line 287 of file AbstractTimeLineView.java.
|
protected |
Sets initial progress value and message and shows blocking progress indicator over the view. Derived Tasks should be sure to call this as part of their call() implementation.
Exception | If there is an unhandled exception during the background operation |
Definition at line 304 of file AbstractTimeLineView.java.
|
protected |
Removes the blocking progress indicator. Derived Tasks should be sure to call this as part of their cancelled() implementation.
Definition at line 334 of file AbstractTimeLineView.java.
|
private |
Removes the blocking progress indicator and reset the cursor to the default.
Definition at line 353 of file AbstractTimeLineView.java.
|
protected |
Removes the blocking progress indicator. Derived Tasks should be sure to call this as part of their failed() implementation.
Definition at line 344 of file AbstractTimeLineView.java.
|
protected |
Clears the chart data and sets the horizontal axis range. For use within the derived implementation of the call() method.
axisValues |
Definition at line 373 of file AbstractTimeLineView.java.
References org.sleuthkit.autopsy.timeline.ui.AbstractTimeLineView.clearData().
|
protectedinherited |
Definition at line 56 of file LoggedTask.java.
|
abstractprotected |
Set the horizontal range that this chart will show.
values | A single object representing the range that this chart will show. |
|
protected |
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 323 of file AbstractTimeLineView.java.
|
private |
Definition at line 278 of file AbstractTimeLineView.java.
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.