summaryrefslogtreecommitdiff
path: root/toolkit/test/accessibility/AccessibleTextHandler.java
AgeCommit message (Expand)Author
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-10-16java: always use braces for while loopsNoel Grandin
2014-10-09As of JDK version 1.5, show() and hide() in Dialog have been deprecatedRobert Antoni Buj i Gelonch
2014-10-07java: remove unnecessary adding of empty stringsNoel Grandin
2014-08-20fix exception not caughtNoel Grandin
2014-08-20double-checked locking is not thread-safe in JavaNoel Grandin
2014-08-19java: no need to instantiate String objects directlyNoel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin
2014-08-08java: remove unnecessary semi-colonsNoel Grandin
2012-08-28Java5 update - convert to using generics for collectionsNoel Grandin
2012-08-28Java cleanup - remove unused importsNoel Grandin
2012-06-21re-base on ALv2 code.Michael Meeks
2003-06-04Adaption to recent UAA changes (TextSegment,selectAllAccessibleChildren,COLLA...Andre Fischer
2003-04-25Adaption to relocation of accessibility interfaces from drafts to final. Add...Andre Fischer
2003-04-11INTEGRATION: CWS vcl07 (1.8.2); FILE ADDEDVladimir Glazounov
2003-03-27MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien
2002-05-22added support for AccessibleTextType::GLYPH and ATTRIBUTE_RUNDaniel Vogelheim
2002-04-18Replaced jdk 1.4 color constants with those from earlier versionsDaniel Vogelheim
2002-04-15added handler for ...Selection interface, and added attributes to text handlerDaniel Vogelheim
2002-04-05#97772# Moved shortcuts to different interfaces of one XAccessible into AccTr...Andre Fischer
2002-04-02Performance improvements: Handler have become non-static members of tree node...Andre Fischer
2002-03-19include context menu for XAccessible(Editable)TextDaniel Vogelheim
2002-03-08Now use custom tree model in order to create data on-the-fly.Daniel Vogelheim