Library | Package Java Toolkit

Class TabAction

package com.ptc.uifc.uifcTab;

public class TabAction
  implements jxenum



Description

 



Field Summary
static final int_TabHELP
    Integer value of enum value "TabHELP"
    
static final TabActionTabHELP
    Object value of enum value "TabHELP"
    
static final int_TabDRAGEXIT
    Integer value of enum value "TabDRAGEXIT"
    
static final TabActionTabDRAGEXIT
    Object value of enum value "TabDRAGEXIT"
    
static final int_TabDROP
    Integer value of enum value "TabDROP"
    
static final TabActionTabDROP
    Object value of enum value "TabDROP"
    
static final int_TabDESTROY
    Integer value of enum value "TabDESTROY"
    
static final TabActionTabDESTROY
    Object value of enum value "TabDESTROY"
    
static final int_TabBEGINDRAG
    Integer value of enum value "TabBEGINDRAG"
    
static final TabActionTabBEGINDRAG
    Object value of enum value "TabBEGINDRAG"
    
static final int_TabDRAGMOVE
    Integer value of enum value "TabDRAGMOVE"
    
static final TabActionTabDRAGMOVE
    Object value of enum value "TabDRAGMOVE"
    
static final int_TabITEMSELECT
    Integer value of enum value "TabITEMSELECT"
    
static final TabActionTabITEMSELECT
    Object value of enum value "TabITEMSELECT"
    
static final int_TabDRAGENTER
    Integer value of enum value "TabDRAGENTER"
    
static final TabActionTabDRAGENTER
    Object value of enum value "TabDRAGENTER"
    
static final int_TabDROPNOWHERE
    Integer value of enum value "TabDROPNOWHERE"
    
static final TabActionTabDROPNOWHERE
    Object value of enum value "TabDROPNOWHERE"
    
static final int_TabDRAGNOWHERE
    Integer value of enum value "TabDRAGNOWHERE"
    
static final TabActionTabDRAGNOWHERE
    Object value of enum value "TabDRAGNOWHERE"
    
static final int_TabFOCUSOUT
    Integer value of enum value "TabFOCUSOUT"
    
static final TabActionTabFOCUSOUT
    Object value of enum value "TabFOCUSOUT"
    
static final int_TabFOCUSIN
    Integer value of enum value "TabFOCUSIN"
    
static final TabActionTabFOCUSIN
    Object value of enum value "TabFOCUSIN"
    
static final int_TabENDDRAG
    Integer value of enum value "TabENDDRAG"
    
static final TabActionTabENDDRAG
    Object value of enum value "TabENDDRAG"
    
static final int_TabAction_null
    Enum null value.

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


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


FromInt

static TabActionFromInt (Integer value)


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