Autopsy  4.10.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.directorytree.NewWindowViewAction Class Reference

Inherits AbstractAction.

Public Member Functions

 NewWindowViewAction (String title, Node contentNode)
 
void actionPerformed (ActionEvent e)
 

Private Attributes

Node contentNode
 

Static Private Attributes

static Logger logger = Logger.getLogger(NewWindowViewAction.class.getName())
 

Detailed Description

Opens new ContentViewer pane in a detached window

Definition at line 36 of file NewWindowViewAction.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.directorytree.NewWindowViewAction.NewWindowViewAction ( String  title,
Node  contentNode 
)

Member Function Documentation

void org.sleuthkit.autopsy.directorytree.NewWindowViewAction.actionPerformed ( ActionEvent  e)

Member Data Documentation

Node org.sleuthkit.autopsy.directorytree.NewWindowViewAction.contentNode
private
Logger org.sleuthkit.autopsy.directorytree.NewWindowViewAction.logger = Logger.getLogger(NewWindowViewAction.class.getName())
staticprivate

Definition at line 38 of file NewWindowViewAction.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Fri Mar 22 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.