Lines Matching refs:maRoleMap

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()
209 maRoleMap.put (new Integer (AccessibleRole.COMBO_BOX), "COMBO_BOX"); in maRoleMap.put()
210 maRoleMap.put (new Integer (AccessibleRole.DESKTOP_ICON), "DESKTOP_ICON"); in maRoleMap.put()
211 maRoleMap.put (new Integer (AccessibleRole.DESKTOP_PANE), "DESKTOP_PANE"); in maRoleMap.put()
212 maRoleMap.put (new Integer (AccessibleRole.DIRECTORY_PANE), "DIRECTORY_PANE"); in maRoleMap.put()
213 maRoleMap.put (new Integer (AccessibleRole.DIALOG), "DIALOG"); in maRoleMap.put()
214 maRoleMap.put (new Integer (AccessibleRole.DOCUMENT), "DOCUMENT"); in maRoleMap.put()
215 maRoleMap.put (new Integer (AccessibleRole.EMBEDDED_OBJECT), "EMBEDDED_OBJECT"); in maRoleMap.put()
216 maRoleMap.put (new Integer (AccessibleRole.END_NOTE), "END_NOTE"); in maRoleMap.put()
217 maRoleMap.put (new Integer (AccessibleRole.FILE_CHOOSER), "FILE_CHOOSER"); in maRoleMap.put()
218 maRoleMap.put (new Integer (AccessibleRole.FILLER), "FILLER"); in maRoleMap.put()
219 maRoleMap.put (new Integer (AccessibleRole.FONT_CHOOSER), "FONT_CHOOSER"); in maRoleMap.put()
220 maRoleMap.put (new Integer (AccessibleRole.FOOTER), "FOOTER"); in maRoleMap.put()
221 maRoleMap.put (new Integer (AccessibleRole.FOOTNOTE), "FOOTNOTE"); in maRoleMap.put()
222 maRoleMap.put (new Integer (AccessibleRole.FRAME), "FRAME"); in maRoleMap.put()
223 maRoleMap.put (new Integer (AccessibleRole.GLASS_PANE), "GLASS_PANE"); in maRoleMap.put()
224 maRoleMap.put (new Integer (AccessibleRole.GRAPHIC), "GRAPHIC"); in maRoleMap.put()
225 maRoleMap.put (new Integer (AccessibleRole.GROUP_BOX), "GROUP_BOX"); in maRoleMap.put()
226 maRoleMap.put (new Integer (AccessibleRole.HEADER), "HEADER"); in maRoleMap.put()
227 maRoleMap.put (new Integer (AccessibleRole.HEADING), "HEADING"); in maRoleMap.put()
228 maRoleMap.put (new Integer (AccessibleRole.HYPER_LINK), "HYPER_LINK"); in maRoleMap.put()
229 maRoleMap.put (new Integer (AccessibleRole.ICON), "ICON"); in maRoleMap.put()
230 maRoleMap.put (new Integer (AccessibleRole.INTERNAL_FRAME), "INTERNAL_FRAME"); in maRoleMap.put()
231 maRoleMap.put (new Integer (AccessibleRole.LABEL), "LABEL"); in maRoleMap.put()
232 maRoleMap.put (new Integer (AccessibleRole.LAYERED_PANE), "LAYERED_PANE"); in maRoleMap.put()
233 maRoleMap.put (new Integer (AccessibleRole.LIST), "LIST"); in maRoleMap.put()
234 maRoleMap.put (new Integer (AccessibleRole.LIST_ITEM), "LIST_ITEM"); in maRoleMap.put()
235 maRoleMap.put (new Integer (AccessibleRole.MENU), "MENU"); in maRoleMap.put()
236 maRoleMap.put (new Integer (AccessibleRole.MENU_BAR), "MENU_BAR"); in maRoleMap.put()
237 maRoleMap.put (new Integer (AccessibleRole.MENU_ITEM), "MENU_ITEM"); in maRoleMap.put()
238 maRoleMap.put (new Integer (AccessibleRole.OPTION_PANE), "OPTION_PANE"); in maRoleMap.put()
239 maRoleMap.put (new Integer (AccessibleRole.PAGE_TAB), "PAGE_TAB"); in maRoleMap.put()
240 maRoleMap.put (new Integer (AccessibleRole.PAGE_TAB_LIST), "PAGE_TAB_LIST"); in maRoleMap.put()
241 maRoleMap.put (new Integer (AccessibleRole.PANEL), "PANEL"); in maRoleMap.put()
242 maRoleMap.put (new Integer (AccessibleRole.PARAGRAPH), "PARAGRAPH"); in maRoleMap.put()
243 maRoleMap.put (new Integer (AccessibleRole.PASSWORD_TEXT), "PASSWORD_TEXT"); in maRoleMap.put()
244 maRoleMap.put (new Integer (AccessibleRole.POPUP_MENU), "POPUP_MENU"); in maRoleMap.put()
245 maRoleMap.put (new Integer (AccessibleRole.PUSH_BUTTON), "PUSH_BUTTON"); in maRoleMap.put()
246 maRoleMap.put (new Integer (AccessibleRole.PROGRESS_BAR), "PROGRESS_BAR"); in maRoleMap.put()
247 maRoleMap.put (new Integer (AccessibleRole.RADIO_BUTTON), "RADIO_BUTTON"); in maRoleMap.put()
248 maRoleMap.put (new Integer (AccessibleRole.RADIO_MENU_ITEM), "RADIO_MENU_ITEM"); in maRoleMap.put()
249 maRoleMap.put (new Integer (AccessibleRole.ROW_HEADER), "ROW_HEADER"); in maRoleMap.put()
250 maRoleMap.put (new Integer (AccessibleRole.ROOT_PANE), "ROOT_PANE"); in maRoleMap.put()
251 maRoleMap.put (new Integer (AccessibleRole.SCROLL_BAR), "SCROLL_BAR"); in maRoleMap.put()
252 maRoleMap.put (new Integer (AccessibleRole.SCROLL_PANE), "SCROLL_PANE"); in maRoleMap.put()
253 maRoleMap.put (new Integer (AccessibleRole.SHAPE), "SHAPE"); in maRoleMap.put()
254 maRoleMap.put (new Integer (AccessibleRole.SEPARATOR), "SEPARATOR"); in maRoleMap.put()
255 maRoleMap.put (new Integer (AccessibleRole.SLIDER), "SLIDER"); in maRoleMap.put()
256 maRoleMap.put (new Integer (AccessibleRole.SPIN_BOX), "SPIN_BOX"); in maRoleMap.put()
257 maRoleMap.put (new Integer (AccessibleRole.SPLIT_PANE), "SPLIT_PANE"); in maRoleMap.put()
258 maRoleMap.put (new Integer (AccessibleRole.STATUS_BAR), "STATUS_BAR"); in maRoleMap.put()
259 maRoleMap.put (new Integer (AccessibleRole.TABLE), "TABLE"); in maRoleMap.put()
260 maRoleMap.put (new Integer (AccessibleRole.TABLE_CELL), "TABLE_CELL"); in maRoleMap.put()
261 maRoleMap.put (new Integer (AccessibleRole.TEXT), "TEXT"); in maRoleMap.put()
262 maRoleMap.put (new Integer (AccessibleRole.TEXT_FRAME), "TEXT_FRAME"); in maRoleMap.put()
263 maRoleMap.put (new Integer (AccessibleRole.TOGGLE_BUTTON), "TOGGLE_BUTTON"); in maRoleMap.put()
264 maRoleMap.put (new Integer (AccessibleRole.TOOL_BAR), "TOOL_BAR"); in maRoleMap.put()
265 maRoleMap.put (new Integer (AccessibleRole.TOOL_TIP), "TOOL_TIP"); in maRoleMap.put()
266 maRoleMap.put (new Integer (AccessibleRole.TREE), "TREE"); in maRoleMap.put()
267 maRoleMap.put (new Integer (AccessibleRole.VIEW_PORT), "VIEW_PORT"); in maRoleMap.put()
268 maRoleMap.put (new Integer (AccessibleRole.WINDOW), "WINDOW"); in maRoleMap.put()