Uses of Class
de.xima.fc.mdl.ui.GuiImage
-
Packages that use GuiImage Package Description de.xima.fc.pluginstore de.xima.fc.proma.resource -
-
Uses of GuiImage in de.xima.fc.pluginstore
Methods in de.xima.fc.pluginstore that return types with arguments of type GuiImage Modifier and Type Method Description List<GuiImage>
PluginStoreItem. getImages()
Gets the list of images (e.g.Method parameters in de.xima.fc.pluginstore with type arguments of type GuiImage Modifier and Type Method Description PluginStoreItem.Builder
PluginStoreItem.Builder. images(List<GuiImage> images)
Sets the list of image links (e.g. -
Uses of GuiImage in de.xima.fc.proma.resource
Methods in de.xima.fc.proma.resource that return types with arguments of type GuiImage Modifier and Type Method Description static List<GuiImage>
PromaResourceExtractor. extractGuiImages(de.xima.proma.restclient.pub.gen.model.PublicStoreItemVersionResource version)
Extracts all image links with their description from a given version.
-