summaryrefslogtreecommitdiffstats
path: root/toolkit/test/accessibility/AccessibilityTreeModel.java
Commit message (Expand)AuthorAgeFilesLines
* Remove visual noise from toolkitAlexander Wilms2014-02-261-5/+5
* Spelling "separate" (etc) correctly is hardTor Lillqvist2013-05-151-1/+1
* Java cleanup, Convert Vector to ArrayListNoel Grandin2013-05-061-8/+10
* remove some unnecessary castsNoel Grandin2013-05-061-2/+0
* API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens2012-11-291-2/+2
* Make use of autoboxingStephan Bergmann2012-08-281-1/+1
* Java5 update - convert to using generics for collectionsNoel Grandin2012-08-281-12/+12
* Java cleanup - remove unused importsNoel Grandin2012-08-281-8/+0
* re-base on ALv2 code.Michael Meeks2012-06-211-0/+18
* Adaption to relocation of accessibility interfaces from drafts to final. Add...Andre Fischer2003-04-251-1/+1
* INTEGRATION: CWS vcl07 (1.19.64); FILE MERGEDVladimir Glazounov2003-04-111-629/+170
* MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien2003-03-271-170/+629
* Improved AccessibleObject->CanvasShape.Andre Fischer2003-03-141-22/+32
* Major restructuring.Andre Fischer2003-03-131-623/+121
* #100622# Added support of top level windows created during run time.Andre Fischer2002-08-211-10/+42
* some event names (AccessibleEventId) have changedBjörn Milcke2002-07-181-13/+13
* #100363# Supported services and types and the implementation name are now dis...Andre Fischer2002-06-281-0/+3
* Printing stack trace of caught exceptions. Adding role name to unnamed access...Andre Fischer2002-06-211-19/+17
* #98750# AccTreeNode now constructed with both an XAccessible and XAccessibleC...Frank Schönheit2002-04-261-11/+11
* added support for XAccessibleRelation interfaceDaniel Vogelheim2002-04-261-0/+4
* #97772# Using service name or implementation name for nameless accessibility ...Andre Fischer2002-04-191-14/+10
* #97772# removeNodes returns bool. Minor fix of child event handling.Andre Fischer2002-04-181-7/+33
* #95586#: table supportMichael Brauer2002-04-171-0/+3
* added handler for ...Selection interface, and added attributes to text handlerDaniel Vogelheim2002-04-151-0/+3
* #97772# Added update function to handlers.Andre Fischer2002-04-121-62/+115
* #97772# Fixed removal of nodes from canvas.Andre Fischer2002-04-091-27/+8
* #97772# Fixed setting the root node of the tree model.Andre Fischer2002-04-091-1/+1
* #97772# Removal of internal dead lock.Andre Fischer2002-04-091-35/+91
* #97772# The thread created by the QueuedListener now has a name.Andre Fischer2002-04-081-1/+1
* #97772# Instead of replacing the whole tree model, now only its root node is ...Andre Fischer2002-04-081-10/+28
* #97772# Moved shortcuts to different interfaces of one XAccessible into AccTr...Andre Fischer2002-04-051-17/+21
* #97772# Register only once as listener at each node.Andre Fischer2002-04-041-11/+18
* Objects are draw again onto canvas.Andre Fischer2002-04-031-3/+2
* Performance improvements: Handler have become non-static members of tree node...Andre Fischer2002-04-021-312/+324
* proper asyncronous event deliveryDaniel Vogelheim2002-03-191-19/+144
* better output on a TableModelChangeEventSascha Ballach2002-03-141-1/+8
* Now use custom tree model in order to create data on-the-fly.Daniel Vogelheim2002-03-081-0/+678