org.pentaho.di.trans.step
Interface StepDialogInterface


public interface StepDialogInterface

This interface is used to launch Step Dialogs. All dialogs that implement this simple interface can be opened by Spoon.

Since:
4-aug-2004
Author:
Matt

Method Summary
 String open()
           
 void setRepository(Repository repository)
           
 

Method Detail

open

String open()

setRepository

void setRepository(Repository repository)