summaryrefslogtreecommitdiff
path: root/toolkit/test/accessibility/AccTreeNode.java
AgeCommit message (Expand)AuthorFilesLines
2014-10-13java: Collections.addAll for adding an array of elements to a CollectionRobert Antoni Buj i Gelonch1-4/+2
2014-10-07java: use isEmpty() instead of "size() == 0"Noel Grandin1-1/+1
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin1-0/+9
2014-08-11java: remove unused parametersNoel Grandin1-7/+7
2014-08-05java: remove commented out codeNoel Grandin1-1/+1
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2013-05-06Java cleanup, Convert Vector to ArrayListNoel Grandin1-8/+16
2012-08-28Make use of autoboxingStephan Bergmann1-1/+1
2012-08-28Java5 update - convert to using generics for collectionsNoel Grandin1-15/+15
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.9.66); FILE MERGEDVladimir Glazounov1-4/+30
2003-03-27MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien1-30/+4
2003-03-13Major restructuring.Andre Fischer1-4/+30
2002-04-26#98750# AccTreeNode now constructed with both an XAccessible and XAccessibleC...Frank Schönheit1-4/+4
2002-04-18#97772# Comment change.Andre Fischer1-2/+1
2002-04-17#95586#: table supportMichael Brauer1-0/+10
2002-04-15added handler for ...Selection interface, and added attributes to text handlerDaniel Vogelheim1-0/+6
2002-04-12#97772# Added update function to handlers.Andre Fischer1-0/+31
2002-04-05#97772# Moved shortcuts to different interfaces of one XAccessible into AccTr...Andre Fischer1-3/+37
2002-04-02Performance improvements: Handler have become non-static members of tree node...Andre Fischer1-40/+159
2002-03-08add action/context menu supportDaniel Vogelheim1-1/+39
2002-03-08Now use custom tree model in order to create data on-the-fly.Daniel Vogelheim1-0/+87