Uses of Class
org.autogui.base.log.GuiLogEntryProgress
Packages that use GuiLogEntryProgress
-
Uses of GuiLogEntryProgress in org.autogui.base.log
Fields in org.autogui.base.log with type parameters of type GuiLogEntryProgressModifier and TypeFieldDescriptionprotected List
<Consumer<GuiLogEntryProgress>> GuiLogEntryProgress.listeners
Methods in org.autogui.base.log that return GuiLogEntryProgressModifier and TypeMethodDescriptionGuiLogEntryProgress.addListener
(Consumer<GuiLogEntryProgress> listener) GuiLogEntryProgress.addValue
(int n) it might causeGuiLogEntryProgress.GuiLogEntryProgressInterruptedException
GuiLogEntryProgress.addValueP
(double p) it might causeGuiLogEntryProgress.GuiLogEntryProgressInterruptedException
GuiLogManager.logProgress()
create an active progress entry and show it.GuiLogManager.logProgress
(int max) GuiLogManagerConsole.logProgress()
GuiLogEntryProgress.removeListener
(Consumer<GuiLogEntryProgress> listener) GuiLogEntryProgress.setEndTime
(Instant endTime) GuiLogEntryProgress.setIndeterminate
(boolean indeterminate) it might causeGuiLogEntryProgress.GuiLogEntryProgressInterruptedException
.GuiLogEntryProgress.setMaximum
(int maximum) it might causeGuiLogEntryProgress.GuiLogEntryProgressInterruptedException
.GuiLogEntryProgress.setMessage
(String message) it might causeGuiLogEntryProgress.GuiLogEntryProgressInterruptedException
.GuiLogEntryProgress.setMinimum
(int minimum) it might causeGuiLogEntryProgress.GuiLogEntryProgressInterruptedException
.GuiLogEntryProgress.setValue
(int n) it might causeGuiLogEntryProgress.GuiLogEntryProgressInterruptedException
if the value is actually changed, it causes a notification to listenersGuiLogEntryProgress.setValueP
(double p) it might causeGuiLogEntryProgress.GuiLogEntryProgressInterruptedException
Methods in org.autogui.base.log that return types with arguments of type GuiLogEntryProgressMethods in org.autogui.base.log with parameters of type GuiLogEntryProgressModifier and TypeMethodDescriptionvoid
GuiLogEntryProgress.setState
(GuiLogEntryProgress p) copy fields of p.void
GuiLogManagerConsole.showProgress
(GuiLogEntryProgress p) void
GuiLogManager.updateProgress
(GuiLogEntryProgress p) void
GuiLogManagerConsole.updateProgress
(GuiLogEntryProgress p) Method parameters in org.autogui.base.log with type arguments of type GuiLogEntryProgressModifier and TypeMethodDescriptionGuiLogEntryProgress.addListener
(Consumer<GuiLogEntryProgress> listener) GuiLogEntryProgress.removeListener
(Consumer<GuiLogEntryProgress> listener) -
Uses of GuiLogEntryProgress in org.autogui.swing.log
Subclasses of GuiLogEntryProgress in org.autogui.swing.logFields in org.autogui.swing.log declared as GuiLogEntryProgressModifier and TypeFieldDescriptionprotected GuiLogEntryProgress
GuiSwingLogEntryProgress.GuiSwingLogProgressRenderer.lastValue
protected GuiLogEntryProgress
GuiSwingLogEntryProgress.GuiSwingLogProgressRenderer.previousState
Fields in org.autogui.swing.log with type parameters of type GuiLogEntryProgressModifier and TypeFieldDescriptionprotected TextCellRenderer
<GuiLogEntryProgress> GuiSwingLogEntryProgress.GuiSwingLogProgressRenderer.message
protected TextCellRenderer
<GuiLogEntryProgress> GuiSwingLogEntryProgress.GuiSwingLogProgressRenderer.message2
Methods in org.autogui.swing.log that return GuiLogEntryProgressMethods in org.autogui.swing.log with parameters of type GuiLogEntryProgressModifier and TypeMethodDescriptionGuiSwingLogEntryProgress.ProgressMessageRenderer.format
(GuiLogEntryProgress p) GuiSwingLogEntryProgress.ProgressStatusRenderer.format
(GuiLogEntryProgress p) void
GuiSwingLogEntryProgress.setState
(GuiLogEntryProgress p) void
GuiSwingLogManager.updateProgress
(GuiLogEntryProgress p) Constructors in org.autogui.swing.log with parameters of type GuiLogEntryProgress