Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits OptionsPanelController.
Public Member Functions | |
void | addPropertyChangeListener (PropertyChangeListener l) |
void | applyChanges () |
void | cancel () |
JComponent | getComponent (Lookup masterLookup) |
HelpCtx | getHelpCtx () |
boolean | isChanged () |
boolean | isValid () |
void | removePropertyChangeListener (PropertyChangeListener l) |
void | update () |
Private Member Functions | |
FilesSetDefsPanel | getPanel () |
Private Attributes | |
boolean | changed |
FilesSetDefsPanel | panel |
final PropertyChangeSupport | pcs = new PropertyChangeSupport(this) |
Definition at line 37 of file InterestingItemDefsOptionsPanelController.java.
void org.sleuthkit.autopsy.modules.interestingitems.InterestingItemDefsOptionsPanelController.addPropertyChangeListener | ( | PropertyChangeListener | l | ) |
Definition at line 107 of file InterestingItemDefsOptionsPanelController.java.
void org.sleuthkit.autopsy.modules.interestingitems.InterestingItemDefsOptionsPanelController.applyChanges | ( | ) |
This method is called when both the Ok and Apply buttons are pressed. It applies to any of the panels that have been opened in the process of using the options pane.
Definition at line 58 of file InterestingItemDefsOptionsPanelController.java.
References org.sleuthkit.autopsy.modules.interestingitems.InterestingItemDefsOptionsPanelController.getPanel(), and org.sleuthkit.autopsy.modules.interestingitems.FilesSetDefsPanel.store().
void org.sleuthkit.autopsy.modules.interestingitems.InterestingItemDefsOptionsPanelController.cancel | ( | ) |
This method is called when the Cancel button is pressed. It applies to any of the panels that have been opened in the process of using the options pane.
Definition at line 76 of file InterestingItemDefsOptionsPanelController.java.
JComponent org.sleuthkit.autopsy.modules.interestingitems.InterestingItemDefsOptionsPanelController.getComponent | ( | Lookup | masterLookup | ) |
Definition at line 102 of file InterestingItemDefsOptionsPanelController.java.
References org.sleuthkit.autopsy.modules.interestingitems.InterestingItemDefsOptionsPanelController.getPanel().
HelpCtx org.sleuthkit.autopsy.modules.interestingitems.InterestingItemDefsOptionsPanelController.getHelpCtx | ( | ) |
Definition at line 97 of file InterestingItemDefsOptionsPanelController.java.
|
private |
Definition at line 116 of file InterestingItemDefsOptionsPanelController.java.
References org.sleuthkit.autopsy.modules.interestingitems.FilesSetDefsPanel.PANEL_TYPE.INTERESTING_FILE_SETS, and org.sleuthkit.autopsy.modules.interestingitems.InterestingItemDefsOptionsPanelController.panel.
Referenced by org.sleuthkit.autopsy.modules.interestingitems.InterestingItemDefsOptionsPanelController.applyChanges(), org.sleuthkit.autopsy.modules.interestingitems.InterestingItemDefsOptionsPanelController.getComponent(), and org.sleuthkit.autopsy.modules.interestingitems.InterestingItemDefsOptionsPanelController.update().
boolean org.sleuthkit.autopsy.modules.interestingitems.InterestingItemDefsOptionsPanelController.isChanged | ( | ) |
Used to determine whether any changes have been made to this controller's panel.
Definition at line 92 of file InterestingItemDefsOptionsPanelController.java.
boolean org.sleuthkit.autopsy.modules.interestingitems.InterestingItemDefsOptionsPanelController.isValid | ( | ) |
Definition at line 81 of file InterestingItemDefsOptionsPanelController.java.
void org.sleuthkit.autopsy.modules.interestingitems.InterestingItemDefsOptionsPanelController.removePropertyChangeListener | ( | PropertyChangeListener | l | ) |
Definition at line 112 of file InterestingItemDefsOptionsPanelController.java.
void org.sleuthkit.autopsy.modules.interestingitems.InterestingItemDefsOptionsPanelController.update | ( | ) |
Component should load its data here.
Definition at line 47 of file InterestingItemDefsOptionsPanelController.java.
References org.sleuthkit.autopsy.modules.interestingitems.InterestingItemDefsOptionsPanelController.getPanel(), and org.sleuthkit.autopsy.modules.interestingitems.FilesSetDefsPanel.load().
|
private |
Definition at line 41 of file InterestingItemDefsOptionsPanelController.java.
|
private |
Definition at line 39 of file InterestingItemDefsOptionsPanelController.java.
Referenced by org.sleuthkit.autopsy.modules.interestingitems.InterestingItemDefsOptionsPanelController.getPanel().
|
private |
Definition at line 40 of file InterestingItemDefsOptionsPanelController.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.