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.GetTagNameDialog Class Reference

Inherits JDialog.

Classes

class  TagsTableModel
 

Static Public Member Functions

static TagName doDialog ()
 

Private Member Functions

 GetTagNameDialog ()
 
boolean containsIllegalCharacters (String content)
 
void initComponents ()
 
void cancelButtonActionPerformed (java.awt.event.ActionEvent evt)
 
void okButtonActionPerformed (java.awt.event.ActionEvent evt)
 
void formKeyReleased (java.awt.event.KeyEvent evt)
 
void tagNameFieldKeyReleased (java.awt.event.KeyEvent evt)
 

Private Attributes

final HashMap< String, TagNametagNames = new HashMap<>()
 
TagName tagName = null
 
javax.swing.JButton cancelButton
 
javax.swing.JScrollPane jScrollPane1
 
javax.swing.JPanel newTagPanel
 
javax.swing.JButton okButton
 
javax.swing.JLabel preexistingLabel
 
javax.swing.JTextField tagNameField
 
javax.swing.JLabel tagNameLabel
 
javax.swing.JTable tagsTable
 

Static Private Attributes

static final String TAG_ICON_PATH = "org/sleuthkit/autopsy/images/tag-folder-blue-icon-16.png"
 

Detailed Description

Definition at line 45 of file GetTagNameDialog.java.

Constructor & Destructor Documentation

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

Member Function Documentation

void org.sleuthkit.autopsy.actions.GetTagNameDialog.cancelButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private
boolean org.sleuthkit.autopsy.actions.GetTagNameDialog.containsIllegalCharacters ( String  content)
private
static TagName org.sleuthkit.autopsy.actions.GetTagNameDialog.doDialog ( )
static
void org.sleuthkit.autopsy.actions.GetTagNameDialog.formKeyReleased ( java.awt.event.KeyEvent  evt)
private
void org.sleuthkit.autopsy.actions.GetTagNameDialog.initComponents ( )
private
void org.sleuthkit.autopsy.actions.GetTagNameDialog.okButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private
void org.sleuthkit.autopsy.actions.GetTagNameDialog.tagNameFieldKeyReleased ( java.awt.event.KeyEvent  evt)
private

Member Data Documentation

javax.swing.JButton org.sleuthkit.autopsy.actions.GetTagNameDialog.cancelButton
private
javax.swing.JScrollPane org.sleuthkit.autopsy.actions.GetTagNameDialog.jScrollPane1
private
javax.swing.JPanel org.sleuthkit.autopsy.actions.GetTagNameDialog.newTagPanel
private
javax.swing.JButton org.sleuthkit.autopsy.actions.GetTagNameDialog.okButton
private
javax.swing.JLabel org.sleuthkit.autopsy.actions.GetTagNameDialog.preexistingLabel
private
final String org.sleuthkit.autopsy.actions.GetTagNameDialog.TAG_ICON_PATH = "org/sleuthkit/autopsy/images/tag-folder-blue-icon-16.png"
staticprivate

Definition at line 46 of file GetTagNameDialog.java.

TagName org.sleuthkit.autopsy.actions.GetTagNameDialog.tagName = null
private
javax.swing.JTextField org.sleuthkit.autopsy.actions.GetTagNameDialog.tagNameField
private
javax.swing.JLabel org.sleuthkit.autopsy.actions.GetTagNameDialog.tagNameLabel
private
final HashMap<String, TagName> org.sleuthkit.autopsy.actions.GetTagNameDialog.tagNames = new HashMap<>()
private

Definition at line 47 of file GetTagNameDialog.java.

javax.swing.JTable org.sleuthkit.autopsy.actions.GetTagNameDialog.tagsTable
private

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.