org.eclipse.swtbot.swt.finder.utils
Class ImageFormatConverter.ImageType

java.lang.Object
  extended by org.eclipse.swtbot.swt.finder.utils.ImageFormatConverter.ImageType
Enclosing class:
ImageFormatConverter

protected class ImageFormatConverter.ImageType
extends Object

Mapping from strings to constants in SWT#IMAGE_*

Version:
$Id$
Author:
Ketan Padegaonkar <KetanPadegaonkar [at] gmail [dot] com>

Field Summary
 String name
          The name of the image type
 int type
          The type of the image, one of the constants in SWT.IMAGE_
 
Constructor Summary
ImageFormatConverter.ImageType(String name, int type)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final String name
The name of the image type


type

public final int type
The type of the image, one of the constants in SWT.IMAGE_

Constructor Detail

ImageFormatConverter.ImageType

public ImageFormatConverter.ImageType(String name,
                                      int type)
Parameters:
name - the name of the image.
type - the type of the image.