Uses of Class
com.gurock.smartinspect.ViewerId
-
Packages that use ViewerId Package Description com.gurock.smartinspect com.gurock.smartinspect.contexts com.gurock.smartinspect.packets.logentry com.gurock.smartinspect.session -
-
Uses of ViewerId in com.gurock.smartinspect
Fields in com.gurock.smartinspect declared as ViewerId Modifier and Type Field Description static ViewerIdViewerId. BinaryInstructs the Console to display the data of a Log Entry as a binary dump using a read-only hex editor.static ViewerIdViewerId. BitmapInstructs the Console to display the data of a Log Entry as bitmap image.static ViewerIdViewerId. DataInstructs the Console to display the data of a Log Entry in a read-only text field.static ViewerIdViewerId. HtmlSourceInstructs the Console to display the data of a Log Entry as HTML source with syntax highlighting.static ViewerIdViewerId. IconInstructs the Console to display the data of a Log Entry as Windows icon.static ViewerIdViewerId. IniSourceInstructs the Console to display the data of a Log Entry as INI source with syntax highlighting.static ViewerIdViewerId. InspectorInstructs the Console to display the data of a Log Entry using an object inspector.static ViewerIdViewerId. JavaScriptSourceInstructs the Console to display the data of a Log Entry as JavaScript source with syntax highlighting.static ViewerIdViewerId. JpegInstructs the Console to display the data of a Log Entry as a JPEG image.static ViewerIdViewerId. ListInstructs the Console to display the data of a Log Entry as a list.static ViewerIdViewerId. MetafileInstructs the Console to display the data of a Log Entry as Windows Metafile image.static ViewerIdViewerId. NoneInstructs the Console to use no viewer at all.static ViewerIdViewerId. PerlSourceInstructs the Console to display the data of a Log Entry as Perl source with syntax highlighting.static ViewerIdViewerId. PythonSourceInstructs the Console to display the data of a Log Entry as Python source with syntax highlighting.static ViewerIdViewerId. SqlSourceInstructs the Console to display the data of a Log Entry as SQL source with syntax highlighting.static ViewerIdViewerId. TableInstructs the Console to display the data of a Log Entry as a table.static ViewerIdViewerId. TitleInstructs the Console to display the title of a Log Entry in a read-only text field.static ViewerIdViewerId. ValueListInstructs the Console to display the data of a Log Entry as a key/value list.static ViewerIdViewerId. VbScriptSourceInstructs the Console to display the data of a Log Entry as VBScript source with syntax highlighting.static ViewerIdViewerId. WebInstructs the Console to display the data of a Log Entry as a website.static ViewerIdViewerId. XmlSourceInstructs the Console to display the data of a Log Entry as XML source with syntax highlighting.Methods in com.gurock.smartinspect that return ViewerId Modifier and Type Method Description ViewerIdGraphicId. toViewerId()Returns the related viewer ID for this object.ViewerIdSourceId. toViewerId()Returns the related viewer ID for this object. -
Uses of ViewerId in com.gurock.smartinspect.contexts
Methods in com.gurock.smartinspect.contexts that return ViewerId Modifier and Type Method Description ViewerIdViewerContext. getViewerId()Returns the viewer ID which specifies the viewer to use in the Console.Constructors in com.gurock.smartinspect.contexts with parameters of type ViewerId Constructor Description BinaryContext(ViewerId vi)Creates and initializes a BinaryContext instance.ListViewerContext(ViewerId vi)Overloaded.TextContext(ViewerId vi)Creates and initializes a TextContent instance.ValueListViewerContext(ViewerId vi)Overloaded.ViewerContext(ViewerId vi)Creates and initializes a ViewerContext instance. -
Uses of ViewerId in com.gurock.smartinspect.packets.logentry
Methods in com.gurock.smartinspect.packets.logentry that return ViewerId Modifier and Type Method Description ViewerIdLogEntry. getViewerId()Returns the viewer ID of this Log Entry.Methods in com.gurock.smartinspect.packets.logentry with parameters of type ViewerId Modifier and Type Method Description voidLogEntry. setViewerId(ViewerId viewerId)Sets the viewer ID of this Entry.Constructors in com.gurock.smartinspect.packets.logentry with parameters of type ViewerId Constructor Description LogEntry(LogEntryType logEntryType, ViewerId viewerId)Overloaded. -
Uses of ViewerId in com.gurock.smartinspect.session
Methods in com.gurock.smartinspect.session with parameters of type ViewerId Modifier and Type Method Description voidSession. logCustomFile(Level level, String fileName, LogEntryType lt, ViewerId vi)Overloaded.voidSession. logCustomFile(Level level, String title, String fileName, LogEntryType lt, ViewerId vi)Overloaded.voidSession. logCustomFile(String fileName, LogEntryType lt, ViewerId vi)Overloaded.voidSession. logCustomFile(String title, String fileName, LogEntryType lt, ViewerId vi)Overloaded.voidSession. logCustomReader(Level level, String title, Reader reader, LogEntryType lt, ViewerId vi)Overloaded.voidSession. logCustomReader(String title, Reader reader, LogEntryType lt, ViewerId vi)Logs the content of a reader using a custom Log Entry type, viewer ID and default log level.voidSession. logCustomStream(Level level, String title, InputStream stream, LogEntryType lt, ViewerId vi)Overloaded.voidSession. logCustomStream(String title, InputStream stream, LogEntryType lt, ViewerId vi)Logs the content of a stream using a custom Log Entry type, viewer ID and default log level.voidSession. logCustomText(Level level, String title, String text, LogEntryType lt, ViewerId vi)Logs a text using a custom Log Entry type, viewer ID and custom log level.voidSession. logCustomText(String title, String text, LogEntryType lt, ViewerId vi)Overloaded.voidSession. sendCustomLogEntry(Level level, String title, LogEntryType lt, ViewerId vi, byte[] data)Overloaded.voidSession. sendCustomLogEntry(String title, LogEntryType lt, ViewerId vi, byte[] data)Overloaded.
-