Lines Matching refs:Integer

46         return (String)maStateMap.get (new Integer(nStateId));  in getStateName()
61 return (String)maEventMap.get (new Integer(nEventId)); in getEventName()
76 return (String)maRoleMap.get (new Integer(nRole)); in getRoleName()
91 return (String)maRelationMap.get (new Integer(nRelation)); in getRelationName()
101 maStateMap.put (new Integer (AccessibleStateType.INVALID), "INVALID"); in maStateMap.put()
102 maStateMap.put (new Integer (AccessibleStateType.ACTIVE), "ACTIVE"); in maStateMap.put()
103 maStateMap.put (new Integer (AccessibleStateType.ARMED), "ARMED"); in maStateMap.put()
104 maStateMap.put (new Integer (AccessibleStateType.BUSY), "BUSY"); in maStateMap.put()
105 maStateMap.put (new Integer (AccessibleStateType.CHECKED), "CHECKED"); in maStateMap.put()
107 maStateMap.put (new Integer (AccessibleStateType.DEFUNC), "DEFUNC"); in maStateMap.put()
108 maStateMap.put (new Integer (AccessibleStateType.EDITABLE), "EDITABLE"); in maStateMap.put()
109 maStateMap.put (new Integer (AccessibleStateType.ENABLED), "ENABLED"); in maStateMap.put()
110 maStateMap.put (new Integer (AccessibleStateType.EXPANDABLE), "EXPANDABLE"); in maStateMap.put()
111 maStateMap.put (new Integer (AccessibleStateType.EXPANDED), "EXPANDED"); in maStateMap.put()
112 maStateMap.put (new Integer (AccessibleStateType.FOCUSABLE), "FOCUSABLE"); in maStateMap.put()
113 maStateMap.put (new Integer (AccessibleStateType.FOCUSED), "FOCUSED"); in maStateMap.put()
114 maStateMap.put (new Integer (AccessibleStateType.HORIZONTAL), "HORIZONTAL"); in maStateMap.put()
115 maStateMap.put (new Integer (AccessibleStateType.ICONIFIED), "ICONIFIED"); in maStateMap.put()
116 maStateMap.put (new Integer (AccessibleStateType.MODAL), "MODAL"); in maStateMap.put()
117 maStateMap.put (new Integer (AccessibleStateType.MULTI_LINE), "MULTI_LINE"); in maStateMap.put()
118 maStateMap.put (new Integer (AccessibleStateType.MULTI_SELECTABLE), "MULTI_SELECTABLE"); in maStateMap.put()
119 maStateMap.put (new Integer (AccessibleStateType.OPAQUE), "OPAQUE"); in maStateMap.put()
120 maStateMap.put (new Integer (AccessibleStateType.PRESSED), "PRESSED"); in maStateMap.put()
121 maStateMap.put (new Integer (AccessibleStateType.RESIZABLE), "RESIZABLE"); in maStateMap.put()
122 maStateMap.put (new Integer (AccessibleStateType.SELECTABLE), "SELECTABLE"); in maStateMap.put()
123 maStateMap.put (new Integer (AccessibleStateType.SELECTED), "SELECTED"); in maStateMap.put()
124 maStateMap.put (new Integer (AccessibleStateType.SENSITIVE), "SENSITIVE"); in maStateMap.put()
125 maStateMap.put (new Integer (AccessibleStateType.SHOWING), "SHOWING"); in maStateMap.put()
126 maStateMap.put (new Integer (AccessibleStateType.SINGLE_LINE), "SINGLE_LINE"); in maStateMap.put()
127 maStateMap.put (new Integer (AccessibleStateType.STALE), "STALE"); in maStateMap.put()
128 maStateMap.put (new Integer (AccessibleStateType.TRANSIENT), "TRANSIENT"); in maStateMap.put()
129 maStateMap.put (new Integer (AccessibleStateType.VERTICAL), "VERTICAL"); in maStateMap.put()
130 maStateMap.put (new Integer (AccessibleStateType.VISIBLE), "VISIBLE"); in maStateMap.put()
131 maStateMap.put (new Integer (AccessibleStateType.MANAGES_DESCENDANTS), in maStateMap.put()
136 maEventMap.put (new Integer (0), in maEventMap.put()
138 maEventMap.put (new Integer (AccessibleEventId.NAME_CHANGED), in maEventMap.put()
140 maEventMap.put (new Integer (AccessibleEventId.DESCRIPTION_CHANGED), in maEventMap.put()
142 maEventMap.put (new Integer (AccessibleEventId.ACTION_CHANGED), in maEventMap.put()
144 maEventMap.put (new Integer (AccessibleEventId.STATE_CHANGED), in maEventMap.put()
146 maEventMap.put (new Integer (AccessibleEventId.ACTIVE_DESCENDANT_CHANGED), in maEventMap.put()
148 maEventMap.put (new Integer (AccessibleEventId.BOUNDRECT_CHANGED), in maEventMap.put()
150 maEventMap.put (new Integer (AccessibleEventId.CHILD), in maEventMap.put()
152 maEventMap.put (new Integer (AccessibleEventId.INVALIDATE_ALL_CHILDREN), in maEventMap.put()
154 maEventMap.put (new Integer (AccessibleEventId.SELECTION_CHANGED), in maEventMap.put()
156 maEventMap.put (new Integer (AccessibleEventId.VISIBLE_DATA_CHANGED), in maEventMap.put()
158 maEventMap.put (new Integer (AccessibleEventId.VALUE_CHANGED), in maEventMap.put()
160 maEventMap.put (new Integer (AccessibleEventId.CONTENT_FLOWS_FROM_RELATION_CHANGED), in maEventMap.put()
162 maEventMap.put (new Integer (AccessibleEventId.CONTENT_FLOWS_TO_RELATION_CHANGED), in maEventMap.put()
164 maEventMap.put (new Integer (AccessibleEventId.CONTROLLED_BY_RELATION_CHANGED), in maEventMap.put()
166 maEventMap.put (new Integer (AccessibleEventId.CONTROLLER_FOR_RELATION_CHANGED), in maEventMap.put()
168 maEventMap.put (new Integer (AccessibleEventId.LABEL_FOR_RELATION_CHANGED), in maEventMap.put()
170 maEventMap.put (new Integer (AccessibleEventId.LABELED_BY_RELATION_CHANGED), in maEventMap.put()
172 maEventMap.put (new Integer (AccessibleEventId.MEMBER_OF_RELATION_CHANGED), in maEventMap.put()
174 maEventMap.put (new Integer (AccessibleEventId.SUB_WINDOW_OF_RELATION_CHANGED), in maEventMap.put()
176 maEventMap.put (new Integer (AccessibleEventId.CARET_CHANGED), in maEventMap.put()
178 maEventMap.put (new Integer (AccessibleEventId.TEXT_SELECTION_CHANGED), in maEventMap.put()
180 maEventMap.put (new Integer (AccessibleEventId.TEXT_CHANGED), in maEventMap.put()
182 maEventMap.put (new Integer (AccessibleEventId.TEXT_ATTRIBUTE_CHANGED), in maEventMap.put()
184 maEventMap.put (new Integer (AccessibleEventId.HYPERTEXT_CHANGED), in maEventMap.put()
186 maEventMap.put (new Integer (AccessibleEventId.TABLE_CAPTION_CHANGED), in maEventMap.put()
188 maEventMap.put (new Integer (AccessibleEventId.TABLE_COLUMN_DESCRIPTION_CHANGED), in maEventMap.put()
190 maEventMap.put (new Integer (AccessibleEventId.TABLE_COLUMN_HEADER_CHANGED), in maEventMap.put()
192 maEventMap.put (new Integer (AccessibleEventId.TABLE_MODEL_CHANGED), in maEventMap.put()
194 maEventMap.put (new Integer (AccessibleEventId.TABLE_ROW_DESCRIPTION_CHANGED), in maEventMap.put()
196 maEventMap.put (new Integer (AccessibleEventId.TABLE_ROW_HEADER_CHANGED), in maEventMap.put()
198 maEventMap.put (new Integer (AccessibleEventId.TABLE_SUMMARY_CHANGED), in maEventMap.put()
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()
270 maRelationMap.put (new Integer (AccessibleRelationType.INVALID), "INVALID"); in maRelationMap.put()
271 … maRelationMap.put (new Integer (AccessibleRelationType.CONTENT_FLOWS_FROM), "CONTENT_FLOWS_FROM"); in maRelationMap.put()
272 … maRelationMap.put (new Integer (AccessibleRelationType.CONTENT_FLOWS_TO), "CONTENT_FLOWS_TO"); in maRelationMap.put()
273 maRelationMap.put (new Integer (AccessibleRelationType.CONTROLLED_BY), "CONTROLLED_BY"); in maRelationMap.put()
274 maRelationMap.put (new Integer (AccessibleRelationType.CONTROLLER_FOR), "CONTROLLER_FOR"); in maRelationMap.put()
275 maRelationMap.put (new Integer (AccessibleRelationType.LABEL_FOR), "LABEL_FOR"); in maRelationMap.put()
276 maRelationMap.put (new Integer (AccessibleRelationType.LABELED_BY), "LABELED_BY"); in maRelationMap.put()
277 maRelationMap.put (new Integer (AccessibleRelationType.MEMBER_OF), "MEMBER_OF"); in maRelationMap.put()
278 maRelationMap.put (new Integer (AccessibleRelationType.SUB_WINDOW_OF), "SUB_WINDOW_OF"); in maRelationMap.put()