Package org.pentaho.di.ui.core.dialog
Class DisplayInvocationHandler<T>
- java.lang.Object
-
- org.pentaho.di.ui.core.dialog.DisplayInvocationHandler<T>
-
- All Implemented Interfaces:
InvocationHandler
public class DisplayInvocationHandler<T> extends Object implements InvocationHandler
-
-
Constructor Summary
Constructors Constructor Description DisplayInvocationHandler(org.eclipse.swt.widgets.Display display, T delegate, org.pentaho.di.core.logging.LogChannelInterface log, boolean asyncForVoid)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> T
forObject(Class<T> iface, T delegate, org.eclipse.swt.widgets.Display display, org.pentaho.di.core.logging.LogChannelInterface log, boolean asyncForVoid)
Object
invoke(Object proxy, Method method, Object[] args)
-
-
-
Constructor Detail
-
DisplayInvocationHandler
public DisplayInvocationHandler(org.eclipse.swt.widgets.Display display, T delegate, org.pentaho.di.core.logging.LogChannelInterface log, boolean asyncForVoid)
-
-
Method Detail
-
forObject
public static <T> T forObject(Class<T> iface, T delegate, org.eclipse.swt.widgets.Display display, org.pentaho.di.core.logging.LogChannelInterface log, boolean asyncForVoid)
-
-