Uses of Class
org.pentaho.di.core.SwtUniversalImage
- 
Packages that use SwtUniversalImage Package Description org.pentaho.di.core org.pentaho.di.ui.core.gui org.pentaho.di.ui.spoon This package contains the classes needed by Spoon.org.pentaho.di.ui.util  - 
- 
Uses of SwtUniversalImage in org.pentaho.di.core
Subclasses of SwtUniversalImage in org.pentaho.di.core Modifier and Type Class Description classSwtUniversalImageBitmapclassSwtUniversalImageSvg - 
Uses of SwtUniversalImage in org.pentaho.di.ui.core.gui
Methods in org.pentaho.di.ui.core.gui that return types with arguments of type SwtUniversalImage Modifier and Type Method Description Map<String,SwtUniversalImage>GUIResource. getImagesJobentries()Map<String,SwtUniversalImage>GUIResource. getImagesSteps()Method parameters in org.pentaho.di.ui.core.gui with type arguments of type SwtUniversalImage Modifier and Type Method Description voidGUIResource. setImagesJobentries(Map<String,SwtUniversalImage> imagesJobentries) - 
Uses of SwtUniversalImage in org.pentaho.di.ui.spoon
Methods in org.pentaho.di.ui.spoon that return SwtUniversalImage Modifier and Type Method Description static SwtUniversalImageSWTDirectGC. getNativeImage(org.pentaho.di.core.gui.PrimitiveGCInterface.EImage image)static SwtUniversalImageSWTGC. getNativeImage(org.pentaho.di.core.gui.PrimitiveGCInterface.EImage image) - 
Uses of SwtUniversalImage in org.pentaho.di.ui.util
Methods in org.pentaho.di.ui.util that return SwtUniversalImage Modifier and Type Method Description static SwtUniversalImageSwtSvgImageUtil. getImage(org.eclipse.swt.widgets.Display display, String location)Load image from several sources.static SwtUniversalImageSwtSvgImageUtil. getImageAsResource(org.eclipse.swt.widgets.Display display, String location)Load image from several sources.static SwtUniversalImageSwtSvgImageUtil. getMissingImage(org.eclipse.swt.widgets.Display display)Get the image for when all other fallbacks have failed.static SwtUniversalImageSwtSvgImageUtil. getUniversalImage(org.eclipse.swt.widgets.Display display, ClassLoader classLoader, String filename)Load image from several sources. 
 -