Library | Package Java Toolkit

Class DragDropFlags

package com.ptc.uifc.uifcCore;

public class DragDropFlags
  implements jxenum



Description

 



Field Summary
static final int_DRAG_DROP_COMPONENT
    Integer value of enum value "DRAG_DROP_COMPONENT"
    
static final DragDropFlagsDRAG_DROP_COMPONENT
    Object value of enum value "DRAG_DROP_COMPONENT"
    
static final int_DRAG_DROP_FILES
    Integer value of enum value "DRAG_DROP_FILES"
    
static final DragDropFlagsDRAG_DROP_FILES
    Object value of enum value "DRAG_DROP_FILES"
    
static final int_DragDropFlags_null
    Enum null value.

Method Summary
static DragDropFlagsFromInt (int value)
    Creates enum object from an integer.
static DragDropFlagsFromInt (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 DragDropFlagsFromInt (int value)


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


FromInt

static DragDropFlagsFromInt (Integer value)


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