Uses of Interface
org.autogui.base.log.GuiLogEntry
Packages that use GuiLogEntry
-
Uses of GuiLogEntry in org.autogui.base.log
Classes in org.autogui.base.log that implement GuiLogEntryModifier and TypeClassDescriptionclass
the class is not a throwable exception class, instead this is a log-entry class for an exception object.class
a log-entry for progress:class
a log-entry for a stringFields in org.autogui.base.log declared as GuiLogEntryMethods in org.autogui.base.log that return GuiLogEntryModifier and TypeMethodDescriptioncreate and report a log entry.Methods in org.autogui.base.log with parameters of type GuiLogEntryModifier and TypeMethodDescriptionvoid
GuiLogManager.show
(GuiLogEntry entry) update display of the entry.void
GuiLogManagerConsole.show
(GuiLogEntry e) -
Uses of GuiLogEntry in org.autogui.swing.log
Subinterfaces of GuiLogEntry in org.autogui.swing.logModifier and TypeInterfaceDescriptioninterface
a log-entry supporting GUI rendering, managed byGuiSwingLogManager
Classes in org.autogui.swing.log that implement GuiLogEntryModifier 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 renderingFields in org.autogui.swing.log declared as GuiLogEntryFields in org.autogui.swing.log with type parameters of type GuiLogEntryModifier and TypeFieldDescriptionprotected List
<GuiLogEntry> GuiSwingLogList.GuiSwingLogListModel.entries
Methods in org.autogui.swing.log that return GuiLogEntryModifier and TypeMethodDescriptionGuiSwingLogList.GuiSwingLogListModel.getElementAt
(int index) GuiSwingLogStatusBar.getEntry()
GuiSwingLogList.getValueAt
(int row) Methods in org.autogui.swing.log that return types with arguments of type GuiLogEntryModifier and TypeMethodDescriptionGuiSwingLogList.GuiSwingLogListModel.getEntries()
GuiSwingLogEntry.LogEntryRenderer.getTableCellRenderer()
GuiSwingLogEntryException.GuiSwingLogExceptionRenderer.getTableCellRenderer()
GuiSwingLogEntryProgress.GuiSwingLogProgressRenderer.getTableCellRenderer()
GuiSwingLogEntryString.GuiSwingLogStringRenderer.getTableCellRenderer()
Methods in org.autogui.swing.log with parameters of type GuiLogEntryModifier and TypeMethodDescriptionvoid
GuiSwingLogList.addLogEntry
(GuiLogEntry entry) GuiSwingLogList.GuiSwingLogListModel.addLogEntry
(GuiLogEntry entry, boolean lowPriority) void
GuiSwingLogManager.GuiSwingLogView.addLogEntry
(GuiLogEntry entry) void
GuiSwingLogStatusBar.addLogEntry
(GuiLogEntry entry) void
GuiSwingLogList.addLogEntryInEvent
(GuiLogEntry entry, boolean lowPriority) boolean
GuiSwingLogList.GuiSwingLogListModel.contains
(GuiLogEntry entry) void
GuiSwingLogList.GuiSwingLogListModel.fireRowChanged
(GuiLogEntry entry) GuiSwingLogEntryString.GuiSwingLogStringRenderer.format
(GuiLogEntry value) GuiSwingLogEntryException.GuiSwingLogExceptionRenderer.getListCellRendererComponent
(JList<? extends GuiLogEntry> list, GuiLogEntry value, int index, boolean isSelected, boolean cellHasFocus) GuiSwingLogEntryProgress.GuiSwingLogProgressRenderer.getListCellRendererComponent
(JList<? extends GuiLogEntry> list, GuiLogEntry value, int index, boolean isSelected, boolean cellHasFocus) GuiSwingLogManager.GuiSwingLogRenderer.getListCellRendererComponent
(JList<? extends GuiLogEntry> list, GuiLogEntry value, int index, boolean isSelected, boolean cellHasFocus) int
GuiSwingLogList.GuiSwingLogListModel.indexOfElement
(GuiLogEntry e) boolean
GuiSwingLogEntryString.GuiSwingLogStringRenderer.isValueSame
(GuiLogEntry value, boolean forMouseEvents) void
GuiSwingLogStatusBar.setEntry
(GuiLogEntry entry) void
GuiSwingLogEntryString.GuiSwingLogStringRenderer.setSelectionFromValue
(GuiLogEntry value) boolean
GuiSwingLogEntryString.GuiSwingLogStringRenderer.setValue
(GuiLogEntry value, boolean forMouseEvents) void
GuiSwingLogManager.show
(GuiLogEntry e) Method parameters in org.autogui.swing.log with type arguments of type GuiLogEntryModifier and TypeMethodDescriptionGuiSwingLogManager.addView
(Consumer<GuiLogEntry> view) GuiSwingLogEntryException.GuiSwingLogExceptionRenderer.getListCellRendererComponent
(JList<? extends GuiLogEntry> list, GuiLogEntry value, int index, boolean isSelected, boolean cellHasFocus) GuiSwingLogEntryProgress.GuiSwingLogProgressRenderer.getListCellRendererComponent
(JList<? extends GuiLogEntry> list, GuiLogEntry value, int index, boolean isSelected, boolean cellHasFocus) GuiSwingLogManager.GuiSwingLogRenderer.getListCellRendererComponent
(JList<? extends GuiLogEntry> list, GuiLogEntry value, int index, boolean isSelected, boolean cellHasFocus)