Uses of Class
org.nuxeo.theme.styling.service.descriptors.PalettePreview
-
Packages that use PalettePreview Package Description org.nuxeo.theme.styling.service org.nuxeo.theme.styling.service.descriptors -
-
Uses of PalettePreview in org.nuxeo.theme.styling.service
Methods in org.nuxeo.theme.styling.service that return PalettePreview Modifier and Type Method Description protected PalettePreview
ThemeStylingServiceImpl. computePalettePreview(FlavorDescriptor flavor, List<String> flavors)
-
Uses of PalettePreview in org.nuxeo.theme.styling.service.descriptors
Methods in org.nuxeo.theme.styling.service.descriptors that return PalettePreview Modifier and Type Method Description PalettePreview
PalettePreview. clone()
PalettePreview
FlavorDescriptor. getPalettePreview()
Methods in org.nuxeo.theme.styling.service.descriptors with parameters of type PalettePreview Modifier and Type Method Description void
FlavorDescriptor. setPalettePreview(PalettePreview palettePreview)
-