Library | Package Java Toolkit

Class ImageFlags

package com.ptc.uifc.uifcCore;

public class ImageFlags
  implements jxenum



Description

 



Field Summary
static final int_IMAGE_SELECTED
    Integer value of enum value "IMAGE_SELECTED"
    
static final ImageFlagsIMAGE_SELECTED
    Object value of enum value "IMAGE_SELECTED"
    
static final int_IMAGE_DISABLED
    Integer value of enum value "IMAGE_DISABLED"
    
static final ImageFlagsIMAGE_DISABLED
    Object value of enum value "IMAGE_DISABLED"
    
static final int_ImageFlags_null
    Enum null value.

Method Summary
static ImageFlagsFromInt (int value)
    Creates enum object from an integer.
static ImageFlagsFromInt (Integer value)
    Creates enum object from an integer object.
intgetValue ()
    Returns enum object value as an integer.

Method Detail

getValue

intgetValue ()


    Returns enum object value as an integer.
Returns:
Integer enum value.


FromInt

static ImageFlagsFromInt (int value)


    Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.


FromInt

static ImageFlagsFromInt (Integer value)


    Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.