Autopsy  4.0
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.modules.fileextmismatch.FileExtMismatchOptionsPanelController 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

FileExtMismatchSettingsPanel getPanel ()
 

Private Attributes

boolean changed
 
FileExtMismatchSettingsPanel panel
 
final PropertyChangeSupport pcs = new PropertyChangeSupport(this)
 

Static Private Attributes

static final Logger logger = Logger.getLogger(FileExtMismatchOptionsPanelController.class.getName())
 

Detailed Description

Definition at line 24 of file FileExtMismatchOptionsPanelController.java.

Member Function Documentation

void org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchOptionsPanelController.addPropertyChangeListener ( PropertyChangeListener  l)

Definition at line 70 of file FileExtMismatchOptionsPanelController.java.

void org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchOptionsPanelController.applyChanges ( )
void org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchOptionsPanelController.cancel ( )
JComponent org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchOptionsPanelController.getComponent ( Lookup  masterLookup)
HelpCtx org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchOptionsPanelController.getHelpCtx ( )

Definition at line 60 of file FileExtMismatchOptionsPanelController.java.

FileExtMismatchSettingsPanel org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchOptionsPanelController.getPanel ( )
private
boolean org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchOptionsPanelController.isChanged ( )

Definition at line 55 of file FileExtMismatchOptionsPanelController.java.

boolean org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchOptionsPanelController.isValid ( )
void org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchOptionsPanelController.removePropertyChangeListener ( PropertyChangeListener  l)

Definition at line 75 of file FileExtMismatchOptionsPanelController.java.

void org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchOptionsPanelController.update ( )

Member Data Documentation

boolean org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchOptionsPanelController.changed
private

Definition at line 28 of file FileExtMismatchOptionsPanelController.java.

final Logger org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchOptionsPanelController.logger = Logger.getLogger(FileExtMismatchOptionsPanelController.class.getName())
staticprivate

Definition at line 29 of file FileExtMismatchOptionsPanelController.java.

FileExtMismatchSettingsPanel org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchOptionsPanelController.panel
private
final PropertyChangeSupport org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchOptionsPanelController.pcs = new PropertyChangeSupport(this)
private

Definition at line 27 of file FileExtMismatchOptionsPanelController.java.


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

Copyright © 2012-2015 Basis Technology. Generated on: Wed Apr 6 2016
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.