Searched refs:listComponent (Results 1 – 1 of 1) sorted by relevance
474 AccessibleComponent listComponent; field in WindowsAccessBridgeAdapter.ListProxy478 listComponent = list.getAccessibleComponent(); in ListProxy()525 listComponent.addFocusListener(fl); in addFocusListener()529 listComponent.removeFocusListener(fl); in removeFocusListener()534 return listComponent.getBackground(); in getBackground()543 return listComponent.getForeground(); in getForeground()547 listComponent.setForeground(c); in setForeground()551 return listComponent.getCursor(); in getCursor()555 listComponent.setCursor(cursor); in setCursor()559 return listComponent.getFont(); in getFont()[all …]