Class IconLoader

java.lang.Object
org.eclipse.scout.rt.ui.html.res.loader.AbstractResourceLoader
org.eclipse.scout.rt.ui.html.res.loader.IconLoader
All Implemented Interfaces:
IResourceLoader

public class IconLoader extends AbstractResourceLoader
This class loads static icon images from IconLocator (/resource/icons folders of all jars on the classpath).
  • Constructor Details

    • IconLoader

      public IconLoader()
  • Method Details

    • loadResource

      public org.eclipse.scout.rt.platform.resource.BinaryResource loadResource(String pathInfo)
      Description copied from interface: IResourceLoader
      Tries to find the BinaryResource of the requested path.
      Returns:
      the result if it could be found or null otherwise.