Interface IconResolver

All Known Implementing Classes:
IconLoader

public interface IconResolver
Responsible for resolving icons.
  • Method Details

    • getIcon

      @NotNull @NotNull Icon getIcon(@NotNull @NotNull String path)
    • getIcon

      @NotNull @NotNull Icon getIcon(@NotNull @NotNull String path, boolean themed)
    • getIcon

      @NotNull @NotNull Icon getIcon(@NotNull @NotNull String path, int width, int height)
    • getIcon

      @NotNull @NotNull Icon getIcon(@NotNull @NotNull String path, int width, int height, boolean themed)
    • getUIAwareIcon

      @NotNull @NotNull UIAwareIcon getUIAwareIcon(@NotNull @NotNull String path)
    • getUIAwareIcon

      @NotNull @NotNull UIAwareIcon getUIAwareIcon(@NotNull @NotNull String path, int width, int height)