Library | Package Java Toolkit

Class DesktopAction

package com.ptc.uifc.uifcDesktop;

public class DesktopAction
  implements jxenum



Description

 



Field Summary
static final int_DesktopDRAGMOVE
    Integer value of enum value "DesktopDRAGMOVE"
    
static final DesktopActionDesktopDRAGMOVE
    Object value of enum value "DesktopDRAGMOVE"
    
static final int_DesktopDRAGENTER
    Integer value of enum value "DesktopDRAGENTER"
    
static final DesktopActionDesktopDRAGENTER
    Object value of enum value "DesktopDRAGENTER"
    
static final int_DesktopDROP
    Integer value of enum value "DesktopDROP"
    
static final DesktopActionDesktopDROP
    Object value of enum value "DesktopDROP"
    
static final int_DesktopDRAGEXIT
    Integer value of enum value "DesktopDRAGEXIT"
    
static final DesktopActionDesktopDRAGEXIT
    Object value of enum value "DesktopDRAGEXIT"
    
static final int_DesktopAction_null
    Enum null value.

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


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


FromInt

static DesktopActionFromInt (Integer value)


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