Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

OLD TODO (most of these are done)

Events

To Node and Scene
For GetAttribute and ExecuteAction

...

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

OLD TODO (in process to port this to Jira)

...