Uses of Class
org.pentaho.di.core.SwtUniversalImage
Packages that use SwtUniversalImage
Package
Description
This package contains the classes needed by Spoon.
-
Uses of SwtUniversalImage in org.pentaho.di.core
Subclasses of SwtUniversalImage in org.pentaho.di.core -
Uses of SwtUniversalImage in org.pentaho.di.ui.core.gui
Methods in org.pentaho.di.ui.core.gui that return SwtUniversalImageModifier and TypeMethodDescriptionGUIResource.getCandidateArrow()GUIResource.getDefaultArrow()GUIResource.getDisabledArrow()GUIResource.getErrorArrow()GUIResource.getOkArrow()GUIResource.getSwtImageArrow()GUIResource.getSwtImageBalance()GUIResource.getSwtImageBusy()GUIResource.getSwtImageCheckpoint()GUIResource.getSwtImageConnection()GUIResource.getSwtImageContextMenu()GUIResource.getSwtImageCopyHop()GUIResource.getSwtImageDummy()GUIResource.getSwtImageEdit()GUIResource.getSwtImageErrorHop()GUIResource.getSwtImageFalse()GUIResource.getSwtImageHopInput()GUIResource.getSwtImageHopOutput()GUIResource.getSwtImageHopTarget()GUIResource.getSwtImageInfoHop()GUIResource.getSwtImageInject()GUIResource.getSwtImageJobRepo()GUIResource.getSwtImageLocked()GUIResource.getSwtImageMissing()GUIResource.getSwtImageParallelHop()GUIResource.getSwtImageRedStepError()GUIResource.getSwtImageStart()GUIResource.getSwtImageStepError()GUIResource.getSwtImageTransRepo()GUIResource.getSwtImageTrue()GUIResource.getSwtImageUnconditionalHop()GUIResource.getSwtImageWarning()Methods in org.pentaho.di.ui.core.gui that return types with arguments of type SwtUniversalImageMethod parameters in org.pentaho.di.ui.core.gui with type arguments of type SwtUniversalImageModifier and TypeMethodDescriptionvoidGUIResource.setImagesJobentries(Map<String, SwtUniversalImage> imagesJobentries) -
Uses of SwtUniversalImage in org.pentaho.di.ui.spoon
Methods in org.pentaho.di.ui.spoon that return SwtUniversalImageModifier and TypeMethodDescriptionstatic final SwtUniversalImageSWTDirectGC.getNativeImage(org.pentaho.di.core.gui.PrimitiveGCInterface.EImage image) static final 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 SwtUniversalImageModifier and TypeMethodDescriptionstatic SwtUniversalImageLoad 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.