Autopsy  4.18.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.contentviewers.TranslatablePanel.ContentComponent Interface Reference

Inherited by org.sleuthkit.autopsy.contentviewers.artifactviewers.MessageArtifactViewer.TextComponent.

Public Member Functions

Component getRootComponent ()
 
void setContent (String content, ComponentOrientation orientation) throws TranslatablePanelException
 

Detailed Description

This describes a child component to be placed as a child of this panel. The child received from getRootComponent() will listen for content updates from setContent().

Definition at line 64 of file TranslatablePanel.java.

Member Function Documentation

Component org.sleuthkit.autopsy.contentviewers.TranslatablePanel.ContentComponent.getRootComponent ( )

This method gets root component of the translation panel.

Returns
the root component to insert into the translatable panel
void org.sleuthkit.autopsy.contentviewers.TranslatablePanel.ContentComponent.setContent ( String  content,
ComponentOrientation  orientation 
) throws TranslatablePanelException

This method sets the content of the component to the provided content.

Parameters
contentthe content to be displayed
orientationhow it should be displayed
Exceptions
Exceptionif there is an error in rendering the content

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

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