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 | |
AutopsyOptionsPanel | getPanel () |
Private Attributes | |
boolean | changed |
AutopsyOptionsPanel | panel |
final PropertyChangeSupport | pcs = new PropertyChangeSupport(this) |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(AutopsyOptionsPanelController.class.getName()) |
Definition at line 35 of file AutopsyOptionsPanelController.java.
void org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.addPropertyChangeListener | ( | PropertyChangeListener | l | ) |
Definition at line 100 of file AutopsyOptionsPanelController.java.
void org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.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 57 of file AutopsyOptionsPanelController.java.
References org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.getPanel().
void org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.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 70 of file AutopsyOptionsPanelController.java.
JComponent org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.getComponent | ( | Lookup | masterLookup | ) |
Definition at line 95 of file AutopsyOptionsPanelController.java.
References org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.getPanel().
HelpCtx org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.getHelpCtx | ( | ) |
Definition at line 90 of file AutopsyOptionsPanelController.java.
|
private |
Definition at line 109 of file AutopsyOptionsPanelController.java.
References org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.panel.
Referenced by org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.applyChanges(), org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.getComponent(), org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.isValid(), and org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.update().
boolean org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.isChanged | ( | ) |
Used to determine whether any changes have been made to this controller's panel.
Definition at line 85 of file AutopsyOptionsPanelController.java.
boolean org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.isValid | ( | ) |
Definition at line 74 of file AutopsyOptionsPanelController.java.
References org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.getPanel().
void org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.removePropertyChangeListener | ( | PropertyChangeListener | l | ) |
Definition at line 105 of file AutopsyOptionsPanelController.java.
void org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.update | ( | ) |
Component should load its data here.
Definition at line 46 of file AutopsyOptionsPanelController.java.
References org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.getPanel().
|
private |
Definition at line 39 of file AutopsyOptionsPanelController.java.
|
staticprivate |
Definition at line 40 of file AutopsyOptionsPanelController.java.
|
private |
Definition at line 37 of file AutopsyOptionsPanelController.java.
Referenced by org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.getPanel().
|
private |
Definition at line 38 of file AutopsyOptionsPanelController.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.