Library | Package Java Toolkit

Class SashAction

package com.ptc.uifc.uifcSash;

public class SashAction
  implements jxenum



Description

 



Field Summary
static final int_SashHELP
    Integer value of enum value "SashHELP"
    
static final SashActionSashHELP
    Object value of enum value "SashHELP"
    
static final int_SashDESTROY
    Integer value of enum value "SashDESTROY"
    
static final SashActionSashDESTROY
    Object value of enum value "SashDESTROY"
    
static final int_SashDROP
    Integer value of enum value "SashDROP"
    
static final SashActionSashDROP
    Object value of enum value "SashDROP"
    
static final int_SashDRAGENTER
    Integer value of enum value "SashDRAGENTER"
    
static final SashActionSashDRAGENTER
    Object value of enum value "SashDRAGENTER"
    
static final int_SashDRAGEXIT
    Integer value of enum value "SashDRAGEXIT"
    
static final SashActionSashDRAGEXIT
    Object value of enum value "SashDRAGEXIT"
    
static final int_SashDRAGMOVE
    Integer value of enum value "SashDRAGMOVE"
    
static final SashActionSashDRAGMOVE
    Object value of enum value "SashDRAGMOVE"
    
static final int_SashAction_null
    Enum null value.

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


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


FromInt

static SashActionFromInt (Integer value)


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