API Documentation > Classes > Class DesktopAction
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 DesktopAction
DesktopDRAGMOVE
Object value of enum value "DesktopDRAGMOVE"
static final int
_DesktopDRAGENTER
Integer value of enum value "DesktopDRAGENTER"
static final DesktopAction
DesktopDRAGENTER
Object value of enum value "DesktopDRAGENTER"
static final int
_DesktopDROP
Integer value of enum value "DesktopDROP"
static final DesktopAction
DesktopDROP
Object value of enum value "DesktopDROP"
static final int
_DesktopDRAGEXIT
Integer value of enum value "DesktopDRAGEXIT"
static final DesktopAction
DesktopDRAGEXIT
Object value of enum value "DesktopDRAGEXIT"
static final int
_DesktopAction_null
Enum null value.
Field Summary
static final int
Integer value of enum value "DesktopDRAGMOVE"
static final DesktopAction
Object value of enum value "DesktopDRAGMOVE"
static final int
Integer value of enum value "DesktopDRAGENTER"
static final DesktopAction
Object value of enum value "DesktopDRAGENTER"
static final int
Integer value of enum value "DesktopDROP"
static final DesktopAction
Object value of enum value "DesktopDROP"
static final int
Integer value of enum value "DesktopDRAGEXIT"
static final DesktopAction
Object value of enum value "DesktopDRAGEXIT"
static final int
Enum null value.
Method Summary
FromInt (int value)
Creates enum object from an integer.
FromInt (Integer value)
Creates enum object from an integer object.
int
Returns enum object value as an integer.
Method Detail
getValue
int
getValue
()
Returns enum object value as an integer.
Returns:
Integer enum value.
FromInt
FromInt
(int value)
Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.
FromInt
FromInt
(Integer value)
Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.
Was this helpful?