Library | Package Java Toolkit

Class TableAction

package com.ptc.uifc.uifcTable;

public class TableAction
  implements jxenum



Description

 



Field Summary
static final int_TableFOCUSOUT
    Integer value of enum value "TableFOCUSOUT"
    
static final TableActionTableFOCUSOUT
    Object value of enum value "TableFOCUSOUT"
    
static final int_TableDROP
    Integer value of enum value "TableDROP"
    
static final TableActionTableDROP
    Object value of enum value "TableDROP"
    
static final int_TableDRAGNOWHERE
    Integer value of enum value "TableDRAGNOWHERE"
    
static final TableActionTableDRAGNOWHERE
    Object value of enum value "TableDRAGNOWHERE"
    
static final int_TableENDCELLSELECT
    Integer value of enum value "TableENDCELLSELECT"
    
static final TableActionTableENDCELLSELECT
    Object value of enum value "TableENDCELLSELECT"
    
static final int_TableDESTROY
    Integer value of enum value "TableDESTROY"
    
static final TableActionTableDESTROY
    Object value of enum value "TableDESTROY"
    
static final int_TableROWSELECT
    Integer value of enum value "TableROWSELECT"
    
static final TableActionTableROWSELECT
    Object value of enum value "TableROWSELECT"
    
static final int_TableCELLACTIVATE
    Integer value of enum value "TableCELLACTIVATE"
    
static final TableActionTableCELLACTIVATE
    Object value of enum value "TableCELLACTIVATE"
    
static final int_TableCELLSELECT
    Integer value of enum value "TableCELLSELECT"
    
static final TableActionTableCELLSELECT
    Object value of enum value "TableCELLSELECT"
    
static final int_TableENDDRAG
    Integer value of enum value "TableENDDRAG"
    
static final TableActionTableENDDRAG
    Object value of enum value "TableENDDRAG"
    
static final int_TableDRAGMOVE
    Integer value of enum value "TableDRAGMOVE"
    
static final TableActionTableDRAGMOVE
    Object value of enum value "TableDRAGMOVE"
    
static final int_TableFOCUSIN
    Integer value of enum value "TableFOCUSIN"
    
static final TableActionTableFOCUSIN
    Object value of enum value "TableFOCUSIN"
    
static final int_TableHELP
    Integer value of enum value "TableHELP"
    
static final TableActionTableHELP
    Object value of enum value "TableHELP"
    
static final int_TableBEGINCELLSELECT
    Integer value of enum value "TableBEGINCELLSELECT"
    
static final TableActionTableBEGINCELLSELECT
    Object value of enum value "TableBEGINCELLSELECT"
    
static final int_TableBEGINDRAG
    Integer value of enum value "TableBEGINDRAG"
    
static final TableActionTableBEGINDRAG
    Object value of enum value "TableBEGINDRAG"
    
static final int_TableDROPNOWHERE
    Integer value of enum value "TableDROPNOWHERE"
    
static final TableActionTableDROPNOWHERE
    Object value of enum value "TableDROPNOWHERE"
    
static final int_TableCELLHOVER
    Integer value of enum value "TableCELLHOVER"
    
static final TableActionTableCELLHOVER
    Object value of enum value "TableCELLHOVER"
    
static final int_TableKEYDOWN
    Integer value of enum value "TableKEYDOWN"
    
static final TableActionTableKEYDOWN
    Object value of enum value "TableKEYDOWN"
    
static final int_TableDRAGENTER
    Integer value of enum value "TableDRAGENTER"
    
static final TableActionTableDRAGENTER
    Object value of enum value "TableDRAGENTER"
    
static final int_TableDRAGEXIT
    Integer value of enum value "TableDRAGEXIT"
    
static final TableActionTableDRAGEXIT
    Object value of enum value "TableDRAGEXIT"
    
static final int_TableCOLUMNSELECT
    Integer value of enum value "TableCOLUMNSELECT"
    
static final TableActionTableCOLUMNSELECT
    Object value of enum value "TableCOLUMNSELECT"
    
static final int_TableAction_null
    Enum null value.

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


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


FromInt

static TableActionFromInt (Integer value)


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