summaryrefslogtreecommitdiff
path: root/toolkit/test/accessibility/AccessibilityTreeModel.java
AgeCommit message (Expand)Author
2019-08-12Fix typosAndrea Gelmini
2015-06-09java:Non-synchronized method should not override a synchronized methodNoel Grandin
2015-01-05java: remove dead codeNoel Grandin
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-12java: convert fields to local variables where possibleNoel Grandin
2014-10-16java: always use braces for while loopsNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-12java: remove unused parametersNoel Grandin
2014-08-11java: remove unused parametersNoel Grandin
2014-08-11java: remove unused parametersNoel Grandin
2014-08-05java: remove various unused variablesNoel Grandin
2014-02-26Remove visual noise from toolkitAlexander Wilms
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-05-06Java cleanup, Convert Vector to ArrayListNoel Grandin
2013-05-06remove some unnecessary castsNoel Grandin
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens
2012-08-28Make use of autoboxingStephan Bergmann
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-04-25Adaption to relocation of accessibility interfaces from drafts to final. Add...Andre Fischer
2003-04-11INTEGRATION: CWS vcl07 (1.19.64); FILE MERGEDVladimir Glazounov
2003-03-27MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien
2003-03-14Improved AccessibleObject->CanvasShape.Andre Fischer
2003-03-13Major restructuring.Andre Fischer
2002-08-21#100622# Added support of top level windows created during run time.Andre Fischer
2002-07-18some event names (AccessibleEventId) have changedBjörn Milcke
2002-06-28#100363# Supported services and types and the implementation name are now dis...Andre Fischer
2002-06-21Printing stack trace of caught exceptions. Adding role name to unnamed access...Andre Fischer
2002-04-26#98750# AccTreeNode now constructed with both an XAccessible and XAccessibleC...Frank Schönheit
2002-04-26added support for XAccessibleRelation interfaceDaniel Vogelheim
2002-04-19#97772# Using service name or implementation name for nameless accessibility ...Andre Fischer
2002-04-18#97772# removeNodes returns bool. Minor fix of child event handling.Andre Fischer
2002-04-17#95586#: table supportMichael Brauer
2002-04-15added handler for ...Selection interface, and added attributes to text handlerDaniel Vogelheim
2002-04-12#97772# Added update function to handlers.Andre Fischer
2002-04-09#97772# Fixed removal of nodes from canvas.Andre Fischer
2002-04-09#97772# Fixed setting the root node of the tree model.Andre Fischer
2002-04-09#97772# Removal of internal dead lock.Andre Fischer
2002-04-08#97772# The thread created by the QueuedListener now has a name.Andre Fischer
2002-04-08#97772# Instead of replacing the whole tree model, now only its root node is ...Andre Fischer
2002-04-05#97772# Moved shortcuts to different interfaces of one XAccessible into AccTr...Andre Fischer
2002-04-04#97772# Register only once as listener at each node.Andre Fischer
2002-04-03Objects are draw again onto canvas.Andre Fischer
2002-04-02Performance improvements: Handler have become non-static members of tree node...Andre Fischer
2002-03-19proper asyncronous event deliveryDaniel Vogelheim
2002-03-14better output on a TableModelChangeEventSascha Ballach
2002-03-08Now use custom tree model in order to create data on-the-fly.Daniel Vogelheim