Modifier and Type | Method | Description |
---|---|---|
default int |
countCheckboxs() |
|
int |
countCheckboxs(String filter) |
|
default int |
countStaticTexts() |
|
int |
countStaticTexts(String filter) |
|
Checkbox |
getCheckbox(int index) |
|
Checkbox |
getCheckbox(Id id) |
|
default Checkbox[] |
getCheckboxs() |
|
Checkbox[] |
getCheckboxs(String filter) |
|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
StaticText |
getStaticText(int index) |
|
StaticText |
getStaticText(Id id) |
|
default StaticText[] |
getStaticTexts() |
|
StaticText[] |
getStaticTexts(String filter) |
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOf
countActions, countActions, countAttributes, countAttributes, countBrowsers, countBrowsers, countBusyIndicators, countBusyIndicators, countButtons, countButtons, countColorWells, countColorWells, countColumns, countColumns, countComboBoxs, countComboBoxs, countDrawers, countDrawers, countGroups, countGroups, countGrowAreas, countGrowAreas, countImages, countImages, countIncrementors, countIncrementors, countLists, countLists, countMenuBarItems, countMenuBarItems, countMenuBars, countMenuBars, countMenuButtons, countMenuButtons, countMenuItems, countMenuItems, countMenus, countMenus, countOutlines, countOutlines, countPopOvers, countPopOvers, countPopUpButtons, countPopUpButtons, countProgressIndicators, countProgressIndicators, countRadioButtons, countRadioButtons, countRadioGroups, countRadioGroups, countRelevanceIndicators, countRelevanceIndicators, countRows, countRows, countScrollAreas, countScrollAreas, countScrollBars, countScrollBars, countSheets, countSheets, countSliders, countSliders, countSplitterGroups, countSplitterGroups, countSplitters, countSplitters, countTabGroups, countTabGroups, countTables, countTables, countTextAreas, countTextAreas, countTextFields, countTextFields, countToolbars, countToolbars, countUiElements, countUiElements, countValueIndicators, countValueIndicators, countWindows, countWindows, getAccessibilityDescription, getAction, getAction, getActions, getActions, getAttribute, getAttribute, getAttributes, getAttributes, getBrowser, getBrowser, getBrowsers, getBrowsers, getBusyIndicator, getBusyIndicator, getBusyIndicators, getBusyIndicators, getButton, getButton, getButtons, getButtons, getColorWell, getColorWell, getColorWells, getColorWells, getColumn, getColumn, getColumns, getColumns, getComboBox, getComboBox, getComboBoxs, getComboBoxs, getDescription, getDrawer, getDrawer, getDrawers, getDrawers, getEntireContents, getGroup, getGroup, getGroups, getGroups, getGrowArea, getGrowArea, getGrowAreas, getGrowAreas, getHelp, getImage, getImage, getImages, getImages, getIncrementor, getIncrementor, getIncrementors, getIncrementors, getKlass, getList, getList, getLists, getLists, getMaximumValue, getMenu, getMenu, getMenuBar, getMenuBar, getMenuBarItem, getMenuBarItem, getMenuBarItems, getMenuBarItems, getMenuBars, getMenuBars, getMenuButton, getMenuButton, getMenuButtons, getMenuButtons, getMenuItem, getMenuItem, getMenuItems, getMenuItems, getMenus, getMenus, getMinimumValue, getName, getOrientation, getOutline, getOutline, getOutlines, getOutlines, getPopOver, getPopOver, getPopOvers, getPopOvers, getPopUpButton, getPopUpButton, getPopUpButtons, getPopUpButtons, getPosition, getProgressIndicator, getProgressIndicator, getProgressIndicators, getProgressIndicators, getRadioButton, getRadioButton, getRadioButtons, getRadioButtons, getRadioGroup, getRadioGroup, getRadioGroups, getRadioGroups, getRelevanceIndicator, getRelevanceIndicator, getRelevanceIndicators, getRelevanceIndicators, getRole, getRoleDescription, getRow, getRow, getRows, getRows, getScrollArea, getScrollArea, getScrollAreas, getScrollAreas, getScrollBar, getScrollBar, getScrollBars, getScrollBars, getSheet, getSheet, getSheets, getSheets, getSize, getSlider, getSlider, getSliders, getSliders, getSplitter, getSplitter, getSplitterGroup, getSplitterGroup, getSplitterGroups, getSplitterGroups, getSplitters, getSplitters, getSubrole, getTabGroup, getTabGroup, getTabGroups, getTabGroups, getTable, getTable, getTables, getTables, getTextArea, getTextArea, getTextAreas, getTextAreas, getTextField, getTextField, getTextFields, getTextFields, getTitle, getToolbar, getToolbar, getToolbars, getToolbars, getUiElement, getUiElement, getUiElements, getUiElements, getValue, getValueIndicator, getValueIndicator, getValueIndicators, getValueIndicators, getWindow, getWindow, getWindows, getWindows, isEnabled, isFocused, isSelected, setFocused, setPosition, setSelected, setSize, setValue
static final TypeClass CLASS
@Kind("element") @Type("checkbox") default Checkbox[] getCheckboxs()
getCheckboxs
in interface UiElement
Checkbox
s@Kind("element") @Type("checkbox") Checkbox[] getCheckboxs(String filter)
getCheckboxs
in interface UiElement
filter
- AppleScript filter clause without the leading "whose" or "where"Checkbox
s@Kind("element") @Type("checkbox") Checkbox getCheckbox(int index)
getCheckbox
in interface UiElement
index
- index into the element list (zero-based)Checkbox
at the requested index@Kind("element") @Type("checkbox") Checkbox getCheckbox(Id id)
getCheckbox
in interface UiElement
id
- id of the itemCheckbox
with the requested id@Kind("element") @Type("checkbox") default int countCheckboxs()
countCheckboxs
in interface UiElement
Checkbox
s@Kind("element") @Type("checkbox") int countCheckboxs(String filter)
countCheckboxs
in interface UiElement
filter
- AppleScript filter clause without the leading "whose" or "where"@Kind("element") @Type("static text") default StaticText[] getStaticTexts()
getStaticTexts
in interface UiElement
StaticText
s@Kind("element") @Type("static text") StaticText[] getStaticTexts(String filter)
getStaticTexts
in interface UiElement
filter
- AppleScript filter clause without the leading "whose" or "where"StaticText
s@Kind("element") @Type("static text") StaticText getStaticText(int index)
getStaticText
in interface UiElement
index
- index into the element list (zero-based)StaticText
at the requested index@Kind("element") @Type("static text") StaticText getStaticText(Id id)
getStaticText
in interface UiElement
id
- id of the itemStaticText
with the requested id@Kind("element") @Type("static text") default int countStaticTexts()
countStaticTexts
in interface UiElement
StaticText
s@Kind("element") @Type("static text") int countStaticTexts(String filter)
countStaticTexts
in interface UiElement
filter
- AppleScript filter clause without the leading "whose" or "where"Map<String,Object> getProperties()
getProperties
in interface UiElement