summaryrefslogtreecommitdiff
path: root/toolkit/test/accessibility/AccessibilityTreeModel.java
AgeCommit message (Expand)AuthorFilesLines
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-05-06Java cleanup, Convert Vector to ArrayListNoel Grandin1-8/+10
2013-05-06remove some unnecessary castsNoel Grandin1-2/+0
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens1-2/+2
2012-08-28Make use of autoboxingStephan Bergmann1-1/+1
2012-08-28Java5 update - convert to using generics for collectionsNoel Grandin1-12/+12
2012-08-28Java cleanup - remove unused importsNoel Grandin1-8/+0
2012-06-21re-base on ALv2 code.Michael Meeks1-0/+18
2003-04-25Adaption to relocation of accessibility interfaces from drafts to final. Add...Andre Fischer1-1/+1
2003-04-11INTEGRATION: CWS vcl07 (1.19.64); FILE MERGEDVladimir Glazounov1-629/+170
2003-03-27MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien1-170/+629
2003-03-14Improved AccessibleObject->CanvasShape.Andre Fischer1-22/+32
2003-03-13Major restructuring.Andre Fischer1-623/+121
2002-08-21#100622# Added support of top level windows created during run time.Andre Fischer1-10/+42
2002-07-18some event names (AccessibleEventId) have changedBjörn Milcke1-13/+13
2002-06-28#100363# Supported services and types and the implementation name are now dis...Andre Fischer1-0/+3
2002-06-21Printing stack trace of caught exceptions. Adding role name to unnamed access...Andre Fischer1-19/+17
2002-04-26#98750# AccTreeNode now constructed with both an XAccessible and XAccessibleC...Frank Schönheit1-11/+11
2002-04-26added support for XAccessibleRelation interfaceDaniel Vogelheim1-0/+4
2002-04-19#97772# Using service name or implementation name for nameless accessibility ...Andre Fischer1-14/+10
2002-04-18#97772# removeNodes returns bool. Minor fix of child event handling.Andre Fischer1-7/+33
2002-04-17#95586#: table supportMichael Brauer1-0/+3
2002-04-15added handler for ...Selection interface, and added attributes to text handlerDaniel Vogelheim1-0/+3
2002-04-12#97772# Added update function to handlers.Andre Fischer1-62/+115
2002-04-09#97772# Fixed removal of nodes from canvas.Andre Fischer1-27/+8
2002-04-09#97772# Fixed setting the root node of the tree model.Andre Fischer1-1/+1
2002-04-09#97772# Removal of internal dead lock.Andre Fischer1-35/+91
2002-04-08#97772# The thread created by the QueuedListener now has a name.Andre Fischer1-1/+1
2002-04-08#97772# Instead of replacing the whole tree model, now only its root node is ...Andre Fischer1-10/+28
2002-04-05#97772# Moved shortcuts to different interfaces of one XAccessible into AccTr...Andre Fischer1-17/+21
2002-04-04#97772# Register only once as listener at each node.Andre Fischer1-11/+18
2002-04-03Objects are draw again onto canvas.Andre Fischer1-3/+2
2002-04-02Performance improvements: Handler have become non-static members of tree node...Andre Fischer1-312/+324
2002-03-19proper asyncronous event deliveryDaniel Vogelheim1-19/+144
2002-03-14better output on a TableModelChangeEventSascha Ballach1-1/+8
2002-03-08Now use custom tree model in order to create data on-the-fly.Daniel Vogelheim1-0/+678