The a11y support is being currently prototyped.
SHOULD FIX before final code merge
- View.getAccessible() should follow the notify*() pattern to reflect that it's a native callback. Anthony Petrov
- Classes in win/, mac/, etc. should start with a Win*, Mac*, etc. prefixes (as much as I don't like the naming scheme, we should stick to the pattern to avoid confusion).
- Use javaIDs instead of statics for MIDs in GlassAccessible.cpp
- Perhaps instead of using the PlatformFactory, we should add a new factory method to the Application class in Glass.