Searched refs:maRoleMap (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/odk/examples/DevelopersGuide/Accessibility/ |
| H A D | NameProvider.java | 76 return (String)maRoleMap.get (new Integer(nRole)); in getRoleName() 97 private static HashMap maRoleMap = new HashMap(); field in NameProvider 200 maRoleMap.put (new Integer(AccessibleRole.UNKNOWN), "UNKNOWN"); in maRoleMap.put() 201 maRoleMap.put (new Integer (AccessibleRole.UNKNOWN), "UNKNOWN"); in maRoleMap.put() 202 maRoleMap.put (new Integer (AccessibleRole.ALERT), "ALERT"); in maRoleMap.put() 203 maRoleMap.put (new Integer (AccessibleRole.COLUMN_HEADER), "COLUMN_HEADER"); in maRoleMap.put() 204 maRoleMap.put (new Integer (AccessibleRole.CANVAS), "CANVAS"); in maRoleMap.put() 205 maRoleMap.put (new Integer (AccessibleRole.CHECK_BOX), "CHECK_BOX"); in maRoleMap.put() 206 maRoleMap.put (new Integer (AccessibleRole.CHECK_MENU_ITEM), "CHECK_MENU_ITEM"); in maRoleMap.put() 207 maRoleMap.put (new Integer (AccessibleRole.COLOR_CHOOSER), "COLOR_CHOOSER"); in maRoleMap.put() [all …]
|
| /AOO41X/main/accessibility/workben/org/openoffice/accessibility/misc/ |
| H A D | NameProvider.java | 80 return (String)maRoleMap.get (new Integer(nRole)); in getRoleName() 101 private static HashMap maRoleMap = new HashMap(); field in NameProvider 205 maRoleMap.put (new Integer(AccessibleRole.UNKNOWN), "UNKNOWN"); in maRoleMap.put() 206 maRoleMap.put (new Integer (AccessibleRole.UNKNOWN), "UNKNOWN"); in maRoleMap.put() 207 maRoleMap.put (new Integer (AccessibleRole.ALERT), "ALERT"); in maRoleMap.put() 208 maRoleMap.put (new Integer (AccessibleRole.COLUMN_HEADER), "COLUMN_HEADER"); in maRoleMap.put() 209 maRoleMap.put (new Integer (AccessibleRole.CANVAS), "CANVAS"); in maRoleMap.put() 210 maRoleMap.put (new Integer (AccessibleRole.CHECK_BOX), "CHECK_BOX"); in maRoleMap.put() 211 maRoleMap.put (new Integer (AccessibleRole.CHECK_MENU_ITEM), "CHECK_MENU_ITEM"); in maRoleMap.put() 212 maRoleMap.put (new Integer (AccessibleRole.COLOR_CHOOSER), "COLOR_CHOOSER"); in maRoleMap.put() [all …]
|
| /AOO41X/main/toolkit/test/accessibility/tools/ |
| H A D | NameProvider.java | 76 return (String)maRoleMap.get (new Integer(nRole)); in getRoleName() 97 private static HashMap maRoleMap = new HashMap(); field in NameProvider 201 maRoleMap.put (new Integer(AccessibleRole.UNKNOWN), "UNKNOWN"); in maRoleMap.put() 202 maRoleMap.put (new Integer (AccessibleRole.UNKNOWN), "UNKNOWN"); in maRoleMap.put() 203 maRoleMap.put (new Integer (AccessibleRole.ALERT), "ALERT"); in maRoleMap.put() 204 maRoleMap.put (new Integer (AccessibleRole.COLUMN_HEADER), "COLUMN_HEADER"); in maRoleMap.put() 205 maRoleMap.put (new Integer (AccessibleRole.CANVAS), "CANVAS"); in maRoleMap.put() 206 maRoleMap.put (new Integer (AccessibleRole.CHECK_BOX), "CHECK_BOX"); in maRoleMap.put() 207 maRoleMap.put (new Integer (AccessibleRole.CHECK_MENU_ITEM), "CHECK_MENU_ITEM"); in maRoleMap.put() 208 maRoleMap.put (new Integer (AccessibleRole.COLOR_CHOOSER), "COLOR_CHOOSER"); in maRoleMap.put() [all …]
|