Uses of Interface
org.teamapps.icons.spi.IconLoader
Packages that use IconLoader
-
Uses of IconLoader in org.teamapps.icons
Methods in org.teamapps.icons that return IconLoaderModifier and TypeMethodDescription<I extends Icon<I,S>, S>
IconLoader<I> IconLibraryRegistry.getIconLoader(String libraryName) Methods in org.teamapps.icons with parameters of type IconLoaderModifier and TypeMethodDescription<I extends Icon<I,S>, S>
voidIconLibraryRegistry.registerIconLibrary(Class<I> iconClass, String libraryName, IconEncoder<I> iconEncoder, IconDecoder<I> iconDecoder, IconLoader<I> iconLoader, S defaultStyle) <I extends Icon<I,S>, S>
voidIconProvider.registerIconLibrary(Class<I> iconClass, String libraryName, IconEncoder<I> iconEncoder, IconDecoder<I> iconDecoder, IconLoader<I> iconLoader, S defaultStyle) <I extends Icon<I,S>, S>
voidSessionIconProvider.registerIconLibrary(Class<I> iconClass, String libraryName, IconEncoder<I> iconEncoder, IconDecoder<I> iconDecoder, IconLoader<I> iconLoader, S defaultStyle) -
Uses of IconLoader in org.teamapps.icons.composite
Classes in org.teamapps.icons.composite that implement IconLoader