Autopsy  4.4.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | Static Public Member Functions | List of all members
org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X > Interface Template Reference

Inherits org.sleuthkit.autopsy.timeline.ui.ContextMenuProvider, and org.sleuthkit.autopsy.timeline.ui.IntervalSelector< X >.IntervalSelectorProvider< X >.

Inherited by org.sleuthkit.autopsy.timeline.ui.countsview.EventCountsChart, and org.sleuthkit.autopsy.timeline.ui.detailview.DetailsChart.

Classes

class  ChartDragHandler
 
class  MouseClickedHandler
 

Public Member Functions

void clearContextMenu ()
 
void clearIntervalSelector ()
 
ContextMenu getContextMenu (MouseEvent m)
 
TimeLineController getController ()
 
IntervalSelector<?extends X > getIntervalSelector ()
 
ObservableList<?extends Node > getSelectedNodes ()
 
Axis< X > getXAxis ()
 
IntervalSelector< X > newIntervalSelector ()
 
void setIntervalSelector (IntervalSelector<?extends X > newIntervalSelector)
 

Static Public Member Functions

static ActionGroup newZoomHistoyActionGroup (TimeLineController controller)
 

Detailed Description

Interface for TimeLineViews that are 'charts'.

Parameters
<X>the type of values along the horizontal axis

Definition at line 43 of file TimeLineChart.java.

Member Function Documentation

void org.sleuthkit.autopsy.timeline.ui.ContextMenuProvider.clearContextMenu ( )
inherited
void org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.clearIntervalSelector ( )

Clear any references to previous interval selectors , including removing the interval selector from the UI / scene-graph.

Implements org.sleuthkit.autopsy.timeline.ui.IntervalSelector< X >.IntervalSelectorProvider< X >.

ContextMenu org.sleuthkit.autopsy.timeline.ui.ContextMenuProvider.getContextMenu ( MouseEvent  m)
inherited
IntervalSelector<? extends X> org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.getIntervalSelector ( )
ObservableList<? extends Node> org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.getSelectedNodes ( )

derived classes should implement this so as to supply an appropriate subclass of IntervalSelector

Returns
a new interval selector

Implements org.sleuthkit.autopsy.timeline.ui.IntervalSelector< X >.IntervalSelectorProvider< X >.

static ActionGroup org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.newZoomHistoyActionGroup ( TimeLineController  controller)
static

Definition at line 140 of file TimeLineChart.java.

void org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.setIntervalSelector ( IntervalSelector<?extends X >  newIntervalSelector)

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

Copyright © 2012-2016 Basis Technology. Generated on: Fri Sep 29 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.