Autopsy
4.15.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherited by org.sleuthkit.autopsy.contentviewers.artifactviewers.MessageArtifactViewer.TextComponent.
Public Member Functions | |
Component | getRootComponent () |
void | setContent (String content, ComponentOrientation orientation) throws TranslatablePanelException |
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.
Component org.sleuthkit.autopsy.contentviewers.TranslatablePanel.ContentComponent.getRootComponent | ( | ) |
This method gets root component of the translation 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.
content | the content to be displayed |
orientation | how it should be displayed |
Exception | if there is an error in rendering the content |
Copyright © 2012-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.