Autopsy  4.16.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.corecomponents.AutopsyOptionsPanelController 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

AutopsyOptionsPanel getPanel ()
 

Private Attributes

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

Static Private Attributes

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

Detailed Description

Definition at line 35 of file AutopsyOptionsPanelController.java.

Member Function Documentation

void org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.addPropertyChangeListener ( PropertyChangeListener  l)

Definition at line 100 of file AutopsyOptionsPanelController.java.

void org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.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 57 of file AutopsyOptionsPanelController.java.

References org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.getPanel().

void org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.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 70 of file AutopsyOptionsPanelController.java.

JComponent org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.getComponent ( Lookup  masterLookup)
HelpCtx org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.getHelpCtx ( )

Definition at line 90 of file AutopsyOptionsPanelController.java.

AutopsyOptionsPanel org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.getPanel ( )
private
boolean org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.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 85 of file AutopsyOptionsPanelController.java.

boolean org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.isValid ( )
void org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.removePropertyChangeListener ( PropertyChangeListener  l)

Definition at line 105 of file AutopsyOptionsPanelController.java.

void org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.update ( )

Component should load its data here.

Definition at line 46 of file AutopsyOptionsPanelController.java.

References org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.getPanel().

Member Data Documentation

boolean org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.changed
private

Definition at line 39 of file AutopsyOptionsPanelController.java.

final Logger org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.logger = Logger.getLogger(AutopsyOptionsPanelController.class.getName())
staticprivate

Definition at line 40 of file AutopsyOptionsPanelController.java.

AutopsyOptionsPanel org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.panel
private
final PropertyChangeSupport org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.pcs = new PropertyChangeSupport(this)
private

Definition at line 38 of file AutopsyOptionsPanelController.java.


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.