org.pentaho.di.ui.util
Class ThreadGuiResources

java.lang.Object
  extended by org.pentaho.di.ui.util.ThreadGuiResources
All Implemented Interfaces:
ThreadDialogs

public class ThreadGuiResources
extends Object
implements ThreadDialogs


Constructor Summary
ThreadGuiResources()
           
 
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

ThreadGuiResources

public ThreadGuiResources()
Method Detail

threadMessageBox

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