Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DMethodInvocation.java63 …public MethodInvocation(String methodName, Object obj, Class paramClass) throws NoSuchMethodExcept… in MethodInvocation() argument
65 …this(paramClass == null ? obj.getClass().getMethod(methodName, null) : obj.getClass().getMethod(me… in MethodInvocation()
67 paramClass in MethodInvocation()
68 }), obj, paramClass); in MethodInvocation()
71 public MethodInvocation(Method method, Object obj, Class paramClass) in MethodInvocation() argument
75 mWithParam = !(paramClass == null); in MethodInvocation()
H A DDataAware.java331 protected Method createSetMethod(String propName, Object obj, Class paramClass) { in createSetMethod() argument
334 m = obj.getClass().getMethod("set" + propName, new Class[] { paramClass }); in createSetMethod()

Completed in 21 milliseconds