Searched refs:ListBoxName (Results 1 – 2 of 2) sorted by relevance
298 public void selectListboxItem(String ListBoxName, int nChildIndex) in selectListboxItem() argument305 AccessibleRole.COMBO_BOX, ListBoxName); in selectListboxItem()308 AccessibleRole.PANEL, ListBoxName); in selectListboxItem()324 "' in listbox '" + ListBoxName + "' : " + e.toString()); in selectListboxItem()335 public Object[] getListBoxObjects(String ListBoxName) in getListBoxObjects() argument344 AccessibleRole.COMBO_BOX, ListBoxName); in getListBoxObjects()347 AccessibleRole.PANEL, ListBoxName); in getListBoxObjects()353 AccessibleRole.TREE, ListBoxName); in getListBoxObjects()377 + ListBoxName + "' : " + e.toString()); in getListBoxObjects()383 + ListBoxName + "' : " + e.toString()); in getListBoxObjects()[all …]
843 public void deletefirstListboxEntry(String ListBoxName, String DelEntryName) in deletefirstListboxEntry() argument845 XControl xListControl = xDlgContainer.getControl(ListBoxName); in deletefirstListboxEntry()854 setControlProperty(ListBoxName, PropertyNames.SELECTED_ITEMS, new short[SelPos]); in deletefirstListboxEntry()
Completed in 22 milliseconds