Autopsy
4.7.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 275 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 286 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 303 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 333 of file AbstractTimeLineView.java.
|
private |
Removes the blocking progress indicator and reset the cursor to the default.
Definition at line 352 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 343 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 372 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 322 of file AbstractTimeLineView.java.
|
private |
Definition at line 277 of file AbstractTimeLineView.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.