Autopsy  4.9.1
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 isOutOfDate ()
 
ReadOnlyBooleanProperty outOfDateProperty ()
 

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
 

Detailed Description

An AbstractTimeLineView that uses a TableView to display events.

Definition at line 41 of file ListViewPane.java.

Constructor & Destructor Documentation

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

Constructor

Parameters
controller

Definition at line 50 of file ListViewPane.java.

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 71 of file ListViewPane.java.

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

Definition at line 61 of file ListViewPane.java.

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

Definition at line 81 of file ListViewPane.java.

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

Definition at line 86 of file ListViewPane.java.

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

Definition at line 76 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 91 of file ListViewPane.java.

boolean org.sleuthkit.autopsy.timeline.ui.AbstractTimeLineView.isOutOfDate ( )
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 110 of file AbstractTimeLineView.java.

ReadOnlyBooleanProperty org.sleuthkit.autopsy.timeline.ui.AbstractTimeLineView.outOfDateProperty ( )
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 121 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 43 of file ListViewPane.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Tue Dec 18 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.