Library | Package Java Toolkit

Class DialogAction

package com.ptc.uifc.uifcDialog;

public class DialogAction
  implements jxenum



Description

 



Field Summary
static final int_DialogENDMOVESIZE
    Integer value of enum value "DialogENDMOVESIZE"
    
static final DialogActionDialogENDMOVESIZE
    Object value of enum value "DialogENDMOVESIZE"
    
static final int_DialogFOCUSOUT
    Integer value of enum value "DialogFOCUSOUT"
    
static final DialogActionDialogFOCUSOUT
    Object value of enum value "DialogFOCUSOUT"
    
static final int_DialogPREDISPLAY
    Integer value of enum value "DialogPREDISPLAY"
    
static final DialogActionDialogPREDISPLAY
    Object value of enum value "DialogPREDISPLAY"
    
static final int_DialogDISPLAY
    Integer value of enum value "DialogDISPLAY"
    
static final DialogActionDialogDISPLAY
    Object value of enum value "DialogDISPLAY"
    
static final int_DialogCLOSE
    Integer value of enum value "DialogCLOSE"
    
static final DialogActionDialogCLOSE
    Object value of enum value "DialogCLOSE"
    
static final int_DialogMOVE
    Integer value of enum value "DialogMOVE"
    
static final DialogActionDialogMOVE
    Object value of enum value "DialogMOVE"
    
static final int_DialogDRAGENTER
    Integer value of enum value "DialogDRAGENTER"
    
static final DialogActionDialogDRAGENTER
    Object value of enum value "DialogDRAGENTER"
    
static final int_DialogBEGINMOVESIZE
    Integer value of enum value "DialogBEGINMOVESIZE"
    
static final DialogActionDialogBEGINMOVESIZE
    Object value of enum value "DialogBEGINMOVESIZE"
    
static final int_DialogMINIMIZE
    Integer value of enum value "DialogMINIMIZE"
    
static final DialogActionDialogMINIMIZE
    Object value of enum value "DialogMINIMIZE"
    
static final int_DialogFOCUSIN
    Integer value of enum value "DialogFOCUSIN"
    
static final DialogActionDialogFOCUSIN
    Object value of enum value "DialogFOCUSIN"
    
static final int_DialogDEMINIMIZE
    Integer value of enum value "DialogDEMINIMIZE"
    
static final DialogActionDialogDEMINIMIZE
    Object value of enum value "DialogDEMINIMIZE"
    
static final int_DialogHELP
    Integer value of enum value "DialogHELP"
    
static final DialogActionDialogHELP
    Object value of enum value "DialogHELP"
    
static final int_DialogDESTROY
    Integer value of enum value "DialogDESTROY"
    
static final DialogActionDialogDESTROY
    Object value of enum value "DialogDESTROY"
    
static final int_DialogDRAGMOVE
    Integer value of enum value "DialogDRAGMOVE"
    
static final DialogActionDialogDRAGMOVE
    Object value of enum value "DialogDRAGMOVE"
    
static final int_DialogDROP
    Integer value of enum value "DialogDROP"
    
static final DialogActionDialogDROP
    Object value of enum value "DialogDROP"
    
static final int_DialogSIZE
    Integer value of enum value "DialogSIZE"
    
static final DialogActionDialogSIZE
    Object value of enum value "DialogSIZE"
    
static final int_DialogDRAGEXIT
    Integer value of enum value "DialogDRAGEXIT"
    
static final DialogActionDialogDRAGEXIT
    Object value of enum value "DialogDRAGEXIT"
    
static final int_DialogAction_null
    Enum null value.

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


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


FromInt

static DialogActionFromInt (Integer value)


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