Autopsy
4.19.3
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 | |
CommandLineIngestSettingsPanel | getPanel () |
Private Attributes | |
boolean | changed |
CommandLineIngestSettingsPanel | panel |
final PropertyChangeSupport | pcs = new PropertyChangeSupport(this) |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(CommandLineIngestSettingsPanelController.class.getName()) |
Definition at line 37 of file CommandLineIngestSettingsPanelController.java.
void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanelController.addPropertyChangeListener | ( | PropertyChangeListener | l | ) |
Definition at line 79 of file CommandLineIngestSettingsPanelController.java.
void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanelController.applyChanges | ( | ) |
Definition at line 50 of file CommandLineIngestSettingsPanelController.java.
void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanelController.cancel | ( | ) |
Definition at line 55 of file CommandLineIngestSettingsPanelController.java.
JComponent org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanelController.getComponent | ( | Lookup | masterLookup | ) |
Definition at line 74 of file CommandLineIngestSettingsPanelController.java.
References org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanelController.getPanel().
HelpCtx org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanelController.getHelpCtx | ( | ) |
Definition at line 69 of file CommandLineIngestSettingsPanelController.java.
|
private |
Definition at line 96 of file CommandLineIngestSettingsPanelController.java.
References org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanelController.panel.
Referenced by org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanelController.getComponent().
boolean org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanelController.isChanged | ( | ) |
Definition at line 64 of file CommandLineIngestSettingsPanelController.java.
boolean org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanelController.isValid | ( | ) |
Definition at line 59 of file CommandLineIngestSettingsPanelController.java.
void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanelController.removePropertyChangeListener | ( | PropertyChangeListener | l | ) |
Note the NetBeans Framework does not appear to call this at all. We are using NetBeans 7.3.1 Build 201306052037. Perhaps in a future version of the Framework this will be resolved, but for now, simply don't unregister anything and add one time only in the addPropertyChangeListener() method above.
Definition at line 86 of file CommandLineIngestSettingsPanelController.java.
void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanelController.update | ( | ) |
Definition at line 45 of file CommandLineIngestSettingsPanelController.java.
|
private |
Definition at line 41 of file CommandLineIngestSettingsPanelController.java.
|
staticprivate |
Definition at line 42 of file CommandLineIngestSettingsPanelController.java.
|
private |
Definition at line 39 of file CommandLineIngestSettingsPanelController.java.
Referenced by org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanelController.getPanel().
|
private |
Definition at line 40 of file CommandLineIngestSettingsPanelController.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue Mar 21 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.