Module org.autogui

Class GuiReprValueImagePane.ImageHistoryEntry

java.lang.Object
org.autogui.swing.mapping.GuiReprValueImagePane.ImageHistoryEntry
Direct Known Subclasses:
GuiSwingPrefsHistoryValues.ImageHistoryEntryEditor
Enclosing class:
GuiReprValueImagePane

public static class GuiReprValueImagePane.ImageHistoryEntry extends Object
a special value of history entry which has an image, and it's source file path
  • Field Details

  • Constructor Details

    • ImageHistoryEntry

      public ImageHistoryEntry(Path path, Image image)
    • ImageHistoryEntry

      public ImageHistoryEntry(Path path, BiConsumer<Image,Path> imagePathSetter)
  • Method Details

    • getPath

      public Path getPath()
      Returns:
      non-null
    • getImage

      public Image getImage()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object