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

Inherits JPanel, and org.sleuthkit.autopsy.corecomponentinterfaces.DataContentViewer.

Public Member Functions

 Metadata ()
 
DataContentViewer createInstance ()
 
Component getComponent ()
 
String getTitle ()
 
String getToolTip ()
 
int isPreferred (Node node)
 
boolean isSupported (Node node)
 
void resetComponent ()
 
void setNode (Node node)
 

Private Member Functions

void addRow (StringBuilder sb, String key, String value)
 
void customizeComponents ()
 
void endTable (StringBuilder sb)
 
void initComponents ()
 
void setText (String str)
 
void startTable (StringBuilder sb)
 

Private Attributes

javax.swing.JPopupMenu jPopupMenu1
 
javax.swing.JScrollPane jScrollPane2
 
javax.swing.JTextPane jTextPane1
 

Detailed Description

Shows file metadata as a list to make it easy to copy and paste. Typically shows the same data that can also be found in the ResultViewer table, just a different order and allows the full path to be visible in the bottom area.

Definition at line 39 of file Metadata.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.contentviewers.Metadata.Metadata ( )

Creates new form Metadata

Definition at line 44 of file Metadata.java.

Member Function Documentation

void org.sleuthkit.autopsy.contentviewers.Metadata.addRow ( StringBuilder  sb,
String  key,
String  value 
)
private

Definition at line 114 of file Metadata.java.

DataContentViewer org.sleuthkit.autopsy.contentviewers.Metadata.createInstance ( )

Create and return a new instance of your viewer. The reason that this is needed is because the specific viewer modules will be found via NetBeans Lookup and the type will only be DataContentViewer. This method is used to get an instance of your specific type.

Returns
A new instance of the viewer

Implements org.sleuthkit.autopsy.corecomponentinterfaces.DataContentViewer.

Definition at line 212 of file Metadata.java.

void org.sleuthkit.autopsy.contentviewers.Metadata.customizeComponents ( )
private
void org.sleuthkit.autopsy.contentviewers.Metadata.endTable ( StringBuilder  sb)
private

Definition at line 110 of file Metadata.java.

Component org.sleuthkit.autopsy.contentviewers.Metadata.getComponent ( )

Return the Swing Component to display. Implementations of this method that extend JPanel and do a 'return this;'. Otherwise return an internal instance of the JPanel.

Implements org.sleuthkit.autopsy.corecomponentinterfaces.DataContentViewer.

Definition at line 217 of file Metadata.java.

String org.sleuthkit.autopsy.contentviewers.Metadata.getTitle ( )

Returns the title of this viewer to display in the tab.

Implements org.sleuthkit.autopsy.corecomponentinterfaces.DataContentViewer.

Definition at line 202 of file Metadata.java.

String org.sleuthkit.autopsy.contentviewers.Metadata.getToolTip ( )

Returns a short description of this viewer to use as a tool tip for its tab.

Implements org.sleuthkit.autopsy.corecomponentinterfaces.DataContentViewer.

Definition at line 207 of file Metadata.java.

void org.sleuthkit.autopsy.contentviewers.Metadata.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 56 of file Metadata.java.

int org.sleuthkit.autopsy.contentviewers.Metadata.isPreferred ( Node  node)

Checks whether the given viewer is preferred for the Node. This is a bit subjective, but the idea is that Autopsy wants to display the most relevant tab. The more generic the viewer, the lower the return value should be. This will only be called on viewers that support the given node.

Parameters
nodeNode to check for preference
Returns
an int (0-10) higher return means the viewer has higher priority 0 means not supported 1 to 2 means the module will display all file types (such as the hex viewer) 3-10 are prioritized by Content viewer developer. Modules that operate on very few file types should be towards 10.

Implements org.sleuthkit.autopsy.corecomponentinterfaces.DataContentViewer.

Definition at line 234 of file Metadata.java.

boolean org.sleuthkit.autopsy.contentviewers.Metadata.isSupported ( Node  node)

Checks whether the given node is supported by the viewer. This will be used to enable or disable the tab for the viewer.

Parameters
nodeNode to check for support
Returns
True if the node can be displayed / processed, else false

Implements org.sleuthkit.autopsy.corecomponentinterfaces.DataContentViewer.

Definition at line 228 of file Metadata.java.

void org.sleuthkit.autopsy.contentviewers.Metadata.resetComponent ( )

Resets the contents of the viewer / component.

Implements org.sleuthkit.autopsy.corecomponentinterfaces.DataContentViewer.

Definition at line 222 of file Metadata.java.

void org.sleuthkit.autopsy.contentviewers.Metadata.setNode ( Node  selectedNode)

Autopsy will call this when this panel is focused with the file that should be analyzed. When called with null, must clear all references to previous nodes.

Implements org.sleuthkit.autopsy.corecomponentinterfaces.DataContentViewer.

Definition at line 126 of file Metadata.java.

References org.sleuthkit.autopsy.datamodel.ContentUtils.getStringTime().

void org.sleuthkit.autopsy.contentviewers.Metadata.setText ( String  str)
private

Definition at line 102 of file Metadata.java.

void org.sleuthkit.autopsy.contentviewers.Metadata.startTable ( StringBuilder  sb)
private

Definition at line 106 of file Metadata.java.

Member Data Documentation

javax.swing.JPopupMenu org.sleuthkit.autopsy.contentviewers.Metadata.jPopupMenu1
private

Definition at line 83 of file Metadata.java.

javax.swing.JScrollPane org.sleuthkit.autopsy.contentviewers.Metadata.jScrollPane2
private

Definition at line 84 of file Metadata.java.

javax.swing.JTextPane org.sleuthkit.autopsy.contentviewers.Metadata.jTextPane1
private

Definition at line 85 of file Metadata.java.


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

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