Uses of Interface
org.autogui.swing.log.GuiSwingLogEntry
Packages that use GuiSwingLogEntry
-
Uses of GuiSwingLogEntry in org.autogui.swing.log
Classes in org.autogui.swing.log that implement GuiSwingLogEntryModifier and TypeClassDescriptionclass
a log-entry for an exception with supporting GUI renderingclass
a log-entry of a progress barclass
a log-entry of a string message with supporting GUI renderingMethods in org.autogui.swing.log that return GuiSwingLogEntryModifier and TypeMethodDescriptionMethods in org.autogui.swing.log with parameters of type GuiSwingLogEntryModifier and TypeMethodDescriptiondefault int
GuiSwingLogEntry.LogEntryRenderer.findText
(GuiSwingLogEntry entry, String findKeyword) int
GuiSwingLogEntryException.GuiSwingLogExceptionRenderer.findText
(GuiSwingLogEntry entry, String findKeyword) int
GuiSwingLogEntryProgress.GuiSwingLogProgressRenderer.findText
(GuiSwingLogEntry entry, String findKeyword) int
GuiSwingLogEntryString.GuiSwingLogStringRenderer.findText
(GuiSwingLogEntry entry, String findKeyword) default Object
GuiSwingLogEntry.LogEntryRenderer.focusNextFound
(GuiSwingLogEntry entry, Object prevIndex, boolean forward) As a precondition,GuiSwingLogEntry.LogEntryRenderer.findText(GuiSwingLogEntry, String)
is called for the entry before.GuiSwingLogEntryException.GuiSwingLogExceptionRenderer.focusNextFound
(GuiSwingLogEntry entry, Object prevIndex, boolean forward) GuiSwingLogEntryProgress.GuiSwingLogProgressRenderer.focusNextFound
(GuiSwingLogEntry entry, Object prevIndex, boolean forward) GuiSwingLogEntryString.GuiSwingLogStringRenderer.focusNextFound
(GuiSwingLogEntry entry, Object prevIndex, boolean forward) GuiSwingLogList.GuiSwingLogEventDispatcher.getEntryRenderer
(GuiSwingLogEntry e) GuiSwingLogManager.GuiSwingLogRenderer.getEntryRenderer
(GuiSwingLogEntry e) default String
GuiSwingLogEntry.LogEntryRenderer.getSelectedText
(GuiSwingLogEntry entry, boolean entireText) GuiSwingLogEntryException.GuiSwingLogExceptionRenderer.getSelectedText
(GuiSwingLogEntry entry, boolean entireText) GuiSwingLogEntryProgress.GuiSwingLogProgressRenderer.getSelectedText
(GuiSwingLogEntry entry, boolean entireText) GuiSwingLogEntryString.GuiSwingLogStringRenderer.getSelectedText
(GuiSwingLogEntry entry, boolean entireText) default void
GuiSwingLogEntry.LogEntryRenderer.mouseDragged
(GuiSwingLogEntry entry, Point point) void
GuiSwingLogEntryException.GuiSwingLogExceptionRenderer.mouseDragged
(GuiSwingLogEntry entry, Point point) void
GuiSwingLogEntryProgress.GuiSwingLogProgressRenderer.mouseDragged
(GuiSwingLogEntry entry, Point point) void
GuiSwingLogEntryString.GuiSwingLogStringRenderer.mouseDragged
(GuiSwingLogEntry entry, Point point) default void
GuiSwingLogEntry.LogEntryRenderer.mousePressed
(GuiSwingLogEntry entry, Point point) void
GuiSwingLogEntryException.GuiSwingLogExceptionRenderer.mousePressed
(GuiSwingLogEntry entry, Point point) void
GuiSwingLogEntryProgress.GuiSwingLogProgressRenderer.mousePressed
(GuiSwingLogEntry entry, Point point) void
GuiSwingLogEntryString.GuiSwingLogStringRenderer.mousePressed
(GuiSwingLogEntry entry, Point point) default void
GuiSwingLogEntry.LogEntryRenderer.mouseReleased
(GuiSwingLogEntry entry, Point point) void
GuiSwingLogEntryException.GuiSwingLogExceptionRenderer.mouseReleased
(GuiSwingLogEntry entry, Point point) void
GuiSwingLogEntryProgress.GuiSwingLogProgressRenderer.mouseReleased
(GuiSwingLogEntry entry, Point point) void
GuiSwingLogEntryString.GuiSwingLogStringRenderer.mouseReleased
(GuiSwingLogEntry entry, Point point) void
GuiSwingLogList.GuiSwingLogEventDispatcher.runEntry
(int row, GuiSwingLogEntry entry, Consumer<GuiSwingLogEntry.LogEntryRenderer> runner) void
GuiSwingLogStatusBar.runEntry
(GuiSwingLogEntry entry, Consumer<GuiSwingLogEntry.LogEntryRenderer> runner) void
GuiSwingLogList.updateSelectionToSelectionModel
(GuiSwingLogEntry e, int index)