Uses of Class
org.nuxeo.theme.styling.service.descriptors.IconDescriptor
-
Packages that use IconDescriptor Package Description org.nuxeo.theme.styling.service org.nuxeo.theme.styling.service.descriptors -
-
Uses of IconDescriptor in org.nuxeo.theme.styling.service
Methods in org.nuxeo.theme.styling.service that return types with arguments of type IconDescriptor Modifier and Type Method Description protected List<IconDescriptor>
ThemeStylingServiceImpl. computeIcons(FlavorDescriptor flavor, List<String> flavors)
-
Uses of IconDescriptor in org.nuxeo.theme.styling.service.descriptors
Methods in org.nuxeo.theme.styling.service.descriptors that return IconDescriptor Modifier and Type Method Description IconDescriptor
IconDescriptor. clone()
Methods in org.nuxeo.theme.styling.service.descriptors that return types with arguments of type IconDescriptor Modifier and Type Method Description List<IconDescriptor>
FlavorDescriptor. getFavicons()
Method parameters in org.nuxeo.theme.styling.service.descriptors with type arguments of type IconDescriptor Modifier and Type Method Description void
FlavorDescriptor. setFavicons(List<IconDescriptor> favicons)
-