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.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 37 of file AutopsyOptionsPanelController.java.

Member Function Documentation

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

Definition at line 81 of file AutopsyOptionsPanelController.java.

void org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.applyChanges ( )
void org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.cancel ( )

Definition at line 57 of file AutopsyOptionsPanelController.java.

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

Definition at line 71 of file AutopsyOptionsPanelController.java.

AutopsyOptionsPanel org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.getPanel ( )
private
boolean org.sleuthkit.autopsy.corecomponents.AutopsyOptionsPanelController.isChanged ( )

Definition at line 66 of file AutopsyOptionsPanelController.java.

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

Definition at line 86 of file AutopsyOptionsPanelController.java.

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

Member Data Documentation

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

Definition at line 41 of file AutopsyOptionsPanelController.java.

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

Definition at line 42 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 40 of file AutopsyOptionsPanelController.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.