Autopsy  4.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.datamodel.DataSourcesNode.DataSourcesNodeChildren Class Reference

Inherits org.sleuthkit.autopsy.datamodel.AbstractContentChildren< T >.

Public Member Functions

 DataSourcesNodeChildren ()
 
void refreshContentKeys ()
 

Protected Member Functions

void addNotify ()
 
Node[] createNodes (T key)
 
void removeNotify ()
 

Private Member Functions

void reloadKeys ()
 

Private Attributes

final PropertyChangeListener pcl
 

Static Private Attributes

static final Logger logger = Logger.getLogger(DataSourcesNodeChildren.class.getName())
 

Detailed Description

Definition at line 68 of file DataSourcesNode.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.DataSourcesNode.DataSourcesNodeChildren.DataSourcesNodeChildren ( )

Definition at line 74 of file DataSourcesNode.java.

Member Function Documentation

void org.sleuthkit.autopsy.datamodel.DataSourcesNode.DataSourcesNodeChildren.addNotify ( )
protected
Node [] org.sleuthkit.autopsy.datamodel.AbstractContentChildren< T >.createNodes ( key)
protectedinherited

Definition at line 60 of file AbstractContentChildren.java.

void org.sleuthkit.autopsy.datamodel.DataSourcesNode.DataSourcesNodeChildren.refreshContentKeys ( )

Refresh all content keys This creates new nodes of keys have changed.

Definition at line 115 of file DataSourcesNode.java.

Referenced by org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.refreshDataSourceTree().

void org.sleuthkit.autopsy.datamodel.DataSourcesNode.DataSourcesNodeChildren.reloadKeys ( )
private
void org.sleuthkit.autopsy.datamodel.DataSourcesNode.DataSourcesNodeChildren.removeNotify ( )
protected

Member Data Documentation

final Logger org.sleuthkit.autopsy.datamodel.DataSourcesNode.DataSourcesNodeChildren.logger = Logger.getLogger(DataSourcesNodeChildren.class.getName())
staticprivate

Definition at line 70 of file DataSourcesNode.java.

final PropertyChangeListener org.sleuthkit.autopsy.datamodel.DataSourcesNode.DataSourcesNodeChildren.pcl
private
Initial value:
= new PropertyChangeListener() {
@Override
public void propertyChange(PropertyChangeEvent evt) {
String eventType = evt.getPropertyName();
if (eventType.equals(Case.Events.DATA_SOURCE_ADDED.toString())) {
}
}
}

Definition at line 79 of file DataSourcesNode.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Mon Apr 24 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.