Autopsy  4.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  */
6 package org.sleuthkit.autopsy.timeline.ui;
7 
8 import javafx.scene.control.ContextMenu;
9 import javafx.scene.input.MouseEvent;
11 
12 public interface ContextMenuProvider {
13 
15 
16  void clearContextMenu();
17 
18  ContextMenu getContextMenu(MouseEvent m);
19 }

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