Autopsy  4.10.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
OptionsPanel.java
Go to the documentation of this file.
1 /*
2  * To change this template, choose Tools | Templates
3  * and open the template in the editor.
4  */
5 package org.sleuthkit.autopsy.corecomponents;
6 
10 public interface OptionsPanel {
11 
15  public void store();
16 
21  public void load();
22 
23 }

Copyright © 2012-2018 Basis Technology. Generated on: Fri Mar 22 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.