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 class
SwtUniversalImageBitmap
class
SwtUniversalImageSvg
-
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 void
GUIResource. 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 SwtUniversalImage
SWTDirectGC. getNativeImage(org.pentaho.di.core.gui.PrimitiveGCInterface.EImage image)
static SwtUniversalImage
SWTGC. 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 SwtUniversalImage
SwtSvgImageUtil. getImage(org.eclipse.swt.widgets.Display display, String location)
Load image from several sources.static SwtUniversalImage
SwtSvgImageUtil. getImageAsResource(org.eclipse.swt.widgets.Display display, String location)
Load image from several sources.static SwtUniversalImage
SwtSvgImageUtil. getMissingImage(org.eclipse.swt.widgets.Display display)
Get the image for when all other fallbacks have failed.static SwtUniversalImage
SwtSvgImageUtil. getUniversalImage(org.eclipse.swt.widgets.Display display, ClassLoader classLoader, String filename)
Load image from several sources.
-