Library | Package Java Toolkit

Class SpinBoxAction

package com.ptc.uifc.uifcSpinBox;

public class SpinBoxAction
  implements jxenum



Description

 



Field Summary
static final int_SpinBoxDRAGENTER
    Integer value of enum value "SpinBoxDRAGENTER"
    
static final SpinBoxActionSpinBoxDRAGENTER
    Object value of enum value "SpinBoxDRAGENTER"
    
static final int_SpinBoxCHANGE
    Integer value of enum value "SpinBoxCHANGE"
    
static final SpinBoxActionSpinBoxCHANGE
    Object value of enum value "SpinBoxCHANGE"
    
static final int_SpinBoxDROP
    Integer value of enum value "SpinBoxDROP"
    
static final SpinBoxActionSpinBoxDROP
    Object value of enum value "SpinBoxDROP"
    
static final int_SpinBoxHELP
    Integer value of enum value "SpinBoxHELP"
    
static final SpinBoxActionSpinBoxHELP
    Object value of enum value "SpinBoxHELP"
    
static final int_SpinBoxFOCUSIN
    Integer value of enum value "SpinBoxFOCUSIN"
    
static final SpinBoxActionSpinBoxFOCUSIN
    Object value of enum value "SpinBoxFOCUSIN"
    
static final int_SpinBoxACTIVATE
    Integer value of enum value "SpinBoxACTIVATE"
    
static final SpinBoxActionSpinBoxACTIVATE
    Object value of enum value "SpinBoxACTIVATE"
    
static final int_SpinBoxDRAGEXIT
    Integer value of enum value "SpinBoxDRAGEXIT"
    
static final SpinBoxActionSpinBoxDRAGEXIT
    Object value of enum value "SpinBoxDRAGEXIT"
    
static final int_SpinBoxFOCUSOUT
    Integer value of enum value "SpinBoxFOCUSOUT"
    
static final SpinBoxActionSpinBoxFOCUSOUT
    Object value of enum value "SpinBoxFOCUSOUT"
    
static final int_SpinBoxDRAGMOVE
    Integer value of enum value "SpinBoxDRAGMOVE"
    
static final SpinBoxActionSpinBoxDRAGMOVE
    Object value of enum value "SpinBoxDRAGMOVE"
    
static final int_SpinBoxAction_null
    Enum null value.

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


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


FromInt

static SpinBoxActionFromInt (Integer value)


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