Uses of Interface
org.teamapps.icons.Icon
Packages that use Icon
-
Uses of Icon in org.teamapps.icons
Classes in org.teamapps.icons with type parameters of type IconMethods in org.teamapps.icons with type parameters of type IconModifier and TypeMethodDescriptionSessionIconProvider.encodeIcon(I icon) SessionIconProvider.encodeIcon(I icon, boolean fallbackToDefaultStyle) <S,I extends Icon<I, S>>
SIconLibraryRegistry.getDefaultStyle(Class<I> iconClass) <I extends Icon<I,S>, S>
SIconProvider.getDefaultStyle(Class<I> iconClass) <I extends Icon<I,S>, S>
IconDecoder<I> IconLibraryRegistry.getIconDecoder(String libraryName) <I extends Icon<I,S>, S>
IconDecoder<I> IconProvider.getIconDecoder(String libraryName) <I extends Icon<I,S>, S>
IconEncoder<I> IconLibraryRegistry.getIconEncoder(Class<I> iconClass) <I extends Icon<I,S>, S>
IconEncoder<I> IconProvider.getIconEncoder(Class<I> iconClass) <I extends Icon<I,S>, S>
IconLoader<I> IconLibraryRegistry.getIconLoader(String libraryName) IconLibraryRegistry.getLibraryName(Class<I> iconClass) IconProvider.getLibraryName(Icon icon) <I extends Icon<I,S>, S>
voidIconLibraryRegistry.registerIconLibrary(Class<I> iconClass) <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) <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) <I extends Icon<I,S>, S>
voidSessionIconProvider.registerIconLibrary(Class<I> iconClass, String libraryName, IconEncoder<I> iconEncoder, IconDecoder<I> iconDecoder, IconLoader<I> iconLoader, S defaultStyle) <I extends Icon<I,S>, S>
voidSessionIconProvider.setDefaultStyleForIconClass(Class<I> iconClass, S defaultStyle) Methods in org.teamapps.icons that return IconModifier and TypeMethodDescriptionIcon<?, ?> IconDecoderContext.decodeIcon(String qualifiedEncodedIcon) Icon<?, ?> IconProvider.decodeIcon(String qualifiedEncodedIcon) Icon<?, ?> SessionIconProvider.decodeIcon(String qualifiedEncodedIconString) Methods in org.teamapps.icons with parameters of type IconModifier and TypeMethodDescriptionIconEncoderContext.encodeIcon(Icon<?, ?> icon) IconProvider.encodeIcon(Icon<?, ?> icon) Encodes the given icon.IconLibraryRegistry.getLibraryName(Icon<?, ?> icon) IconProvider.getLibraryName(Icon icon) -
Uses of Icon in org.teamapps.icons.composite
Classes in org.teamapps.icons.composite that implement IconMethods in org.teamapps.icons.composite that return IconModifier and TypeMethodDescriptionCompositeIcon.getBaseIcon()CompositeIcon.getBottomLeftIcon()CompositeIcon.getBottomRightIcon()CompositeIcon.getTopLeftIcon()CompositeIcon.getTopRightIcon()Methods in org.teamapps.icons.composite with parameters of type Icon -
Uses of Icon in org.teamapps.icons.spi
Classes in org.teamapps.icons.spi with type parameters of type IconModifier and TypeInterfaceDescriptioninterfaceIconDecoder<ICON extends Icon<ICON,?>> Decodes icons from an encoded iconStrings such as they are produced by theIconEncoder.interfaceIconEncoder<ICON extends Icon<ICON,?>> Responsible for creatingStringrepresentations for icons.interfaceIconLoader<ICON extends Icon<ICON,?>> Loads icons, providing them in binary form.