Library | Package Java Toolkit

Class StartLocation

package com.ptc.uifc.uifcCore;

public class StartLocation
  implements jxenum



Description

 



Field Summary
static final int_START_LOCATION_BOTTOM_RIGHT
    Integer value of enum value "START_LOCATION_BOTTOM_RIGHT"
    
static final StartLocationSTART_LOCATION_BOTTOM_RIGHT
    Object value of enum value "START_LOCATION_BOTTOM_RIGHT"
    
static final int_START_LOCATION_CURSOR_BOTTOM
    Integer value of enum value "START_LOCATION_CURSOR_BOTTOM"
    
static final StartLocationSTART_LOCATION_CURSOR_BOTTOM
    Object value of enum value "START_LOCATION_CURSOR_BOTTOM"
    
static final int_START_LOCATION_DEFAULT
    Integer value of enum value "START_LOCATION_DEFAULT"
    
static final StartLocationSTART_LOCATION_DEFAULT
    Object value of enum value "START_LOCATION_DEFAULT"
    
static final int_START_LOCATION_BOTTOM
    Integer value of enum value "START_LOCATION_BOTTOM"
    
static final StartLocationSTART_LOCATION_BOTTOM
    Object value of enum value "START_LOCATION_BOTTOM"
    
static final int_START_LOCATION_TOP_RIGHT
    Integer value of enum value "START_LOCATION_TOP_RIGHT"
    
static final StartLocationSTART_LOCATION_TOP_RIGHT
    Object value of enum value "START_LOCATION_TOP_RIGHT"
    
static final int_START_LOCATION_CURSOR_LEFT
    Integer value of enum value "START_LOCATION_CURSOR_LEFT"
    
static final StartLocationSTART_LOCATION_CURSOR_LEFT
    Object value of enum value "START_LOCATION_CURSOR_LEFT"
    
static final int_START_LOCATION_CURSOR_RIGHT
    Integer value of enum value "START_LOCATION_CURSOR_RIGHT"
    
static final StartLocationSTART_LOCATION_CURSOR_RIGHT
    Object value of enum value "START_LOCATION_CURSOR_RIGHT"
    
static final int_START_LOCATION_CURSOR_CENTER
    Integer value of enum value "START_LOCATION_CURSOR_CENTER"
    
static final StartLocationSTART_LOCATION_CURSOR_CENTER
    Object value of enum value "START_LOCATION_CURSOR_CENTER"
    
static final int_START_LOCATION_BOTTOM_LEFT
    Integer value of enum value "START_LOCATION_BOTTOM_LEFT"
    
static final StartLocationSTART_LOCATION_BOTTOM_LEFT
    Object value of enum value "START_LOCATION_BOTTOM_LEFT"
    
static final int_START_LOCATION_RIGHT
    Integer value of enum value "START_LOCATION_RIGHT"
    
static final StartLocationSTART_LOCATION_RIGHT
    Object value of enum value "START_LOCATION_RIGHT"
    
static final int_START_LOCATION_CURSOR_TOP_RIGHT
    Integer value of enum value "START_LOCATION_CURSOR_TOP_RIGHT"
    
static final StartLocationSTART_LOCATION_CURSOR_TOP_RIGHT
    Object value of enum value "START_LOCATION_CURSOR_TOP_RIGHT"
    
static final int_START_LOCATION_CURSOR_BOTTOM_LEFT
    Integer value of enum value "START_LOCATION_CURSOR_BOTTOM_LEFT"
    
static final StartLocationSTART_LOCATION_CURSOR_BOTTOM_LEFT
    Object value of enum value "START_LOCATION_CURSOR_BOTTOM_LEFT"
    
static final int_START_LOCATION_TOP
    Integer value of enum value "START_LOCATION_TOP"
    
static final StartLocationSTART_LOCATION_TOP
    Object value of enum value "START_LOCATION_TOP"
    
static final int_START_LOCATION_TOP_LEFT
    Integer value of enum value "START_LOCATION_TOP_LEFT"
    
static final StartLocationSTART_LOCATION_TOP_LEFT
    Object value of enum value "START_LOCATION_TOP_LEFT"
    
static final int_START_LOCATION_CURSOR_TOP
    Integer value of enum value "START_LOCATION_CURSOR_TOP"
    
static final StartLocationSTART_LOCATION_CURSOR_TOP
    Object value of enum value "START_LOCATION_CURSOR_TOP"
    
static final int_START_LOCATION_CENTER
    Integer value of enum value "START_LOCATION_CENTER"
    
static final StartLocationSTART_LOCATION_CENTER
    Object value of enum value "START_LOCATION_CENTER"
    
static final int_START_LOCATION_CURSOR_TOP_LEFT
    Integer value of enum value "START_LOCATION_CURSOR_TOP_LEFT"
    
static final StartLocationSTART_LOCATION_CURSOR_TOP_LEFT
    Object value of enum value "START_LOCATION_CURSOR_TOP_LEFT"
    
static final int_START_LOCATION_CURSOR_BOTTOM_RIGHT
    Integer value of enum value "START_LOCATION_CURSOR_BOTTOM_RIGHT"
    
static final StartLocationSTART_LOCATION_CURSOR_BOTTOM_RIGHT
    Object value of enum value "START_LOCATION_CURSOR_BOTTOM_RIGHT"
    
static final int_START_LOCATION_LEFT
    Integer value of enum value "START_LOCATION_LEFT"
    
static final StartLocationSTART_LOCATION_LEFT
    Object value of enum value "START_LOCATION_LEFT"
    
static final int_StartLocation_null
    Enum null value.

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


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


FromInt

static StartLocationFromInt (Integer value)


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