Uses of Interface
org.teamapps.icons.IconLoaderContext
-
Packages that use IconLoaderContext Package Description org.teamapps.icons org.teamapps.icons.composite org.teamapps.icons.spi -
-
Uses of IconLoaderContext in org.teamapps.icons
Classes in org.teamapps.icons that implement IconLoaderContext Modifier and Type Class Description classIconProvider -
Uses of IconLoaderContext in org.teamapps.icons.composite
Methods in org.teamapps.icons.composite with parameters of type IconLoaderContext Modifier and Type Method Description IconResourceCompositeIconLoader. loadIcon(CompositeIcon icon, int size, IconLoaderContext context) -
Uses of IconLoaderContext in org.teamapps.icons.spi
Methods in org.teamapps.icons.spi with parameters of type IconLoaderContext Modifier and Type Method Description IconResourceIconLoader. loadIcon(ICON icon, int size, IconLoaderContext context)Loads an icon.
-