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 TypeClassDescriptionclassthe class is not a throwable exception class, instead this is a log-entry class for an exception object.classa log-entry for progress:classa 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 TypeMethodDescriptionvoidGuiLogManager.show(GuiLogEntry entry) update display of the entry.voidGuiLogManagerConsole.show(GuiLogEntry e) -
Uses of GuiLogEntry in org.autogui.swing.log
Subinterfaces of GuiLogEntry in org.autogui.swing.logModifier and TypeInterfaceDescriptioninterfacea log-entry supporting GUI rendering, managed byGuiSwingLogManagerClasses in org.autogui.swing.log that implement GuiLogEntryModifier and TypeClassDescriptionclassa log-entry for an exception with supporting GUI renderingclassa log-entry of a progress barclassa 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.entriesMethods 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 TypeMethodDescriptionvoidGuiSwingLogList.addLogEntry(GuiLogEntry entry) GuiSwingLogList.GuiSwingLogListModel.addLogEntry(GuiLogEntry entry, boolean lowPriority) voidGuiSwingLogManager.GuiSwingLogView.addLogEntry(GuiLogEntry entry) voidGuiSwingLogStatusBar.addLogEntry(GuiLogEntry entry) voidGuiSwingLogList.addLogEntryInEvent(GuiLogEntry entry, boolean lowPriority) booleanGuiSwingLogList.GuiSwingLogListModel.contains(GuiLogEntry entry) voidGuiSwingLogList.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) intGuiSwingLogList.GuiSwingLogListModel.indexOfElement(GuiLogEntry e) booleanGuiSwingLogEntryString.GuiSwingLogStringRenderer.isValueSame(GuiLogEntry value, boolean forMouseEvents) voidGuiSwingLogStatusBar.setEntry(GuiLogEntry entry) voidGuiSwingLogEntryString.GuiSwingLogStringRenderer.setSelectionFromValue(GuiLogEntry value) booleanGuiSwingLogEntryString.GuiSwingLogStringRenderer.setValue(GuiLogEntry value, boolean forMouseEvents) voidGuiSwingLogManager.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)