Library | Package Java Toolkit

Class SelectionEnvAttribute

package com.ptc.wfc.wfcSelect;

public class SelectionEnvAttribute
  implements jxenum



Description

Controls environment for interactive selection.



Field Summary
static final int_SELECT_DONE_REQUIRED
    Integer value of enum value "SELECT_DONE_REQUIRED"
     Decides if OK button on selection dialog is required to get the Selection(s) and exit
static final SelectionEnvAttributeSELECT_DONE_REQUIRED
    Object value of enum value "SELECT_DONE_REQUIRED"
     Decides if OK button on selection dialog is required to get the Selection(s) and exit
static final int_SELECT_BY_MENU_ALLOWED
    Integer value of enum value "SELECT_BY_MENU_ALLOWED"
     Decides if search tool should be available while interactive selection
static final SelectionEnvAttributeSELECT_BY_MENU_ALLOWED
    Object value of enum value "SELECT_BY_MENU_ALLOWED"
     Decides if search tool should be available while interactive selection
static final int_SELECT_BY_BOX_ALLOWED
    Integer value of enum value "SELECT_BY_BOX_ALLOWED"
     Decides if box selection should be allowed
static final SelectionEnvAttributeSELECT_BY_BOX_ALLOWED
    Object value of enum value "SELECT_BY_BOX_ALLOWED"
     Decides if box selection should be allowed
static final int_SELECT_ACTIVE_COMPONENT_IGNORE
    Integer value of enum value "SELECT_ACTIVE_COMPONENT_IGNORE"
     Decides if selection to items external to the activated component should be allowed
static final SelectionEnvAttributeSELECT_ACTIVE_COMPONENT_IGNORE
    Object value of enum value "SELECT_ACTIVE_COMPONENT_IGNORE"
     Decides if selection to items external to the activated component should be allowed
static final int_SELECT_HIDE_SEL_DLG
    Integer value of enum value "SELECT_HIDE_SEL_DLG"
    Decides if selection dialog should be hidden
static final SelectionEnvAttributeSELECT_HIDE_SEL_DLG
    Object value of enum value "SELECT_HIDE_SEL_DLG"
    Decides if selection dialog should be hidden
static final int_SelectionEnvAttribute_null
    Enum null value.

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


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


FromInt

static SelectionEnvAttributeFromInt (Integer value)


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