Interface ISourceCategory<T extends java.lang.Enum<T>>

    • Method Detail

      • getCategoryString

        java.lang.String getCategoryString()
        Returns the unique string identifying this category.
        Returns:
        the unique string identifying this category
      • getDescription

        java.lang.String getDescription()
        Returns the description of this category.
        Returns:
        the description of this category
      • getIcon

        javax.swing.ImageIcon getIcon​(ImageProvider.ImageSizes size)
        Returns the category icon at the given size.
        Parameters:
        size - icon wanted size
        Returns:
        the category icon at the given size