Class EnterConditionDialog

java.lang.Object
org.eclipse.swt.widgets.Dialog
org.pentaho.di.ui.core.dialog.EnterConditionDialog

public class EnterConditionDialog extends org.eclipse.swt.widgets.Dialog
This dialog allows you to enter a condition in a graphical way.
Since:
29-07-2004
Author:
Matt
  • Constructor Summary

    Constructors
    Constructor
    Description
    EnterConditionDialog(org.eclipse.swt.widgets.Shell parent, int style, org.pentaho.di.core.row.RowMetaInterface fields, org.pentaho.di.core.Condition condition)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    org.pentaho.di.core.Condition
     

    Methods inherited from class org.eclipse.swt.widgets.Dialog

    checkSubclass, getParent, getStyle, getText, setText

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EnterConditionDialog

      public EnterConditionDialog(org.eclipse.swt.widgets.Shell parent, int style, org.pentaho.di.core.row.RowMetaInterface fields, org.pentaho.di.core.Condition condition)
  • Method Details

    • open

      public org.pentaho.di.core.Condition open()
    • dispose

      public void dispose()
    • handleOK

      public void handleOK()