Autopsy  4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.modules.interestingitems.InterestingItemDefsOptionsPanelController 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

FilesSetDefsPanel getPanel ()
 

Private Attributes

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

Detailed Description

Definition at line 37 of file InterestingItemDefsOptionsPanelController.java.

Member Function Documentation

void org.sleuthkit.autopsy.modules.interestingitems.InterestingItemDefsOptionsPanelController.addPropertyChangeListener ( PropertyChangeListener  l)
void org.sleuthkit.autopsy.modules.interestingitems.InterestingItemDefsOptionsPanelController.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 InterestingItemDefsOptionsPanelController.java.

References org.sleuthkit.autopsy.modules.interestingitems.InterestingItemDefsOptionsPanelController.getPanel(), and org.sleuthkit.autopsy.modules.interestingitems.FilesSetDefsPanel.store().

void org.sleuthkit.autopsy.modules.interestingitems.InterestingItemDefsOptionsPanelController.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 76 of file InterestingItemDefsOptionsPanelController.java.

JComponent org.sleuthkit.autopsy.modules.interestingitems.InterestingItemDefsOptionsPanelController.getComponent ( Lookup  masterLookup)
HelpCtx org.sleuthkit.autopsy.modules.interestingitems.InterestingItemDefsOptionsPanelController.getHelpCtx ( )
FilesSetDefsPanel org.sleuthkit.autopsy.modules.interestingitems.InterestingItemDefsOptionsPanelController.getPanel ( )
private
boolean org.sleuthkit.autopsy.modules.interestingitems.InterestingItemDefsOptionsPanelController.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 92 of file InterestingItemDefsOptionsPanelController.java.

boolean org.sleuthkit.autopsy.modules.interestingitems.InterestingItemDefsOptionsPanelController.isValid ( )
void org.sleuthkit.autopsy.modules.interestingitems.InterestingItemDefsOptionsPanelController.removePropertyChangeListener ( PropertyChangeListener  l)
void org.sleuthkit.autopsy.modules.interestingitems.InterestingItemDefsOptionsPanelController.update ( )

Member Data Documentation

boolean org.sleuthkit.autopsy.modules.interestingitems.InterestingItemDefsOptionsPanelController.changed
private
FilesSetDefsPanel org.sleuthkit.autopsy.modules.interestingitems.InterestingItemDefsOptionsPanelController.panel
private
final PropertyChangeSupport org.sleuthkit.autopsy.modules.interestingitems.InterestingItemDefsOptionsPanelController.pcs = new PropertyChangeSupport(this)
private

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

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