Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DMethodInvocation.java39 public class MethodInvocation class
53 public MethodInvocation(String methodName, Object obj) throws NoSuchMethodException in MethodInvocation() method in MethodInvocation
58 public MethodInvocation(Method method, Object obj) in MethodInvocation() method in MethodInvocation
63 …public MethodInvocation(String methodName, Object obj, Class paramClass) throws NoSuchMethodExcept… in MethodInvocation() method in MethodInvocation
71 public MethodInvocation(Method method, Object obj, Class paramClass) in MethodInvocation() method in MethodInvocation
H A DAbstractListener.java61 add(componentName, eventName, new MethodInvocation(methodName, target)); in add()
69 public void add(String componentName, String eventName, MethodInvocation mi) in add()
74 public MethodInvocation get(String componentName, String eventName) in get()
76 return (MethodInvocation) mHashtable.get(componentName + eventName); in get()
83 MethodInvocation mi = get(componentName, eventName); in invoke()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DWizardDialog.java29 import com.sun.star.wizards.ui.event.MethodInvocation;
261MethodInvocation mi = new MethodInvocation("itemStateChanged", this, com.sun.star.awt.ItemEvent.cl… in addRoadmap()
524 MethodInvocation windowHidden = new MethodInvocation("windowHidden", this); in drawNaviBar()
H A DImageList.java101 private MethodInvocation METHOD_MOUSE_PRESSED;
305 METHOD_MOUSE_PRESSED = new MethodInvocation("mousePressed", this, Object.class); in create()
/trunk/main/wizards/com/sun/star/wizards/web/
H A DStatusDialog.java34 import com.sun.star.wizards.ui.event.MethodInvocation;
58 private MethodInvocation finishedMethod;
298 public void setFinishedMethod(MethodInvocation mi) in setFinishedMethod()
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DTopicsControl.java48 import com.sun.star.wizards.ui.event.MethodInvocation;
163MethodInvocation mi = new MethodInvocation("lastControlKeyPressed", this, KeyEvent.class); in TopicsControl()
171 mi = new MethodInvocation("firstControlKeyPressed", this, KeyEvent.class); in TopicsControl()
/trunk/test/testassistant/src/org/openoffice/test/assistant/views/
H A DUIMapOp.java48 import org.eclipse.jdt.core.dom.MethodInvocation;
314 MethodInvocation methodInvocation = ast.newMethodInvocation(); in define()
/trunk/main/wizards/
H A DJar_commonwizards.mk84 wizards/com/sun/star/wizards/ui/event/MethodInvocation \

Completed in 45 milliseconds