TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.probekit.launch.internal
Class ProbekitLaunchImages

java.lang.Object
  extended by org.eclipse.hyades.ui.internal.util.ImageManager
      extended by org.eclipse.tptp.platform.probekit.launch.internal.ProbekitLaunchImages

public class ProbekitLaunchImages
extends ImageManager

Image manager for the Probekit Launch plugin.


Field Summary
static java.lang.String IMG_FILTER
           
static java.lang.String IMG_PROP
           
static ProbekitLaunchImages INSTANCE
          ProbekitLaunchImages' singleton.
 
Fields inherited from class org.eclipse.hyades.ui.internal.util.ImageManager
iconBaseURL, imageRegistry, imagesWereLoaded, initialized, T_LCL, T_OBJ, T_OVR, T_TOOL, T_VIEW, T_WIZBAN
 
Constructor Summary
ProbekitLaunchImages()
           
 
Method Summary
protected  void addImages()
          Subclasses are supposed to add all the images to this manager in this method implementation.
 
Methods inherited from class org.eclipse.hyades.ui.internal.util.ImageManager
add, add, add, checkImages, createImageDescriptor, getImage, getImage, getImageDescriptor, getImageDescriptor, initialize, initializeImages, isInitialized, makeIconFileURL, setImageDescriptors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final ProbekitLaunchImages INSTANCE
ProbekitLaunchImages' singleton.


IMG_PROP

public static final java.lang.String IMG_PROP
See Also:
Constant Field Values

IMG_FILTER

public static final java.lang.String IMG_FILTER
See Also:
Constant Field Values
Constructor Detail

ProbekitLaunchImages

public ProbekitLaunchImages()
Method Detail

addImages

protected void addImages()
Description copied from class: ImageManager
Subclasses are supposed to add all the images to this manager in this method implementation.

The images should be added by invoking one the add methods.

Specified by:
addImages in class ImageManager
See Also:
org.eclipse.hyades.ui.util.ImageManager#addImages()

TPTP 4.6.0 Platform Project
Internal API Specification