Interface Browsable

  • All Superinterfaces:
    java.lang.Comparable<Browsable>

    public interface Browsable
    extends java.lang.Comparable<Browsable>
    Browsable is the elementary object of the gallery browser. In addition to the methods that this interface specifies, implementations should be properly hashable (equals/hashcode) and have a good toString().
    • Method Detail

      • getName

        java.lang.String getName()
      • getCategory

        java.lang.String getCategory()
      • getThumbnail

        javax.swing.ImageIcon getThumbnail()