- Loading...
Events
To Node and Scene
For GetAttribute and ExecuteAction
...
Probably remove the method from Node and Accessible class from the API.
*yes to remove getAccessible() and Accessible()*
Method names
node#accGetAttribute
node#accExecuteAction
node#accSendNotification
...
Better names ?
node#accGetAttribute ->
* node#accessibilityGetAttribute() - Too long?
node#accGetAttribute -> node#GetAttribute() - Not allowed, only properties can start with “get”* node#accessibleGetAttribute()
* node#getAttribute() - break the rule (such as user data)
* node#queryAttribute()
* node#valueForAttribute()
* node#namedAttribute()
* Current plan is to use getAttribute(), executeAction(), sendNotification() *
Yes: breaking the rule for getAttribute()
Use Jira Search
...