Example usage for org.eclipse.jface.resource ImageRegistry subclass-usage

List of usage examples for org.eclipse.jface.resource ImageRegistry subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.resource ImageRegistry subclass-usage.

Usage

From source file au.gov.ga.earthsci.application.ImageRegistry.java

/**
 * The plugin image registry.
 * <p/>
 * Provides convenient access to the reusable icon and image elements in the
 * application.
 * 

From source file ch.netcetera.eclipse.workspaceconfig.ui.PluginImages.java

/**
 * The {@link ImageRegistry} of the plug-in.
 */
public final class PluginImages extends ImageRegistry {

    /** Launch dialog title image. */

From source file de.babe.eclipse.plugins.quickREx.PluginImageRegistry.java

/**
 * @author bastian.bergerhoff, georg.sendt
 */
public class PluginImageRegistry extends ImageRegistry {

    public static final String IMG_JCOPY = "IMG_JCOPY"; //$NON-NLS-1$

From source file nu.bibi.breadcrumb.files.ImageFileRegistry.java

/**
 * An image file registry maintains a mapping between a file extension and SWT
 * image descriptor objects.
 * 
 * @author Laurent Muller
 * @version 1.0

From source file org.eclipse.cdt.dsf.gdb.internal.ui.tracepoints.AbstractImageRegistry.java

/**
 * Abstract image registry that allows for defining fallback paths for images.
 * This is copy of <code>org.eclipse.cdt.dsf.debug.internal.ui.disassembly.AbstractImageRegistry</code>
 * 
 * @since 2.1
 */

From source file org.eclipse.dd.dsf.debug.internal.ui.disassembly.AbstractImageRegistry.java

/**
 * Abstract image registry that allows for defining fallback paths for images.
 */
public abstract class AbstractImageRegistry extends ImageRegistry {
    private HashMap<String, String> fPlugins = new HashMap<String, String>();
    private HashMap<String, String[]> fLocations = new HashMap<String, String[]>();

From source file org.qsos.data.ImageRegistryQSOS.java

/**
 * @author MULOT_L
 *
 * This class must gather the image of the JQ application.
 * Some problem exist again.
 *