Autopsy  4.9.1
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 36 of file FileExtMismatchOptionsPanelController.java.

Member Function Documentation

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

Definition at line 102 of file FileExtMismatchOptionsPanelController.java.

void org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchOptionsPanelController.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 FileExtMismatchOptionsPanelController.java.

References org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchOptionsPanelController.getPanel().

void org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchOptionsPanelController.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 71 of file FileExtMismatchOptionsPanelController.java.

References org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchOptionsPanelController.getPanel().

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

Definition at line 92 of file FileExtMismatchOptionsPanelController.java.

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

Used to determine whether any changes have been made to this controller's panel.

Returns
Whether or not a change has been made.

Definition at line 87 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 107 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 40 of file FileExtMismatchOptionsPanelController.java.

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

Definition at line 41 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 39 of file FileExtMismatchOptionsPanelController.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Tue Dec 18 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.