Modifier and Type | Method | Description |
---|---|---|
default int |
countButtons() |
|
int |
countButtons(String filter) |
|
default int |
countValueIndicators() |
|
int |
countValueIndicators(String filter) |
|
Button |
getButton(int index) |
|
Button |
getButton(Id id) |
|
default Button[] |
getButtons() |
|
Button[] |
getButtons(String filter) |
|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
ValueIndicator |
getValueIndicator(int index) |
|
ValueIndicator |
getValueIndicator(Id id) |
|
default ValueIndicator[] |
getValueIndicators() |
|
ValueIndicator[] |
getValueIndicators(String filter) |
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOf
countActions, countActions, countAttributes, countAttributes, countBrowsers, countBrowsers, countBusyIndicators, countBusyIndicators, countCheckboxs, countCheckboxs, 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, countStaticTexts, countStaticTexts, countTabGroups, countTabGroups, countTables, countTables, countTextAreas, countTextAreas, countTextFields, countTextFields, countToolbars, countToolbars, countUiElements, countUiElements, countWindows, countWindows, getAccessibilityDescription, getAction, getAction, getActions, getActions, getAttribute, getAttribute, getAttributes, getAttributes, getBrowser, getBrowser, getBrowsers, getBrowsers, getBusyIndicator, getBusyIndicator, getBusyIndicators, getBusyIndicators, getCheckbox, getCheckbox, getCheckboxs, getCheckboxs, 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, getStaticText, getStaticText, getStaticTexts, getStaticTexts, 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, getWindow, getWindow, getWindows, getWindows, isEnabled, isFocused, isSelected, setFocused, setPosition, setSelected, setSize, setValue
static final TypeClass CLASS
@Kind("element") @Type("button") default Button[] getButtons()
getButtons
in interface UiElement
Button
s@Kind("element") @Type("button") Button[] getButtons(String filter)
getButtons
in interface UiElement
filter
- AppleScript filter clause without the leading "whose" or "where"Button
s@Kind("element") @Type("button") default int countButtons()
countButtons
in interface UiElement
Button
s@Kind("element") @Type("button") int countButtons(String filter)
countButtons
in interface UiElement
filter
- AppleScript filter clause without the leading "whose" or "where"@Kind("element") @Type("value indicator") default ValueIndicator[] getValueIndicators()
getValueIndicators
in interface UiElement
ValueIndicator
s@Kind("element") @Type("value indicator") ValueIndicator[] getValueIndicators(String filter)
getValueIndicators
in interface UiElement
filter
- AppleScript filter clause without the leading "whose" or "where"ValueIndicator
s@Kind("element") @Type("value indicator") ValueIndicator getValueIndicator(int index)
getValueIndicator
in interface UiElement
index
- index into the element list (zero-based)ValueIndicator
at the requested index@Kind("element") @Type("value indicator") ValueIndicator getValueIndicator(Id id)
getValueIndicator
in interface UiElement
id
- id of the itemValueIndicator
with the requested id@Kind("element") @Type("value indicator") default int countValueIndicators()
countValueIndicators
in interface UiElement
ValueIndicator
s@Kind("element") @Type("value indicator") int countValueIndicators(String filter)
countValueIndicators
in interface UiElement
filter
- AppleScript filter clause without the leading "whose" or "where"Map<String,Object> getProperties()
getProperties
in interface UiElement