Class IconExe.SWT
- java.lang.Object
-
- org.eclipse.pde.internal.swt.tools.IconExe.SWT
-
- Enclosing class:
- IconExe
static class IconExe.SWT extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ERROR_CANNOT_BE_ZERO
static int
ERROR_INVALID_ARGUMENT
static int
ERROR_INVALID_IMAGE
static int
ERROR_IO
static int
ERROR_NULL_ARGUMENT
static int
ERROR_UNSUPPORTED_DEPTH
static int
ERROR_UNSUPPORTED_FORMAT
static int
IMAGE_BMP
static int
IMAGE_BMP_RLE
static int
IMAGE_ICO
static int
IMAGE_UNDEFINED
static int
TRANSPARENCY_ALPHA
static int
TRANSPARENCY_MASK
static int
TRANSPARENCY_NONE
static int
TRANSPARENCY_PIXEL
-
Constructor Summary
Constructors Constructor Description SWT()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
error(int code)
static void
error(int code, java.lang.Throwable t)
-
-
-
Field Detail
-
IMAGE_ICO
public static final int IMAGE_ICO
- See Also:
- Constant Field Values
-
ERROR_IO
public static final int ERROR_IO
- See Also:
- Constant Field Values
-
ERROR_INVALID_IMAGE
public static final int ERROR_INVALID_IMAGE
- See Also:
- Constant Field Values
-
ERROR_NULL_ARGUMENT
public static final int ERROR_NULL_ARGUMENT
- See Also:
- Constant Field Values
-
ERROR_INVALID_ARGUMENT
public static final int ERROR_INVALID_ARGUMENT
- See Also:
- Constant Field Values
-
ERROR_CANNOT_BE_ZERO
public static final int ERROR_CANNOT_BE_ZERO
- See Also:
- Constant Field Values
-
IMAGE_UNDEFINED
public static final int IMAGE_UNDEFINED
- See Also:
- Constant Field Values
-
ERROR_UNSUPPORTED_DEPTH
public static final int ERROR_UNSUPPORTED_DEPTH
- See Also:
- Constant Field Values
-
TRANSPARENCY_MASK
public static final int TRANSPARENCY_MASK
- See Also:
- Constant Field Values
-
ERROR_UNSUPPORTED_FORMAT
public static final int ERROR_UNSUPPORTED_FORMAT
- See Also:
- Constant Field Values
-
TRANSPARENCY_ALPHA
public static final int TRANSPARENCY_ALPHA
- See Also:
- Constant Field Values
-
TRANSPARENCY_NONE
public static final int TRANSPARENCY_NONE
- See Also:
- Constant Field Values
-
TRANSPARENCY_PIXEL
public static final int TRANSPARENCY_PIXEL
- See Also:
- Constant Field Values
-
IMAGE_BMP
public static final int IMAGE_BMP
- See Also:
- Constant Field Values
-
IMAGE_BMP_RLE
public static final int IMAGE_BMP_RLE
- See Also:
- Constant Field Values
-
-