public enum ControlType extends java.lang.Enum<ControlType> implements INativeEnum
Enum Constant and Description |
---|
UIA_AppBarControlTypeId
Identifies the AppBar control type.
|
UIA_ButtonControlTypeId
Identifies the Button control type.
|
UIA_CalendarControlTypeId
Identifies the Calendar control type.
|
UIA_CheckBoxControlTypeId
Identifies the CheckBox control type.
|
UIA_ComboBoxControlTypeId
Identifies the ComboBox control type.
|
UIA_CustomControlTypeId
Identifies the Custom control type.
|
UIA_DataGridControlTypeId
Identifies the DataGrid control type.
|
UIA_DataItemControlTypeId
Identifies the DataItem control type.
|
UIA_DocumentControlTypeId
Identifies the Document control type.
|
UIA_EditControlTypeId
Identifies the Edit control type.
|
UIA_GroupControlTypeId
Identifies the Group control type.
|
UIA_HeaderControlTypeId
Identifies the Header control type.
|
UIA_HeaderItemControlTypeId
Identifies the HeaderItem control type.
|
UIA_HyperlinkControlTypeId
Identifies the Hyperlink control type.
|
UIA_ImageControlTypeId
Identifies the Image control type.
|
UIA_ListControlTypeId
Identifies the List control type.
|
UIA_ListItemControlTypeId
Identifies the ListItem control type.
|
UIA_MenuBarControlTypeId
Identifies the MenuBar control type.
|
UIA_MenuControlTypeId
Identifies the Menu control type.
|
UIA_MenuItemControlTypeId
Identifies the MenuItem control type.
|
UIA_PaneControlTypeId
Identifies the Pane control type.
|
UIA_ProgressBarControlTypeId
Identifies the ProgressBar control type.
|
UIA_RadioButtonControlTypeId
Identifies the RadioButton control type.
|
UIA_ScrollBarControlTypeId
Identifies the ScrollBar control type.
|
UIA_SemanticZoomControlTypeId
Identifies the SemanticZoom control type.
|
UIA_SeparatorControlTypeId
Identifies the Separator control type.
|
UIA_SliderControlTypeId
Identifies the Slider control type.
|
UIA_SpinnerControlTypeId
Identifies the Spinner control type.
|
UIA_SplitButtonControlTypeId
Identifies the SplitButton control type.
|
UIA_StatusBarControlTypeId
Identifies the StatusBar control type.
|
UIA_TabControlTypeId
Identifies the Tab control type.
|
UIA_TabItemControlTypeId
Identifies the TabItem control type.
|
UIA_TableControlTypeId
Identifies the Table control type.
|
UIA_TextControlTypeId
Identifies the Text control type.
|
UIA_ThumbControlTypeId
Identifies the Thumb control type.
|
UIA_TitleBarControlTypeId
Identifies the TitleBar control type.
|
UIA_ToolBarControlTypeId
Identifies the ToolBar control type.
|
UIA_ToolTipControlTypeId
Identifies the ToolTip control type.
|
UIA_TreeControlTypeId
Identifies the Tree control type.
|
UIA_TreeItemControlTypeId
Identifies the TreeItem control type.
|
UIA_WindowControlTypeId
Identifies the Window control type.
|
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)