Uses of Interface
org.autogui.swing.log.GuiSwingLogEntry.LogEntryRenderer
Packages that use GuiSwingLogEntry.LogEntryRenderer
-
Uses of GuiSwingLogEntry.LogEntryRenderer in org.autogui.swing.log
Classes in org.autogui.swing.log that implement GuiSwingLogEntry.LogEntryRendererModifier and TypeClassDescriptionstatic class
a renderer for exception stack-tracesstatic class
a renderer for a progress entrystatic class
a string log-entry rendererFields in org.autogui.swing.log with type parameters of type GuiSwingLogEntry.LogEntryRendererModifier and TypeFieldDescriptionprotected Map
<Object, GuiSwingLogEntry.LogEntryRenderer> GuiSwingLogManager.GuiSwingLogRenderer.rendererMap
Methods in org.autogui.swing.log that return GuiSwingLogEntry.LogEntryRendererModifier and TypeMethodDescriptionGuiSwingLogList.GuiSwingLogEventDispatcher.getEntryRenderer
(GuiSwingLogEntry e) GuiSwingLogManager.GuiSwingLogRenderer.getEntryRenderer
(GuiSwingLogEntry e) GuiSwingLogEntry.getRenderer
(GuiSwingLogManager manager, GuiSwingLogEntry.ContainerType type) GuiSwingLogEntryException.getRenderer
(GuiSwingLogManager manager, GuiSwingLogEntry.ContainerType type) GuiSwingLogEntryProgress.getRenderer
(GuiSwingLogManager manager, GuiSwingLogEntry.ContainerType type) GuiSwingLogEntryString.getRenderer
(GuiSwingLogManager manager, GuiSwingLogEntry.ContainerType type) Methods in org.autogui.swing.log that return types with arguments of type GuiSwingLogEntry.LogEntryRendererModifier and TypeMethodDescriptionGuiSwingLogList.GuiSwingLogEventDispatcher.getRendererList()
GuiSwingLogManager.GuiSwingLogRenderer.getRendererList()
Method parameters in org.autogui.swing.log with type arguments of type GuiSwingLogEntry.LogEntryRendererModifier and TypeMethodDescriptionvoid
GuiSwingLogList.GuiSwingLogEventDispatcher.runEntry
(int row, GuiSwingLogEntry entry, Consumer<GuiSwingLogEntry.LogEntryRenderer> runner) void
GuiSwingLogStatusBar.runEntry
(GuiSwingLogEntry entry, Consumer<GuiSwingLogEntry.LogEntryRenderer> runner)