Library | Package Java Toolkit

Class ListAction

package com.ptc.uifc.uifcList;

public class ListAction
  implements jxenum



Description

 



Field Summary
static final int_ListENDDRAG
    Integer value of enum value "ListENDDRAG"
    
static final ListActionListENDDRAG
    Object value of enum value "ListENDDRAG"
    
static final int_ListDISPLAY
    Integer value of enum value "ListDISPLAY"
    
static final ListActionListDISPLAY
    Object value of enum value "ListDISPLAY"
    
static final int_ListITEMHOVER
    Integer value of enum value "ListITEMHOVER"
    
static final ListActionListITEMHOVER
    Object value of enum value "ListITEMHOVER"
    
static final int_ListDRAGENTER
    Integer value of enum value "ListDRAGENTER"
    
static final ListActionListDRAGENTER
    Object value of enum value "ListDRAGENTER"
    
static final int_ListITEMSELECT
    Integer value of enum value "ListITEMSELECT"
    
static final ListActionListITEMSELECT
    Object value of enum value "ListITEMSELECT"
    
static final int_ListDROPNOWHERE
    Integer value of enum value "ListDROPNOWHERE"
    
static final ListActionListDROPNOWHERE
    Object value of enum value "ListDROPNOWHERE"
    
static final int_ListFOCUSIN
    Integer value of enum value "ListFOCUSIN"
    
static final ListActionListFOCUSIN
    Object value of enum value "ListFOCUSIN"
    
static final int_ListDRAGNOWHERE
    Integer value of enum value "ListDRAGNOWHERE"
    
static final ListActionListDRAGNOWHERE
    Object value of enum value "ListDRAGNOWHERE"
    
static final int_ListBEGINDRAG
    Integer value of enum value "ListBEGINDRAG"
    
static final ListActionListBEGINDRAG
    Object value of enum value "ListBEGINDRAG"
    
static final int_ListDRAGEXIT
    Integer value of enum value "ListDRAGEXIT"
    
static final ListActionListDRAGEXIT
    Object value of enum value "ListDRAGEXIT"
    
static final int_ListDROP
    Integer value of enum value "ListDROP"
    
static final ListActionListDROP
    Object value of enum value "ListDROP"
    
static final int_ListCHECKBOXACTIVATE
    Integer value of enum value "ListCHECKBOXACTIVATE"
    
static final ListActionListCHECKBOXACTIVATE
    Object value of enum value "ListCHECKBOXACTIVATE"
    
static final int_ListFOCUSOUT
    Integer value of enum value "ListFOCUSOUT"
    
static final ListActionListFOCUSOUT
    Object value of enum value "ListFOCUSOUT"
    
static final int_ListKEYDOWN
    Integer value of enum value "ListKEYDOWN"
    
static final ListActionListKEYDOWN
    Object value of enum value "ListKEYDOWN"
    
static final int_ListPREDISPLAY
    Integer value of enum value "ListPREDISPLAY"
    
static final ListActionListPREDISPLAY
    Object value of enum value "ListPREDISPLAY"
    
static final int_ListHELP
    Integer value of enum value "ListHELP"
    
static final ListActionListHELP
    Object value of enum value "ListHELP"
    
static final int_ListDRAGMOVE
    Integer value of enum value "ListDRAGMOVE"
    
static final ListActionListDRAGMOVE
    Object value of enum value "ListDRAGMOVE"
    
static final int_ListITEMACTIVATE
    Integer value of enum value "ListITEMACTIVATE"
    
static final ListActionListITEMACTIVATE
    Object value of enum value "ListITEMACTIVATE"
    
static final int_ListAction_null
    Enum null value.

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


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


FromInt

static ListActionFromInt (Integer value)


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