public final class ViewerId extends Enum
| Modifier and Type | Field and Description |
|---|---|
static ViewerId |
Binary
Instructs the Console to display the data of a Log Entry
as a binary dump using a read-only hex editor.
|
static ViewerId |
Bitmap
Instructs the Console to display the data of a Log Entry
as bitmap image.
|
static ViewerId |
Data
Instructs the Console to display the data of a Log Entry
in a read-only text field.
|
static ViewerId |
HtmlSource
Instructs the Console to display the data of a Log Entry
as HTML source with syntax highlighting.
|
static ViewerId |
Icon
Instructs the Console to display the data of a Log Entry
as Windows icon.
|
static ViewerId |
IniSource
Instructs the Console to display the data of a Log Entry
as INI source with syntax highlighting.
|
static ViewerId |
Inspector
Instructs the Console to display the data of a Log Entry
using an object inspector.
|
static ViewerId |
JavaScriptSource
Instructs the Console to display the data of a Log Entry
as JavaScript source with syntax highlighting.
|
static ViewerId |
Jpeg
Instructs the Console to display the data of a Log Entry
as a JPEG image.
|
static ViewerId |
List
Instructs the Console to display the data of a Log Entry
as a list.
|
static ViewerId |
Metafile
Instructs the Console to display the data of a Log Entry
as Windows Metafile image.
|
static ViewerId |
None
Instructs the Console to use no viewer at all.
|
static ViewerId |
PerlSource
Instructs the Console to display the data of a Log Entry
as Perl source with syntax highlighting.
|
static ViewerId |
PythonSource
Instructs the Console to display the data of a Log Entry
as Python source with syntax highlighting.
|
static ViewerId |
SqlSource
Instructs the Console to display the data of a Log Entry
as SQL source with syntax highlighting.
|
static ViewerId |
Table
Instructs the Console to display the data of a Log Entry
as a table.
|
static ViewerId |
Title
Instructs the Console to display the title of a Log Entry
in a read-only text field.
|
static ViewerId |
ValueList
Instructs the Console to display the data of a Log Entry
as a key/value list.
|
static ViewerId |
VbScriptSource
Instructs the Console to display the data of a Log Entry as VBScript source with syntax highlighting.
|
static ViewerId |
Web
Instructs the Console to display the data of a Log Entry
as a website.
|
static ViewerId |
XmlSource
Instructs the Console to display the data of a Log Entry
as XML source with syntax highlighting.
|
public static final ViewerId None
public static final ViewerId Title
public static final ViewerId Data
public static final ViewerId List
public static final ViewerId ValueList
public static final ViewerId Inspector
public static final ViewerId Table
public static final ViewerId Web
public static final ViewerId Binary
public static final ViewerId HtmlSource
public static final ViewerId JavaScriptSource
public static final ViewerId VbScriptSource
public static final ViewerId PerlSource
public static final ViewerId SqlSource
public static final ViewerId IniSource
public static final ViewerId PythonSource
public static final ViewerId XmlSource
public static final ViewerId Bitmap
public static final ViewerId Jpeg
public static final ViewerId Icon
public static final ViewerId Metafile
Copyright © 2023. All rights reserved.