Interface IconProviding


public interface IconProviding
Aspect to enable an application to provide an icon.
Since:
5.2.16
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Aspect to enable an application to provide an icon.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Icon
    Provides an icon for this application.
  • Field Details

  • Method Details

    • getIcon

      @NotNull @NotNull Icon getIcon()
      Provides an icon for this application.
      Returns:
      The application icon.
      Since:
      5.2.16