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 classa renderer for exception stack-tracesstatic classa renderer for a progress entrystatic classa string log-entry rendererFields in org.autogui.swing.log with type parameters of type GuiSwingLogEntry.LogEntryRendererModifier and TypeFieldDescriptionprotected Map<Object, GuiSwingLogEntry.LogEntryRenderer> GuiSwingLogManager.GuiSwingLogRenderer.rendererMapMethods 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 TypeMethodDescriptionvoidGuiSwingLogList.GuiSwingLogEventDispatcher.runEntry(int row, GuiSwingLogEntry entry, Consumer<GuiSwingLogEntry.LogEntryRenderer> runner) voidGuiSwingLogStatusBar.runEntry(GuiSwingLogEntry entry, Consumer<GuiSwingLogEntry.LogEntryRenderer> runner)