Autopsy  4.8.0
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 ()
 
 DataSourcesNodeChildren (long dsObjId)
 
void refreshContentKeys ()
 

Protected Member Functions

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

Private Member Functions

void reloadKeys ()
 

Private Attributes

final long datasourceObjId
 
final PropertyChangeListener pcl
 

Static Private Attributes

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

Detailed Description

Definition at line 77 of file DataSourcesNode.java.

Constructor & Destructor Documentation

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

Definition at line 84 of file DataSourcesNode.java.

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

Definition at line 88 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 64 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 136 of file DataSourcesNode.java.

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

Member Data Documentation

final long org.sleuthkit.autopsy.datamodel.DataSourcesNode.DataSourcesNodeChildren.datasourceObjId
private

Definition at line 80 of file DataSourcesNode.java.

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

Definition at line 79 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 94 of file DataSourcesNode.java.

Referenced by org.sleuthkit.autopsy.datamodel.DataSourcesNode.DataSourcesNodeChildren.addNotify(), and org.sleuthkit.autopsy.datamodel.DataSourcesNode.DataSourcesNodeChildren.removeNotify().


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

Copyright © 2012-2018 Basis Technology. Generated on: Thu Oct 4 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.