Autopsy  4.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.keywordsearch.KeywordSearchOptionsPanelController 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

KeywordSearchGlobalSettingsPanel getPanel ()
 

Private Attributes

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

Static Private Attributes

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

Detailed Description

Definition at line 36 of file KeywordSearchOptionsPanelController.java.

Member Function Documentation

void org.sleuthkit.autopsy.keywordsearch.KeywordSearchOptionsPanelController.addPropertyChangeListener ( PropertyChangeListener  l)

Definition at line 102 of file KeywordSearchOptionsPanelController.java.

void org.sleuthkit.autopsy.keywordsearch.KeywordSearchOptionsPanelController.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 KeywordSearchOptionsPanelController.java.

References org.sleuthkit.autopsy.keywordsearch.KeywordSearchOptionsPanelController.getPanel().

void org.sleuthkit.autopsy.keywordsearch.KeywordSearchOptionsPanelController.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 KeywordSearchOptionsPanelController.java.

References org.sleuthkit.autopsy.keywordsearch.KeywordSearchOptionsPanelController.getPanel().

JComponent org.sleuthkit.autopsy.keywordsearch.KeywordSearchOptionsPanelController.getComponent ( Lookup  masterLookup)
HelpCtx org.sleuthkit.autopsy.keywordsearch.KeywordSearchOptionsPanelController.getHelpCtx ( )

Definition at line 92 of file KeywordSearchOptionsPanelController.java.

KeywordSearchGlobalSettingsPanel org.sleuthkit.autopsy.keywordsearch.KeywordSearchOptionsPanelController.getPanel ( )
private
boolean org.sleuthkit.autopsy.keywordsearch.KeywordSearchOptionsPanelController.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 KeywordSearchOptionsPanelController.java.

boolean org.sleuthkit.autopsy.keywordsearch.KeywordSearchOptionsPanelController.isValid ( )
void org.sleuthkit.autopsy.keywordsearch.KeywordSearchOptionsPanelController.removePropertyChangeListener ( PropertyChangeListener  l)

Definition at line 107 of file KeywordSearchOptionsPanelController.java.

void org.sleuthkit.autopsy.keywordsearch.KeywordSearchOptionsPanelController.update ( )

Member Data Documentation

boolean org.sleuthkit.autopsy.keywordsearch.KeywordSearchOptionsPanelController.changed
private

Definition at line 40 of file KeywordSearchOptionsPanelController.java.

final Logger org.sleuthkit.autopsy.keywordsearch.KeywordSearchOptionsPanelController.logger = Logger.getLogger(KeywordSearchGlobalSettingsPanel.class.getName())
staticprivate

Definition at line 41 of file KeywordSearchOptionsPanelController.java.

KeywordSearchGlobalSettingsPanel org.sleuthkit.autopsy.keywordsearch.KeywordSearchOptionsPanelController.panel
private
final PropertyChangeSupport org.sleuthkit.autopsy.keywordsearch.KeywordSearchOptionsPanelController.pcs = new PropertyChangeSupport(this)
private

Definition at line 39 of file KeywordSearchOptionsPanelController.java.


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

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