Module org.autogui

Class GuiSwingLogEntryProgress

java.lang.Object
org.autogui.base.log.GuiLogEntryProgress
org.autogui.swing.log.GuiSwingLogEntryProgress
All Implemented Interfaces:
Closeable, AutoCloseable, GuiLogEntry, GuiSwingLogEntry

public class GuiSwingLogEntryProgress extends GuiLogEntryProgress implements GuiSwingLogEntry
a log-entry of a progress bar
  • Field Details

    • selections

      protected Map<TextCellRenderer<?>,int[]> selections
    • selected

      protected boolean selected
    • interruptCount

      protected int interruptCount
    • rendererToSizeCache

      protected GuiSwingLogEntry.SizeCache rendererToSizeCache
  • Constructor Details

    • GuiSwingLogEntryProgress

      public GuiSwingLogEntryProgress()
    • GuiSwingLogEntryProgress

      public GuiSwingLogEntryProgress(GuiLogEntryProgress p)
  • Method Details