Uses of Interface
org.teamapps.icons.IconDecoderContext
-
Packages that use IconDecoderContext Package Description org.teamapps.icons org.teamapps.icons.composite org.teamapps.icons.spi -
-
Uses of IconDecoderContext in org.teamapps.icons
Classes in org.teamapps.icons that implement IconDecoderContext Modifier and Type Class Description classIconProvider -
Uses of IconDecoderContext in org.teamapps.icons.composite
Methods in org.teamapps.icons.composite with parameters of type IconDecoderContext Modifier and Type Method Description CompositeIconCompositeIconDecoder. decodeIcon(java.lang.String encodedIconString, IconDecoderContext context) -
Uses of IconDecoderContext in org.teamapps.icons.spi
Methods in org.teamapps.icons.spi with parameters of type IconDecoderContext Modifier and Type Method Description ICONIconDecoder. decodeIcon(java.lang.String encodedIconString, IconDecoderContext context)Decodes an icon from an encoded iconString.
-