Uses of Class
net.ssehub.easy.producer.ui.productline_editor.ImageProvider.ImageType
-
Packages that use ImageProvider.ImageType Package Description net.ssehub.easy.producer.ui.productline_editor This package contains the editor for configuring the product line. -
-
Uses of ImageProvider.ImageType in net.ssehub.easy.producer.ui.productline_editor
Fields in net.ssehub.easy.producer.ui.productline_editor with type parameters of type ImageProvider.ImageType Modifier and Type Field Description private java.util.Map<ImageProvider.ImageType,org.eclipse.swt.graphics.Image>ImageProvider. mapMethods in net.ssehub.easy.producer.ui.productline_editor that return ImageProvider.ImageType Modifier and Type Method Description static ImageProvider.ImageTypeImageProvider.ImageType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ImageProvider.ImageType[]ImageProvider.ImageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.ssehub.easy.producer.ui.productline_editor with parameters of type ImageProvider.ImageType Modifier and Type Method Description org.eclipse.swt.graphics.ImageImageProvider. getImage(ImageProvider.ImageType type)Returns the specified image.protected voidImageProvider. setImage(ImageProvider.ImageType type, org.eclipse.swt.graphics.Image image)Defines a specific image.
-