Uses of Class
org.apache.hop.core.SwtUniversalImage
-
Packages that use SwtUniversalImage Package Description org.apache.hop.core org.apache.hop.ui.core.gui org.apache.hop.ui.hopgui.shared org.apache.hop.ui.util -
-
Uses of SwtUniversalImage in org.apache.hop.core
Subclasses of SwtUniversalImage in org.apache.hop.core Modifier and Type Class Description classSwtUniversalImageBitmapclassSwtUniversalImageSvg -
Uses of SwtUniversalImage in org.apache.hop.ui.core.gui
Methods in org.apache.hop.ui.core.gui that return types with arguments of type SwtUniversalImage Modifier and Type Method Description Map<String,SwtUniversalImage>GuiResource. getImagesActions()Map<String,SwtUniversalImage>GuiResource. getImagesTransforms() -
Uses of SwtUniversalImage in org.apache.hop.ui.hopgui.shared
Methods in org.apache.hop.ui.hopgui.shared that return SwtUniversalImage Modifier and Type Method Description static SwtUniversalImageSwtGc. getNativeImage(IGc.EImage image) -
Uses of SwtUniversalImage in org.apache.hop.ui.util
Methods in org.apache.hop.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.
-