public enum ControlType extends java.lang.Enum<ControlType> implements INativeEnum
Modifier and Type | Method and Description |
---|---|
static java.util.Optional<ControlType> |
fromNativeValue(int nativeValue) |
java.lang.String |
getConstantName() |
int |
getNativeValue() |
static ControlType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ControlType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ControlType UIA_ButtonControlTypeId
public static final ControlType UIA_CalendarControlTypeId
public static final ControlType UIA_CheckBoxControlTypeId
public static final ControlType UIA_ComboBoxControlTypeId
public static final ControlType UIA_EditControlTypeId
public static final ControlType UIA_HyperlinkControlTypeId
public static final ControlType UIA_ImageControlTypeId
public static final ControlType UIA_ListItemControlTypeId
public static final ControlType UIA_ListControlTypeId
public static final ControlType UIA_MenuControlTypeId
public static final ControlType UIA_MenuBarControlTypeId
public static final ControlType UIA_MenuItemControlTypeId
public static final ControlType UIA_ProgressBarControlTypeId
public static final ControlType UIA_RadioButtonControlTypeId
public static final ControlType UIA_ScrollBarControlTypeId
public static final ControlType UIA_SliderControlTypeId
public static final ControlType UIA_SpinnerControlTypeId
public static final ControlType UIA_StatusBarControlTypeId
public static final ControlType UIA_TabControlTypeId
public static final ControlType UIA_TabItemControlTypeId
public static final ControlType UIA_TextControlTypeId
public static final ControlType UIA_ToolBarControlTypeId
public static final ControlType UIA_ToolTipControlTypeId
public static final ControlType UIA_TreeControlTypeId
public static final ControlType UIA_TreeItemControlTypeId
public static final ControlType UIA_CustomControlTypeId
public static final ControlType UIA_GroupControlTypeId
public static final ControlType UIA_ThumbControlTypeId
public static final ControlType UIA_DataGridControlTypeId
public static final ControlType UIA_DataItemControlTypeId
public static final ControlType UIA_DocumentControlTypeId
public static final ControlType UIA_SplitButtonControlTypeId
public static final ControlType UIA_WindowControlTypeId
public static final ControlType UIA_PaneControlTypeId
public static final ControlType UIA_HeaderControlTypeId
public static final ControlType UIA_HeaderItemControlTypeId
public static final ControlType UIA_TableControlTypeId
public static final ControlType UIA_TitleBarControlTypeId
public static final ControlType UIA_SeparatorControlTypeId
public static final ControlType UIA_SemanticZoomControlTypeId
public static final ControlType UIA_AppBarControlTypeId
public static ControlType[] values()
for (ControlType c : ControlType.values()) System.out.println(c);
public static ControlType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getNativeValue()
getNativeValue
in interface INativeEnum
public java.lang.String getConstantName()
getConstantName
in interface INativeEnum
public static java.util.Optional<ControlType> fromNativeValue(int nativeValue)