Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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) |
Interface for TimeLineViews that are 'charts'.
<X> | the type of values along the horizontal axis |
Definition at line 43 of file TimeLineChart.java.
|
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 >.
|
inherited |
TimeLineController org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.getController | ( | ) |
IntervalSelector<? extends X> org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.getIntervalSelector | ( | ) |
ObservableList<? extends Node> org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.getSelectedNodes | ( | ) |
Axis<X> org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.getXAxis | ( | ) |
IntervalSelector<X> org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.newIntervalSelector | ( | ) |
derived classes should implement this so as to supply an appropriate subclass of IntervalSelector
Implements org.sleuthkit.autopsy.timeline.ui.IntervalSelector< X >.IntervalSelectorProvider< X >.
|
static |
Definition at line 141 of file TimeLineChart.java.
void org.sleuthkit.autopsy.timeline.ui.TimeLineChart< X >.setIntervalSelector | ( | IntervalSelector<?extends X > | newIntervalSelector | ) |
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.