Home
last modified time | relevance | path

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

/aoo4110/main/toolkit/test/accessibility/ov/
H A DObjectViewContainer.java86 Method aCreateMethod = aViewClass.getDeclaredMethod ( in SetObject() local
90 if (aCreateMethod != null) in SetObject()
93 aCreateMethod.invoke (null, new Object[] {this, xContext}); in SetObject()
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DObjectViewContainer.java123 Method aCreateMethod = aViewClass.getDeclaredMethod ( in SetObject() local
127 if (aCreateMethod != null) in SetObject()
130 aCreateMethod.invoke ( in SetObject()

Completed in 21 milliseconds