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

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 ()
 
EventsModel 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
 

Detailed Description

An AbstractTimeLineView that uses a TableView to display events.

Definition at line 42 of file ListViewPane.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.ui.listvew.ListViewPane.ListViewPane ( TimeLineController  controller)

Constructor

Parameters
controller

Definition at line 52 of file ListViewPane.java.

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

Member Function Documentation

void org.sleuthkit.autopsy.timeline.ui.listvew.ListViewPane.clearData ( )
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.

TimeLineController org.sleuthkit.autopsy.timeline.ui.AbstractTimeLineView.getController ( )
protectedinherited
EventsModel org.sleuthkit.autopsy.timeline.ui.AbstractTimeLineView.getEventsModel ( )
protectedinherited
Task<Boolean> org.sleuthkit.autopsy.timeline.ui.listvew.ListViewPane.getNewUpdateTask ( )
protected

Definition at line 63 of file ListViewPane.java.

ImmutableList<Node> org.sleuthkit.autopsy.timeline.ui.listvew.ListViewPane.getSettingsControls ( )
protected

Definition at line 83 of file ListViewPane.java.

ImmutableList<Node> org.sleuthkit.autopsy.timeline.ui.listvew.ListViewPane.getTimeNavigationControls ( )
protected

Definition at line 88 of file ListViewPane.java.

final ViewMode org.sleuthkit.autopsy.timeline.ui.listvew.ListViewPane.getViewMode ( )
protected

Definition at line 78 of file ListViewPane.java.

References org.sleuthkit.autopsy.timeline.ViewMode.LIST.

void org.sleuthkit.autopsy.timeline.ui.AbstractTimeLineView.handleRefreshRequested ( RefreshRequestedEvent  event)
inherited

Handle a RefreshRequestedEvent from the events model by updating the view.

Parameters
eventThe 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)
boolean org.sleuthkit.autopsy.timeline.ui.listvew.ListViewPane.hasCustomTimeNavigationControls ( )
protected

Definition at line 93 of file ListViewPane.java.

boolean org.sleuthkit.autopsy.timeline.ui.AbstractTimeLineView.needsRefresh ( )
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.

Returns
True if the view does not represent the current state of the DB.

Definition at line 111 of file AbstractTimeLineView.java.

Referenced by org.sleuthkit.autopsy.timeline.ui.detailview.DetailViewPane.DetailsUpdateTask.call().

ReadOnlyBooleanProperty org.sleuthkit.autopsy.timeline.ui.AbstractTimeLineView.needsRefreshProperty ( )
inherited

Get a ReadOnlyBooleanProperty that holds true if this view does not represent the current state of the DB>

Returns
A ReadOnlyBooleanProperty that holds the out-of-date state for this view.

Definition at line 122 of file AbstractTimeLineView.java.

final synchronized void org.sleuthkit.autopsy.timeline.ui.AbstractTimeLineView.refresh ( )
protectedinherited

Member Data Documentation

final ListTimeline org.sleuthkit.autopsy.timeline.ui.listvew.ListViewPane.listTimeline
private

Definition at line 44 of file ListViewPane.java.

final ListViewModel org.sleuthkit.autopsy.timeline.ui.listvew.ListViewPane.listViewModel
private

Definition at line 45 of file ListViewPane.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.