Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.timeline.ui.AbstractTimeLineView.
Classes | |
class | ListUpdateTask |
Public Member Functions | |
ListViewPane (TimeLineController controller) | |
void | handleRefreshRequested (RefreshRequestedEvent event) |
void | handleViewInTimelineRequested (ViewInTimelineRequestedEvent event) |
boolean | needsRefresh () |
ReadOnlyBooleanProperty | needsRefreshProperty () |
Protected Member Functions | |
void | clearData () |
TimeLineController | getController () |
FilteredEventsModel | getEventsModel () |
Task< Boolean > | getNewUpdateTask () |
ImmutableList< Node > | getSettingsControls () |
ImmutableList< Node > | getTimeNavigationControls () |
final ViewMode | getViewMode () |
boolean | hasCustomTimeNavigationControls () |
final synchronized void | refresh () |
Private Attributes | |
final ListTimeline | listTimeline |
final ListViewModel | listViewModel |
An AbstractTimeLineView that uses a TableView to display events.
Definition at line 42 of file ListViewPane.java.
org.sleuthkit.autopsy.timeline.ui.listvew.ListViewPane.ListViewPane | ( | TimeLineController | controller | ) |
Constructor
controller |
Definition at line 52 of file ListViewPane.java.
References org.sleuthkit.autopsy.timeline.ui.AbstractTimeLineView.getEventsModel().
|
protected |
This method is supposed to clear all the data from this View, but it might have been interfering with the "View in Timeline" action and was not strictly necessary so this implementation is a no-op.
Definition at line 73 of file ListViewPane.java.
|
protectedinherited |
Get the TimelineController for this view.
Definition at line 131 of file AbstractTimeLineView.java.
References org.sleuthkit.autopsy.timeline.ui.AbstractTimeLineView.controller.
Referenced by org.sleuthkit.autopsy.timeline.ui.listvew.ListViewPane.ListUpdateTask.call(), org.sleuthkit.autopsy.timeline.ui.listvew.ListViewPane.ListUpdateTask.cancelled(), org.sleuthkit.autopsy.timeline.ui.detailview.DetailViewPane.DetailsUpdateTask.cancelled(), org.sleuthkit.autopsy.timeline.ui.AbstractTimelineChart< String, Number, Node, EventCountsChart >.createSeries(), org.sleuthkit.autopsy.timeline.ui.detailview.DetailViewPane.DetailViewPane(), and org.sleuthkit.autopsy.timeline.ui.AbstractTimeLineView.refresh().
|
protectedinherited |
Get the FilteredEventsModel for this view.
Definition at line 173 of file AbstractTimeLineView.java.
References org.sleuthkit.autopsy.timeline.ui.AbstractTimeLineView.filteredEvents.
Referenced by org.sleuthkit.autopsy.timeline.ui.listvew.ListViewPane.ListUpdateTask.call(), org.sleuthkit.autopsy.timeline.ui.countsview.CountsViewPane.CountsUpdateTask.call(), org.sleuthkit.autopsy.timeline.ui.detailview.DetailViewPane.DetailsUpdateTask.call(), org.sleuthkit.autopsy.timeline.ui.AbstractTimelineChart< String, Number, Node, EventCountsChart >.createSeries(), org.sleuthkit.autopsy.timeline.ui.detailview.DetailViewPane.DetailViewPane(), and org.sleuthkit.autopsy.timeline.ui.listvew.ListViewPane.ListViewPane().
|
protected |
Definition at line 63 of file ListViewPane.java.
|
protected |
Definition at line 83 of file ListViewPane.java.
|
protected |
Definition at line 88 of file ListViewPane.java.
|
protected |
Definition at line 78 of file ListViewPane.java.
References org.sleuthkit.autopsy.timeline.ViewMode.LIST.
|
inherited |
Handle a RefreshRequestedEvent from the events model by updating the view.
event | The RefreshRequestedEvent to handle. |
Definition at line 100 of file AbstractTimeLineView.java.
References org.sleuthkit.autopsy.timeline.ui.AbstractTimeLineView.refresh().
void org.sleuthkit.autopsy.timeline.ui.listvew.ListViewPane.handleViewInTimelineRequested | ( | ViewInTimelineRequestedEvent | event | ) |
Definition at line 98 of file ListViewPane.java.
References org.sleuthkit.autopsy.timeline.events.ViewInTimelineRequestedEvent.getEventIDs().
|
protected |
Definition at line 93 of file ListViewPane.java.
|
inherited |
Does the view represent an out-of-date state of the DB. It might if, for example, tags have been updated but the view was not refreshed.
Definition at line 111 of file AbstractTimeLineView.java.
Referenced by org.sleuthkit.autopsy.timeline.ui.detailview.DetailViewPane.DetailsUpdateTask.call().
|
inherited |
Get a ReadOnlyBooleanProperty that holds true if this view does not represent the current state of the DB>
Definition at line 122 of file AbstractTimeLineView.java.
|
protectedinherited |
Refresh this view based on current state of zoom / filters. Primarily this invokes the background ViewRefreshTask returned by getUpdateTask(), which derived classes must implement.
TODO: replace this logic with a javafx Service ? -jm
Definition at line 142 of file AbstractTimeLineView.java.
References org.sleuthkit.autopsy.timeline.ui.AbstractTimeLineView.getController(), org.sleuthkit.autopsy.timeline.ui.AbstractTimeLineView.getNewUpdateTask(), and org.sleuthkit.autopsy.timeline.TimeLineController.monitorTask().
Referenced by org.sleuthkit.autopsy.timeline.ui.countsview.CountsViewPane.CountsViewPane(), org.sleuthkit.autopsy.timeline.ui.AbstractTimeLineView.handleRefreshRequested(), and org.sleuthkit.autopsy.timeline.ui.ViewFrame.syncViewMode().
|
private |
Definition at line 44 of file ListViewPane.java.
|
private |
Definition at line 45 of file ListViewPane.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.