Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Protected Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.datamodel.OsAccounts.OsAccountNodeFactory Class Reference

Inherits Detachable< OsAccount >.

Protected Member Functions

void addNotify ()
 
boolean createKeys (List< OsAccount > list)
 
Node createNodeForKey (OsAccount key)
 
void finalize () throws Throwable
 

Private Attributes

final PropertyChangeListener listener
 
final PropertyChangeListener weakPcl = WeakListeners.propertyChange(listener, null)
 

Detailed Description

The child node factory that creates the OsAccountNode children for a OsAccountListNode.

Definition at line 140 of file OsAccounts.java.

Member Function Documentation

void org.sleuthkit.autopsy.datamodel.OsAccounts.OsAccountNodeFactory.addNotify ( )
protected
boolean org.sleuthkit.autopsy.datamodel.OsAccounts.OsAccountNodeFactory.createKeys ( List< OsAccount >  list)
protected

Definition at line 175 of file OsAccounts.java.

Node org.sleuthkit.autopsy.datamodel.OsAccounts.OsAccountNodeFactory.createNodeForKey ( OsAccount  key)
protected

Definition at line 192 of file OsAccounts.java.

void org.sleuthkit.autopsy.datamodel.OsAccounts.OsAccountNodeFactory.finalize ( ) throws Throwable
protected

Member Data Documentation

final PropertyChangeListener org.sleuthkit.autopsy.datamodel.OsAccounts.OsAccountNodeFactory.listener
private
Initial value:
= new PropertyChangeListener() {
@Override
public void propertyChange(PropertyChangeEvent evt) {
String eventType = evt.getPropertyName();
if (eventType.equals(Case.Events.OS_ACCOUNTS_ADDED.toString())
|| eventType.equals(Case.Events.OS_ACCOUNTS_DELETED.toString())) {
refresh(true);
} else if (eventType.equals(Case.Events.CURRENT_CASE.toString())) {
if (evt.getNewValue() == null) {
removeNotify();
skCase = null;
}
}
}
}

Definition at line 142 of file OsAccounts.java.

Referenced by org.sleuthkit.autopsy.datamodel.OsAccounts.OsAccountNodeFactory.addNotify().

final PropertyChangeListener org.sleuthkit.autopsy.datamodel.OsAccounts.OsAccountNodeFactory.weakPcl = WeakListeners.propertyChange(listener, null)
private

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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.