Autopsy  4.7.0
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 ()
 
static TagName doDialog (Window owner)
 

Private Member Functions

 GetTagNameDialog (Window owner)
 
void cancelButtonActionPerformed (java.awt.event.ActionEvent evt)
 
void display ()
 
void formKeyReleased (java.awt.event.KeyEvent evt)
 
void initComponents ()
 
void okButtonActionPerformed (java.awt.event.ActionEvent evt)
 
void tagNameFieldKeyReleased (java.awt.event.KeyEvent evt)
 

Private Attributes

javax.swing.JButton cancelButton
 
javax.swing.JLabel descriptionLabel
 
javax.swing.JScrollPane descriptionScrollPane
 
javax.swing.JTextArea descriptionTextArea
 
javax.swing.JScrollPane jScrollPane1
 
javax.swing.JPanel newTagPanel
 
javax.swing.JCheckBox notableCheckbox
 
javax.swing.JButton okButton
 
javax.swing.JLabel preexistingLabel
 
TagName tagName = null
 
javax.swing.JTextField tagNameField
 
javax.swing.JLabel tagNameLabel
 
final Map< String, TagName > tagNamesMap = new TreeMap<>()
 
javax.swing.JTable tagsTable
 

Static Private Attributes

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

Detailed Description

Displays existing tag names, and allows the creation of new tags.

Definition at line 55 of file GetTagNameDialog.java.

Constructor & Destructor Documentation

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

Definition at line 90 of file GetTagNameDialog.java.

Member Function Documentation

void org.sleuthkit.autopsy.actions.GetTagNameDialog.cancelButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private

Definition at line 320 of file GetTagNameDialog.java.

void org.sleuthkit.autopsy.actions.GetTagNameDialog.display ( )
private
static TagName org.sleuthkit.autopsy.actions.GetTagNameDialog.doDialog ( )
static

Show the Tag Name Dialog and return the TagName selected by the user. The dialog will be centered with the main autopsy window as its owner. To set another window as the owner use doDialog(Window) instead.

Returns
a TagName instance selected by the user, or null if the user canceled the dialog.

Definition at line 70 of file GetTagNameDialog.java.

Referenced by org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.newTagButtonActionPerformed().

static TagName org.sleuthkit.autopsy.actions.GetTagNameDialog.doDialog ( Window  owner)
static

Show the Tag Name Dialog and return the TagName selected by the user.

Parameters
ownerthe window that will be the owner of the dialog. The dialog will be centered over this window and will block the rest of the application.
Returns
a TagName instance selected by the user, or null if the user canceled the dialog.

Definition at line 84 of file GetTagNameDialog.java.

References org.sleuthkit.autopsy.actions.GetTagNameDialog.display(), and org.sleuthkit.autopsy.actions.GetTagNameDialog.tagName.

void org.sleuthkit.autopsy.actions.GetTagNameDialog.formKeyReleased ( java.awt.event.KeyEvent  evt)
private

Definition at line 389 of file GetTagNameDialog.java.

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

This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.

Definition at line 174 of file GetTagNameDialog.java.

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

Definition at line 395 of file GetTagNameDialog.java.

Member Data Documentation

javax.swing.JButton org.sleuthkit.autopsy.actions.GetTagNameDialog.cancelButton
private

Definition at line 402 of file GetTagNameDialog.java.

javax.swing.JLabel org.sleuthkit.autopsy.actions.GetTagNameDialog.descriptionLabel
private

Definition at line 403 of file GetTagNameDialog.java.

javax.swing.JScrollPane org.sleuthkit.autopsy.actions.GetTagNameDialog.descriptionScrollPane
private

Definition at line 404 of file GetTagNameDialog.java.

javax.swing.JTextArea org.sleuthkit.autopsy.actions.GetTagNameDialog.descriptionTextArea
private

Definition at line 405 of file GetTagNameDialog.java.

javax.swing.JScrollPane org.sleuthkit.autopsy.actions.GetTagNameDialog.jScrollPane1
private

Definition at line 406 of file GetTagNameDialog.java.

javax.swing.JPanel org.sleuthkit.autopsy.actions.GetTagNameDialog.newTagPanel
private

Definition at line 407 of file GetTagNameDialog.java.

javax.swing.JCheckBox org.sleuthkit.autopsy.actions.GetTagNameDialog.notableCheckbox
private

Definition at line 408 of file GetTagNameDialog.java.

javax.swing.JButton org.sleuthkit.autopsy.actions.GetTagNameDialog.okButton
private

Definition at line 409 of file GetTagNameDialog.java.

javax.swing.JLabel org.sleuthkit.autopsy.actions.GetTagNameDialog.preexistingLabel
private

Definition at line 410 of file GetTagNameDialog.java.

final long org.sleuthkit.autopsy.actions.GetTagNameDialog.serialVersionUID = 1L
staticprivate

Definition at line 57 of file GetTagNameDialog.java.

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

Definition at line 58 of file GetTagNameDialog.java.

TagName org.sleuthkit.autopsy.actions.GetTagNameDialog.tagName = null
private
javax.swing.JTextField org.sleuthkit.autopsy.actions.GetTagNameDialog.tagNameField
private

Definition at line 411 of file GetTagNameDialog.java.

javax.swing.JLabel org.sleuthkit.autopsy.actions.GetTagNameDialog.tagNameLabel
private

Definition at line 412 of file GetTagNameDialog.java.

final Map<String, TagName> org.sleuthkit.autopsy.actions.GetTagNameDialog.tagNamesMap = new TreeMap<>()
private

Definition at line 59 of file GetTagNameDialog.java.

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

Definition at line 413 of file GetTagNameDialog.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.