Autopsy  3.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Static Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog Class Reference

Inherits JDialog.

Classes

class  TagNameAndComment
 

Static Public Member Functions

static TagNameAndComment doDialog ()
 

Private Member Functions

 GetTagNameAndCommentDialog ()
 
void initComponents ()
 
void okButtonActionPerformed (java.awt.event.ActionEvent evt)
 
void cancelButtonActionPerformed (java.awt.event.ActionEvent evt)
 
void closeDialog (java.awt.event.WindowEvent evt)
 
void newTagButtonActionPerformed (java.awt.event.ActionEvent evt)
 

Private Attributes

final HashMap< String, TagNametagNames = new HashMap<>()
 
TagNameAndComment tagNameAndComment = null
 
javax.swing.JButton cancelButton
 
javax.swing.JLabel commentLabel
 
javax.swing.JTextField commentText
 
javax.swing.JButton newTagButton
 
javax.swing.JButton okButton
 
javax.swing.JComboBox< String > tagCombo
 
javax.swing.JLabel tagLabel
 

Static Private Attributes

static final String NO_TAG_NAMES_MESSAGE
 

Detailed Description

Definition at line 42 of file GetTagNameAndCommentDialog.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.GetTagNameAndCommentDialog ( )
private

Member Function Documentation

void org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.cancelButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private
void org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.closeDialog ( java.awt.event.WindowEvent  evt)
private
static TagNameAndComment org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.doDialog ( )
static
void org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.initComponents ( )
private
void org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.newTagButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private
void org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.okButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private

Member Data Documentation

javax.swing.JButton org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.cancelButton
private
javax.swing.JLabel org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.commentLabel
private
javax.swing.JTextField org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.commentText
private
javax.swing.JButton org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.newTagButton
private
final String org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.NO_TAG_NAMES_MESSAGE
staticprivate
Initial value:
= NbBundle.getMessage(GetTagNameAndCommentDialog.class,
"GetTagNameAndCommentDialog.noTags")

Definition at line 43 of file GetTagNameAndCommentDialog.java.

javax.swing.JButton org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.okButton
private
javax.swing.JComboBox<String> org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.tagCombo
private
javax.swing.JLabel org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.tagLabel
private
TagNameAndComment org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.tagNameAndComment = null
private
final HashMap<String, TagName> org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.tagNames = new HashMap<>()
private

Definition at line 45 of file GetTagNameAndCommentDialog.java.


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

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.