Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits JDialog.
Classes | |
class | TagNameAndComment |
Static Public Member Functions | |
static TagNameAndComment | doDialog () |
static TagNameAndComment | doDialog (Window owner) |
Private Member Functions | |
GetTagNameAndCommentDialog (Window owner) | |
void | cancelButtonActionPerformed (java.awt.event.ActionEvent evt) |
void | closeDialog (java.awt.event.WindowEvent evt) |
void | display () |
TagNameAndComment | getTagNameAndComment () |
void | initComponents () |
void | newTagButtonActionPerformed (java.awt.event.ActionEvent evt) |
void | okButtonActionPerformed (java.awt.event.ActionEvent evt) |
Private Attributes | |
javax.swing.JButton | cancelButton |
javax.swing.JLabel | commentLabel |
javax.swing.JTextArea | commentText |
javax.swing.JScrollPane | jScrollPane1 |
javax.swing.JButton | newTagButton |
javax.swing.JButton | okButton |
javax.swing.JComboBox< TagName > | tagCombo |
javax.swing.JLabel | tagLabel |
TagNameAndComment | tagNameAndComment = null |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
This dialog allows tag assignment with a comment attached.
Definition at line 53 of file GetTagNameAndCommentDialog.java.
|
private |
Definition at line 117 of file GetTagNameAndCommentDialog.java.
|
private |
Definition at line 315 of file GetTagNameAndCommentDialog.java.
|
private |
Definition at line 320 of file GetTagNameAndCommentDialog.java.
|
private |
Definition at line 123 of file GetTagNameAndCommentDialog.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), org.sleuthkit.autopsy.tags.TagUtils.getDecoratedTagDisplayName(), org.sleuthkit.autopsy.casemodule.services.TagsManager.getDisplayNamesToTagNamesMap(), org.sleuthkit.autopsy.coreutils.Logger.getLogger(), org.sleuthkit.autopsy.casemodule.Case.getServices(), org.sleuthkit.autopsy.casemodule.services.TagsManager.getStandardTagNames(), org.sleuthkit.autopsy.casemodule.services.TagsManager.getTagSet(), and org.sleuthkit.autopsy.casemodule.services.Services.getTagsManager().
Referenced by org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.doDialog().
|
static |
Show the Tag Name and Comment Dialog and return the TagNameAndContent chosen by the user. The dialog will be centered with the main autopsy window as its owner.
Definition at line 86 of file GetTagNameAndCommentDialog.java.
|
static |
Show the Tag Name and Comment Dialog and return the TagNameAndContent chosen 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 102 of file GetTagNameAndCommentDialog.java.
References org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.display(), and org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.getTagNameAndComment().
|
private |
Get the TagNameAndComment.
Definition at line 113 of file GetTagNameAndCommentDialog.java.
Referenced by org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.doDialog().
|
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 209 of file GetTagNameAndCommentDialog.java.
|
private |
Definition at line 325 of file GetTagNameAndCommentDialog.java.
References org.sleuthkit.autopsy.actions.GetTagNameDialog.doDialog().
|
private |
Definition at line 309 of file GetTagNameAndCommentDialog.java.
|
private |
Definition at line 334 of file GetTagNameAndCommentDialog.java.
|
private |
Definition at line 335 of file GetTagNameAndCommentDialog.java.
|
private |
Definition at line 336 of file GetTagNameAndCommentDialog.java.
|
private |
Definition at line 337 of file GetTagNameAndCommentDialog.java.
|
private |
Definition at line 338 of file GetTagNameAndCommentDialog.java.
|
private |
Definition at line 339 of file GetTagNameAndCommentDialog.java.
|
staticprivate |
Definition at line 55 of file GetTagNameAndCommentDialog.java.
|
private |
Definition at line 340 of file GetTagNameAndCommentDialog.java.
|
private |
Definition at line 341 of file GetTagNameAndCommentDialog.java.
|
private |
Definition at line 56 of file GetTagNameAndCommentDialog.java.
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.