Autopsy
4.1
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 () |
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.JTextField | commentText |
javax.swing.JButton | newTagButton |
javax.swing.JButton | okButton |
javax.swing.JComboBox< String > | tagCombo |
javax.swing.JLabel | tagLabel |
TagNameAndComment | tagNameAndComment = null |
final Map< String, TagName > | tagNamesMap = new TreeMap<>() |
Static Private Attributes | |
static final String | NO_TAG_NAMES_MESSAGE |
static final long | serialVersionUID = 1L |
Definition at line 41 of file GetTagNameAndCommentDialog.java.
|
private |
Definition at line 99 of file GetTagNameAndCommentDialog.java.
Referenced by org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.doDialog().
|
private |
Definition at line 268 of file GetTagNameAndCommentDialog.java.
Referenced by org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.initComponents().
|
private |
Definition at line 273 of file GetTagNameAndCommentDialog.java.
Referenced by org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.initComponents().
|
private |
Definition at line 105 of file GetTagNameAndCommentDialog.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCase(), org.sleuthkit.autopsy.casemodule.services.TagsManager.getDisplayNamesToTagNamesMap(), org.sleuthkit.autopsy.coreutils.Logger.getLogger(), org.sleuthkit.autopsy.casemodule.Case.getServices(), org.sleuthkit.autopsy.casemodule.services.Services.getTagsManager(), org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.initComponents(), and org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.tagCombo.
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 77 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 93 of file GetTagNameAndCommentDialog.java.
References org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.display(), org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.GetTagNameAndCommentDialog(), and org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.tagNameAndComment.
|
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 151 of file GetTagNameAndCommentDialog.java.
References org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.cancelButton, org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.cancelButtonActionPerformed(), org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.closeDialog(), org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.commentLabel, org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.commentText, org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.newTagButton, org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.newTagButtonActionPerformed(), org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.okButton, org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.okButtonActionPerformed(), org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.tagCombo, and org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.tagLabel.
Referenced by org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.display().
|
private |
Definition at line 278 of file GetTagNameAndCommentDialog.java.
References org.sleuthkit.autopsy.actions.GetTagNameDialog.doDialog(), and org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.tagCombo.
Referenced by org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.initComponents().
|
private |
Definition at line 248 of file GetTagNameAndCommentDialog.java.
References org.sleuthkit.autopsy.casemodule.services.TagsManager.addTagName(), org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.commentText, org.sleuthkit.autopsy.casemodule.Case.getCurrentCase(), org.sleuthkit.autopsy.casemodule.services.TagsManager.getDisplayNamesToTagNamesMap(), org.sleuthkit.autopsy.coreutils.Logger.getLogger(), org.sleuthkit.autopsy.casemodule.Case.getServices(), org.sleuthkit.autopsy.casemodule.services.Services.getTagsManager(), and org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.tagCombo.
Referenced by org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.initComponents().
|
private |
Definition at line 288 of file GetTagNameAndCommentDialog.java.
Referenced by org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.initComponents().
|
private |
Definition at line 289 of file GetTagNameAndCommentDialog.java.
Referenced by org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.initComponents().
|
private |
Definition at line 290 of file GetTagNameAndCommentDialog.java.
Referenced by org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.initComponents(), and org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.okButtonActionPerformed().
|
private |
Definition at line 291 of file GetTagNameAndCommentDialog.java.
Referenced by org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.initComponents().
|
staticprivate |
Definition at line 44 of file GetTagNameAndCommentDialog.java.
|
private |
Definition at line 292 of file GetTagNameAndCommentDialog.java.
Referenced by org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.initComponents().
|
staticprivate |
Definition at line 43 of file GetTagNameAndCommentDialog.java.
|
private |
Definition at line 293 of file GetTagNameAndCommentDialog.java.
Referenced by org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.display(), org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.initComponents(), org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.newTagButtonActionPerformed(), and org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.okButtonActionPerformed().
|
private |
Definition at line 294 of file GetTagNameAndCommentDialog.java.
Referenced by org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.initComponents().
|
private |
Definition at line 47 of file GetTagNameAndCommentDialog.java.
Referenced by org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.doDialog().
|
private |
Definition at line 46 of file GetTagNameAndCommentDialog.java.
Copyright © 2012-2016 Basis Technology. Generated on: Tue Oct 25 2016
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.