Autopsy
4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits FilterNode.
Classes | |
class | ThumbnailLoadTask |
Public Member Functions | |
String | getDisplayName () |
synchronized Image | getIcon (int type) |
Private Member Functions | |
ThumbnailViewNode (Node wrappedNode, int thumbSize) | |
Private Attributes | |
final Content | content |
final Logger | logger = Logger.getLogger(ThumbnailViewNode.class.getName()) |
SoftReference< Image > | thumbCache = null |
int | thumbSize |
ThumbnailLoadTask | thumbTask |
final Image | waitingIcon = Toolkit.getDefaultToolkit().createImage(ThumbnailViewNode.class.getResource("/org/sleuthkit/autopsy/images/working_spinner.gif")) |
Timer | waitSpinnerTimer |
Node that wraps around original node and adds the thumbnail representing the image/video.
Definition at line 259 of file ThumbnailViewChildren.java.
|
private |
The constructor
wrappedNode | The original node that this Node wraps. |
thumbSize | The hight and/or width of the thumbnail in pixels. |
Definition at line 278 of file ThumbnailViewChildren.java.
References org.sleuthkit.autopsy.corecomponents.ThumbnailViewChildren.ThumbnailViewNode.thumbSize.
String org.sleuthkit.autopsy.corecomponents.ThumbnailViewChildren.ThumbnailViewNode.getDisplayName | ( | ) |
Definition at line 285 of file ThumbnailViewChildren.java.
synchronized Image org.sleuthkit.autopsy.corecomponents.ThumbnailViewChildren.ThumbnailViewNode.getIcon | ( | int | type | ) |
Definition at line 292 of file ThumbnailViewChildren.java.
References org.sleuthkit.autopsy.coreutils.ImageUtils.getDefaultThumbnail(), and org.sleuthkit.autopsy.corecomponents.ThumbnailViewChildren.ThumbnailViewNode.waitingIcon.
|
private |
Definition at line 267 of file ThumbnailViewChildren.java.
|
private |
Definition at line 261 of file ThumbnailViewChildren.java.
|
private |
Definition at line 265 of file ThumbnailViewChildren.java.
|
private |
Definition at line 266 of file ThumbnailViewChildren.java.
Referenced by org.sleuthkit.autopsy.corecomponents.ThumbnailViewChildren.ThumbnailViewNode.ThumbnailViewNode().
|
private |
Definition at line 269 of file ThumbnailViewChildren.java.
|
private |
Definition at line 263 of file ThumbnailViewChildren.java.
Referenced by org.sleuthkit.autopsy.corecomponents.ThumbnailViewChildren.ThumbnailViewNode.getIcon().
|
private |
Definition at line 270 of file ThumbnailViewChildren.java.
Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.