Library | Package Java Toolkit

Class ButtonStyle

package com.ptc.uifc.uifcCore;

public class ButtonStyle
  implements jxenum



Description

 



Field Summary
static final int_BUTTON_STYLE_TOOL
    Integer value of enum value "BUTTON_STYLE_TOOL"
    
static final ButtonStyleBUTTON_STYLE_TOOL
    Object value of enum value "BUTTON_STYLE_TOOL"
    
static final int_BUTTON_STYLE_FLAT
    Integer value of enum value "BUTTON_STYLE_FLAT"
    
static final ButtonStyleBUTTON_STYLE_FLAT
    Object value of enum value "BUTTON_STYLE_FLAT"
    
static final int_BUTTON_STYLE_LINK
    Integer value of enum value "BUTTON_STYLE_LINK"
    
static final ButtonStyleBUTTON_STYLE_LINK
    Object value of enum value "BUTTON_STYLE_LINK"
    
static final int_BUTTON_STYLE_TOGGLE
    Integer value of enum value "BUTTON_STYLE_TOGGLE"
    
static final ButtonStyleBUTTON_STYLE_TOGGLE
    Object value of enum value "BUTTON_STYLE_TOGGLE"
    
static final int_BUTTON_STYLE_CHECK
    Integer value of enum value "BUTTON_STYLE_CHECK"
    
static final ButtonStyleBUTTON_STYLE_CHECK
    Object value of enum value "BUTTON_STYLE_CHECK"
    
static final int_ButtonStyle_null
    Enum null value.

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


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


FromInt

static ButtonStyleFromInt (Integer value)


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