Interface IconTypeDefinitionFactory

All Known Implementing Classes:
IconTypeDefinitionFactoryImpl

public interface IconTypeDefinitionFactory
A factory to get IconTypeDefinitions from plugins for a given IconType.
  • Method Details

    • getDefinition

      @Nullable IconTypeDefinition getDefinition(@Nonnull IconType iconType)
      Get the type definition for the icon type.
      Parameters:
      iconType - The icon type to look for.
      Returns:
      The definition, or null if there is no definition for this icon type.
    • getDefaultSystemIconFilename

      @Nonnull String getDefaultSystemIconFilename(@Nonnull IconType iconType)
      Get the default system icon filename for this icon type.
      Parameters:
      iconType - The icon type to look for.
      Returns:
      The filename.