Java org.eclipse.jface.resource ResourceLocator fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.resource ResourceLocator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.resource ResourceLocator.

The text is from its open source code.

Method

OptionalimageDescriptorFromBundle(String bundleSymbolicName, String imageFilePath)
Returns a new Optional < ImageDescriptor > for an image file located within the specified bundle or Optional#empty() .
OptionalimageDescriptorFromBundle(Class classFromBundle, String imageFilePath)
Returns a new Optional < ImageDescriptor > for an image file located within the specified bundle or Optional#empty() .