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