Autopsy  4.0
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

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

Classes

class  ChartDragHandler
 
enum  DragPosition
 
class  MouseClickedHandler
 

Public Member Functions

void clearIntervalSelector ()
 
ContextMenu getChartContextMenu ()
 
ContextMenu getChartContextMenu (MouseEvent m)
 
TimeLineController getController ()
 
IntervalSelector<?extends X > getIntervalSelector ()
 
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 40 of file TimeLineChart.java.

Member Function Documentation

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

Implemented in org.sleuthkit.autopsy.timeline.ui.detailview.EventDetailsChart.

ContextMenu org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.getChartContextMenu ( )
ContextMenu org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.getChartContextMenu ( MouseEvent  m)
IntervalSelector<? extends X> org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.getIntervalSelector ( )

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

Returns
a new interval selector

Implemented in org.sleuthkit.autopsy.timeline.ui.detailview.EventDetailsChart.

static ActionGroup org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.newZoomHistoyActionGroup ( TimeLineController  controller)
static
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-2015 Basis Technology. Generated on: Wed Apr 6 2016
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.