API Documentation > Classes > Class TabAction
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 TabAction
TabHELP
Object value of enum value "TabHELP"
static final int
_TabDRAGEXIT
Integer value of enum value "TabDRAGEXIT"
static final TabAction
TabDRAGEXIT
Object value of enum value "TabDRAGEXIT"
static final int
_TabDROP
Integer value of enum value "TabDROP"
static final TabAction
TabDROP
Object value of enum value "TabDROP"
static final int
_TabDESTROY
Integer value of enum value "TabDESTROY"
static final TabAction
TabDESTROY
Object value of enum value "TabDESTROY"
static final int
_TabBEGINDRAG
Integer value of enum value "TabBEGINDRAG"
static final TabAction
TabBEGINDRAG
Object value of enum value "TabBEGINDRAG"
static final int
_TabDRAGMOVE
Integer value of enum value "TabDRAGMOVE"
static final TabAction
TabDRAGMOVE
Object value of enum value "TabDRAGMOVE"
static final int
_TabITEMSELECT
Integer value of enum value "TabITEMSELECT"
static final TabAction
TabITEMSELECT
Object value of enum value "TabITEMSELECT"
static final int
_TabDRAGENTER
Integer value of enum value "TabDRAGENTER"
static final TabAction
TabDRAGENTER
Object value of enum value "TabDRAGENTER"
static final int
_TabDROPNOWHERE
Integer value of enum value "TabDROPNOWHERE"
static final TabAction
TabDROPNOWHERE
Object value of enum value "TabDROPNOWHERE"
static final int
_TabDRAGNOWHERE
Integer value of enum value "TabDRAGNOWHERE"
static final TabAction
TabDRAGNOWHERE
Object value of enum value "TabDRAGNOWHERE"
static final int
_TabFOCUSOUT
Integer value of enum value "TabFOCUSOUT"
static final TabAction
TabFOCUSOUT
Object value of enum value "TabFOCUSOUT"
static final int
_TabFOCUSIN
Integer value of enum value "TabFOCUSIN"
static final TabAction
TabFOCUSIN
Object value of enum value "TabFOCUSIN"
static final int
_TabENDDRAG
Integer value of enum value "TabENDDRAG"
static final TabAction
TabENDDRAG
Object value of enum value "TabENDDRAG"
static final int
_TabAction_null
Enum null value.
Field Summary
static final int
Integer value of enum value "TabHELP"
static final TabAction
Object value of enum value "TabHELP"
static final int
Integer value of enum value "TabDRAGEXIT"
static final TabAction
Object value of enum value "TabDRAGEXIT"
static final int
Integer value of enum value "TabDROP"
static final TabAction
Object value of enum value "TabDROP"
static final int
Integer value of enum value "TabDESTROY"
static final TabAction
Object value of enum value "TabDESTROY"
static final int
Integer value of enum value "TabBEGINDRAG"
static final TabAction
Object value of enum value "TabBEGINDRAG"
static final int
Integer value of enum value "TabDRAGMOVE"
static final TabAction
Object value of enum value "TabDRAGMOVE"
static final int
Integer value of enum value "TabITEMSELECT"
static final TabAction
Object value of enum value "TabITEMSELECT"
static final int
Integer value of enum value "TabDRAGENTER"
static final TabAction
Object value of enum value "TabDRAGENTER"
static final int
Integer value of enum value "TabDROPNOWHERE"
static final TabAction
Object value of enum value "TabDROPNOWHERE"
static final int
Integer value of enum value "TabDRAGNOWHERE"
static final TabAction
Object value of enum value "TabDRAGNOWHERE"
static final int
Integer value of enum value "TabFOCUSOUT"
static final TabAction
Object value of enum value "TabFOCUSOUT"
static final int
Integer value of enum value "TabFOCUSIN"
static final TabAction
Object value of enum value "TabFOCUSIN"
static final int
Integer value of enum value "TabENDDRAG"
static final TabAction
Object value of enum value "TabENDDRAG"
static final int
Enum null value.
Method Summary
static TabAction
FromInt (int value)
Creates enum object from an integer.
static TabAction
FromInt (Integer value)
Creates enum object from an integer object.
int
Returns enum object value as an integer.
Method Detail
getValue
int
getValue
()
Returns enum object value as an integer.
Returns:
Integer enum value.
FromInt
static TabAction
FromInt
(int value)
Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.
FromInt
static TabAction
FromInt
(Integer value)
Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.
Was this helpful?