public class SourceViewerContext extends TextContext
The source viewer in the Console interprets the data of a Log Entry as source code and displays it in a read-only text editor with syntax highlighting.
This class is not guaranteed to be threadsafe.
| Constructor and Description |
|---|
SourceViewerContext(SourceId id)
Creates and initializes a SourceViewerContext instance.
|
appendLine, appendText, close, escapeLine, getViewerData, loadFromFile, loadFromReader, loadFromStream, loadFromText, resetDatagetViewerIdpublic SourceViewerContext(SourceId id)
id - The source ID to useCopyright © 2023. All rights reserved.