Searched refs:maRoleMap (Results 1 – 3 of 3) sorted by relevance
/aoo4110/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 203 maRoleMap.put (new Integer (AccessibleRole.ALERT), "ALERT"); in maRoleMap.put() 222 maRoleMap.put (new Integer (AccessibleRole.FRAME), "FRAME"); in maRoleMap.put() 229 maRoleMap.put (new Integer (AccessibleRole.ICON), "ICON"); in maRoleMap.put() 231 maRoleMap.put (new Integer (AccessibleRole.LABEL), "LABEL"); in maRoleMap.put() 233 maRoleMap.put (new Integer (AccessibleRole.LIST), "LIST"); in maRoleMap.put() 235 maRoleMap.put (new Integer (AccessibleRole.MENU), "MENU"); in maRoleMap.put() 241 maRoleMap.put (new Integer (AccessibleRole.PANEL), "PANEL"); in maRoleMap.put() 261 maRoleMap.put (new Integer (AccessibleRole.TEXT), "TEXT"); in maRoleMap.put() [all …]
|
/aoo4110/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 202 maRoleMap.put (new Integer (AccessibleRole.ALERT), "ALERT"); in maRoleMap.put() 221 maRoleMap.put (new Integer (AccessibleRole.FRAME), "FRAME"); in maRoleMap.put() 228 maRoleMap.put (new Integer (AccessibleRole.ICON), "ICON"); in maRoleMap.put() 230 maRoleMap.put (new Integer (AccessibleRole.LABEL), "LABEL"); in maRoleMap.put() 232 maRoleMap.put (new Integer (AccessibleRole.LIST), "LIST"); in maRoleMap.put() 234 maRoleMap.put (new Integer (AccessibleRole.MENU), "MENU"); in maRoleMap.put() 240 maRoleMap.put (new Integer (AccessibleRole.PANEL), "PANEL"); in maRoleMap.put() 260 maRoleMap.put (new Integer (AccessibleRole.TEXT), "TEXT"); in maRoleMap.put() [all …]
|
/aoo4110/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 207 maRoleMap.put (new Integer (AccessibleRole.ALERT), "ALERT"); in maRoleMap.put() 226 maRoleMap.put (new Integer (AccessibleRole.FRAME), "FRAME"); in maRoleMap.put() 233 maRoleMap.put (new Integer (AccessibleRole.ICON), "ICON"); in maRoleMap.put() 235 maRoleMap.put (new Integer (AccessibleRole.LABEL), "LABEL"); in maRoleMap.put() 237 maRoleMap.put (new Integer (AccessibleRole.LIST), "LIST"); in maRoleMap.put() 239 maRoleMap.put (new Integer (AccessibleRole.MENU), "MENU"); in maRoleMap.put() 245 maRoleMap.put (new Integer (AccessibleRole.PANEL), "PANEL"); in maRoleMap.put() 265 maRoleMap.put (new Integer (AccessibleRole.TEXT), "TEXT"); in maRoleMap.put() [all …]
|
Completed in 52 milliseconds