org.pentaho.di.core.gui
Class RuntimeThreadDialogs

java.lang.Object
  extended by org.pentaho.di.core.gui.RuntimeThreadDialogs
All Implemented Interfaces:
ThreadDialogs

public class RuntimeThreadDialogs
extends Object
implements ThreadDialogs


Constructor Summary
RuntimeThreadDialogs()
           
 
Method Summary
 boolean threadMessageBox(String message, String text, boolean allowCancel, int type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeThreadDialogs

public RuntimeThreadDialogs()
Method Detail

threadMessageBox

public boolean threadMessageBox(String message,
                                String text,
                                boolean allowCancel,
                                int type)
Specified by:
threadMessageBox in interface ThreadDialogs