summaryrefslogtreecommitdiffstats
path: root/toolkit/test/accessibility/AccTreeNode.java
Commit message (Expand)AuthorAgeFilesLines
* java: remove more dead codeNoel Grandin2015-01-051-1/+1
* java: remove dead codeNoel Grandin2015-01-051-37/+0
* java: reduce visibility of fields and methodsNoel Grandin2014-12-111-5/+5
* java: Collections.addAll for adding an array of elements to a CollectionRobert Antoni Buj i Gelonch2014-10-131-4/+2
* java: use isEmpty() instead of "size() == 0"Noel Grandin2014-10-071-1/+1
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-121-0/+9
* java: remove unused parametersNoel Grandin2014-08-111-7/+7
* java: remove commented out codeNoel Grandin2014-08-051-1/+1
* Many spelling fixes: directories r* - z*.Pedro Giffuni2014-05-011-1/+1
* Java cleanup, Convert Vector to ArrayListNoel Grandin2013-05-061-8/+16
* Make use of autoboxingStephan Bergmann2012-08-281-1/+1
* Java5 update - convert to using generics for collectionsNoel Grandin2012-08-281-15/+15
* 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.9.66); FILE MERGEDVladimir Glazounov2003-04-111-4/+30
* MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien2003-03-271-30/+4
* Major restructuring.Andre Fischer2003-03-131-4/+30
* #98750# AccTreeNode now constructed with both an XAccessible and XAccessibleC...Frank Schönheit2002-04-261-4/+4
* #97772# Comment change.Andre Fischer2002-04-181-2/+1
* #95586#: table supportMichael Brauer2002-04-171-0/+10
* added handler for ...Selection interface, and added attributes to text handlerDaniel Vogelheim2002-04-151-0/+6
* #97772# Added update function to handlers.Andre Fischer2002-04-121-0/+31
* #97772# Moved shortcuts to different interfaces of one XAccessible into AccTr...Andre Fischer2002-04-051-3/+37
* Performance improvements: Handler have become non-static members of tree node...Andre Fischer2002-04-021-40/+159
* add action/context menu supportDaniel Vogelheim2002-03-081-1/+39
* Now use custom tree model in order to create data on-the-fly.Daniel Vogelheim2002-03-081-0/+87