Autopsy
4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datamodel.DisplayableItemNode.
Classes | |
class | HostGroupingChildren |
Public Member Functions | |
Action[] | getActions (boolean context) |
NodeSelectionInfo | getChildNodeSelectionInfo () |
String | getItemType () |
boolean | isLeafTypeNode () |
void | setChildNodeSelectionInfo (NodeSelectionInfo selectedChildNodeInfo) |
Protected Member Functions | |
Sheet | createSheet () |
synchronized final void | updatePropertySheet (NodeProperty<?>...newProps) |
Private Member Functions | |
HostNode (Children children, Host host) | |
HostNode (Children children, Host host, String displayName) | |
Static Private Member Functions | |
static String | getHostName (Host host) |
Private Attributes | |
final Host | host |
final PropertyChangeListener | hostChangePcl |
final Long | hostId |
final PropertyChangeListener | weakPcl = WeakListeners.propertyChange(hostChangePcl, null) |
Static Private Attributes | |
static final CreateSleuthkitNodeVisitor | CREATE_TSK_NODE_VISITOR = new CreateSleuthkitNodeVisitor() |
static final Function< DataSourceGrouping, Node > | HOST_DATA_SOURCES |
static final Function< DataSourceGrouping, Node > | HOST_GROUPING_CONVERTER |
static final String | ICON_PATH = "org/sleuthkit/autopsy/images/host.png" |
static final Logger | logger = Logger.getLogger(HostNode.class.getName()) |
A node to be displayed in the UI tree for a host and data sources grouped in this host.
Definition at line 58 of file HostNode.java.
|
private |
Constructor.
children | The children for this host node. |
host | The host. |
Definition at line 240 of file HostNode.java.
|
private |
Constructor.
children | The children for this host node. |
host | The host. |
displayName | The displayName. |
Definition at line 251 of file HostNode.java.
References org.sleuthkit.autopsy.casemodule.Case.addEventTypeSubscriber(), and org.sleuthkit.autopsy.casemodule.Case.Events.HOSTS_UPDATED.
|
protected |
Definition at line 281 of file HostNode.java.
Action [] org.sleuthkit.autopsy.datamodel.HostNode.getActions | ( | boolean | context | ) |
Definition at line 299 of file HostNode.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().
|
inherited |
Gets information about which child node of this node, if any, should be selected.
Definition at line 142 of file DisplayableItemNode.java.
References org.sleuthkit.autopsy.datamodel.DisplayableItemNode.selectedChildNodeInfo.
|
staticprivate |
Definition at line 205 of file HostNode.java.
String org.sleuthkit.autopsy.datamodel.HostNode.getItemType | ( | ) |
Definition at line 269 of file HostNode.java.
boolean org.sleuthkit.autopsy.datamodel.HostNode.isLeafTypeNode | ( | ) |
Definition at line 264 of file HostNode.java.
|
inherited |
Adds information about which child node of this node, if any, should be selected. Can be null.
selectedChildNodeInfo | The child node selection information. |
Definition at line 131 of file DisplayableItemNode.java.
References org.sleuthkit.autopsy.datamodel.DisplayableItemNode.selectedChildNodeInfo.
Referenced by org.sleuthkit.autopsy.directorytree.ViewContextAction.setNodeSelection(), and org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.viewArtifact().
|
protectedinherited |
Updates the node property sheet by replacing existing properties with new properties with the same property name.
newProps | The replacement property objects. |
Definition at line 152 of file DisplayableItemNode.java.
|
staticprivate |
Definition at line 153 of file HostNode.java.
|
private |
Definition at line 211 of file HostNode.java.
|
staticprivate |
Means of creating just data source nodes underneath the host (i.e. no results, reports, etc.)
Definition at line 159 of file HostNode.java.
|
staticprivate |
Shows data sources with results, reports, etc.
Definition at line 170 of file HostNode.java.
|
private |
Listener for handling host change events.
Definition at line 181 of file HostNode.java.
|
private |
Definition at line 212 of file HostNode.java.
|
staticprivate |
Definition at line 152 of file HostNode.java.
|
staticprivate |
Definition at line 151 of file HostNode.java.
|
private |
Definition at line 197 of file HostNode.java.
Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.