org.pentaho.di.core.gui
Interface ThreadDialogs

All Known Implementing Classes:
RuntimeThreadDialogs, ThreadGuiResources

public interface ThreadDialogs


Method Summary
 boolean threadMessageBox(String message, String text, boolean allowCancel, int type)
           
 

Method Detail

threadMessageBox

boolean threadMessageBox(String message,
                         String text,
                         boolean allowCancel,
                         int type)