Autopsy  4.19.3
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.casemodule.services.TagsOptionsPanelController Class Reference

Inherits OptionsPanelController.

Public Member Functions

void addPropertyChangeListener (PropertyChangeListener l)
 
void applyChanges ()
 
void cancel ()
 
JComponent getComponent (Lookup lkp)
 
HelpCtx getHelpCtx ()
 
boolean isChanged ()
 
boolean isValid ()
 
void removePropertyChangeListener (PropertyChangeListener l)
 
void update ()
 

Private Member Functions

TagOptionsPanel getPanel ()
 

Private Attributes

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

Detailed Description

Definition at line 37 of file TagsOptionsPanelController.java.

Member Function Documentation

void org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.addPropertyChangeListener ( PropertyChangeListener  l)

Definition at line 102 of file TagsOptionsPanelController.java.

void org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.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 TagsOptionsPanelController.java.

References org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.getPanel().

void org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.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 TagsOptionsPanelController.java.

References org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.getPanel().

JComponent org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.getComponent ( Lookup  lkp)
HelpCtx org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.getHelpCtx ( )

Definition at line 97 of file TagsOptionsPanelController.java.

TagOptionsPanel org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.getPanel ( )
private
boolean org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.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 TagsOptionsPanelController.java.

boolean org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.isValid ( )

Definition at line 76 of file TagsOptionsPanelController.java.

void org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.removePropertyChangeListener ( PropertyChangeListener  l)

Definition at line 107 of file TagsOptionsPanelController.java.

void org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.update ( )

Component should load its data here.

Definition at line 47 of file TagsOptionsPanelController.java.

References org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.getPanel().

Member Data Documentation

boolean org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.changed
private

Definition at line 41 of file TagsOptionsPanelController.java.

TagOptionsPanel org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.panel
private
final PropertyChangeSupport org.sleuthkit.autopsy.casemodule.services.TagsOptionsPanelController.pcs = new PropertyChangeSupport(this)
private

Definition at line 40 of file TagsOptionsPanelController.java.


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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.