Autopsy
4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits JDialog.
Classes | |
class | AddTagNameWorker |
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" |
Displays existing tag names, and allows the creation of new tags.
Definition at line 58 of file GetTagNameDialog.java.
|
private |
Definition at line 93 of file GetTagNameDialog.java.
|
private |
Definition at line 366 of file GetTagNameDialog.java.
|
private |
Definition at line 99 of file GetTagNameDialog.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), org.sleuthkit.autopsy.casemodule.services.TagsManager.getDisplayNamesToTagNamesMap(), org.sleuthkit.autopsy.coreutils.Logger.getLogger(), org.sleuthkit.autopsy.casemodule.Case.getServices(), and org.sleuthkit.autopsy.casemodule.services.Services.getTagsManager().
Referenced by 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.
Definition at line 73 of file GetTagNameDialog.java.
Referenced by org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.newTagButtonActionPerformed().
|
static |
Show the Tag Name Dialog and return the TagName selected by the user.
owner | the 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. |
Definition at line 87 of file GetTagNameDialog.java.
References org.sleuthkit.autopsy.actions.GetTagNameDialog.display(), and org.sleuthkit.autopsy.actions.GetTagNameDialog.tagName.
|
private |
Definition at line 415 of file GetTagNameDialog.java.
|
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 220 of file GetTagNameDialog.java.
|
private |
Definition at line 375 of file GetTagNameDialog.java.
References org.sleuthkit.autopsy.casemodule.services.TagsManager.containsIllegalCharacters().
|
private |
Definition at line 421 of file GetTagNameDialog.java.
|
private |
Definition at line 428 of file GetTagNameDialog.java.
|
private |
Definition at line 429 of file GetTagNameDialog.java.
|
private |
Definition at line 430 of file GetTagNameDialog.java.
|
private |
Definition at line 431 of file GetTagNameDialog.java.
|
private |
Definition at line 432 of file GetTagNameDialog.java.
|
private |
Definition at line 433 of file GetTagNameDialog.java.
|
private |
Definition at line 434 of file GetTagNameDialog.java.
|
private |
Definition at line 435 of file GetTagNameDialog.java.
|
private |
Definition at line 436 of file GetTagNameDialog.java.
|
staticprivate |
Definition at line 60 of file GetTagNameDialog.java.
|
staticprivate |
Definition at line 61 of file GetTagNameDialog.java.
|
private |
Definition at line 63 of file GetTagNameDialog.java.
Referenced by org.sleuthkit.autopsy.actions.GetTagNameDialog.doDialog().
|
private |
Definition at line 437 of file GetTagNameDialog.java.
|
private |
Definition at line 438 of file GetTagNameDialog.java.
|
private |
Definition at line 62 of file GetTagNameDialog.java.
|
private |
Definition at line 439 of file GetTagNameDialog.java.
Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.