Home
last modified time | relevance | path

Searched refs:listComponent (Results 1 – 1 of 1) sorted by relevance

/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/
H A DWindowsAccessBridgeAdapter.java474 AccessibleComponent listComponent; field in WindowsAccessBridgeAdapter.ListProxy
478 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 …]