org.pentaho.di.ui.core.dialog
Class EnterConditionDialog

java.lang.Object
  extended by Dialog
      extended by org.pentaho.di.ui.core.dialog.EnterConditionDialog

public class EnterConditionDialog
extends Dialog

This dialog allows you to enter a condition in a graphical way.

Since:
29-07-2004
Author:
Matt

Constructor Summary
EnterConditionDialog(Shell parent, int style, RowMetaInterface fields, Condition condition)
           
 
Method Summary
 void dispose()
           
 void handleOK()
           
 Condition open()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnterConditionDialog

public EnterConditionDialog(Shell parent,
                            int style,
                            RowMetaInterface fields,
                            Condition condition)
Method Detail

open

public Condition open()

dispose

public void dispose()

handleOK

public void handleOK()