Autopsy 4.22.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
ContextMenuProvider.java
Go to the documentation of this file.
1/*
2 * To change this license header, choose License Headers in Project Properties.
3 * To change this template file, choose Tools | Templates
4 * and open the template in the editor.
5 */
6package org.sleuthkit.autopsy.timeline.ui;
7
8import javafx.scene.control.ContextMenu;
9import javafx.scene.input.MouseEvent;
10import org.sleuthkit.autopsy.timeline.TimeLineController;
11
12public interface ContextMenuProvider {
13
15
17
18 ContextMenu getContextMenu(MouseEvent m);
19}

Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.