The following section will describe the most notably changes between the version series 0.1.x and 0.2.x, which might break the compatibility of applications. If you plan to migrate your OcempGUI application to 0.2.x, read this section carefully.
The AccessibleContext
class was
completely removed. Because it had no practical use, this should
not affect anyone.
The Accessible
class was renamed to
IAccessible
. Make sure, that you replace
any occurance of it with the new name.
The Indexable
class was renamed to
IIndexable
. Make sure, that you replace
any occurance of it with the new name.