Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanelController Class Reference

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())
 

Detailed Description

Definition at line 37 of file CommandLineIngestSettingsPanelController.java.

Member Function Documentation

void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanelController.addPropertyChangeListener ( PropertyChangeListener  l)
void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanelController.applyChanges ( )
void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanelController.cancel ( )
JComponent org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanelController.getComponent ( Lookup  masterLookup)
HelpCtx org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanelController.getHelpCtx ( )
CommandLineIngestSettingsPanel org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanelController.getPanel ( )
private
boolean org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanelController.isChanged ( )
boolean org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanelController.isValid ( )
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 ( )

Member Data Documentation

boolean org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanelController.changed
private
final Logger org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanelController.logger = Logger.getLogger(CommandLineIngestSettingsPanelController.class.getName())
staticprivate
CommandLineIngestSettingsPanel org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanelController.panel
private
final PropertyChangeSupport org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanelController.pcs = new PropertyChangeSupport(this)
private

The documentation for this class was generated from the following file:

Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.