Class ArgumentsDialog

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

public class ArgumentsDialog extends org.eclipse.swt.widgets.Dialog
  • Constructor Summary

    Constructors
    Constructor
    Description
    ArgumentsDialog(org.eclipse.swt.widgets.Shell parent, org.pentaho.di.ExecutionConfiguration configuration, org.pentaho.di.base.AbstractMeta abstractMeta)
    Create the composite.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    protected void
    ok()
     

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

    getParent, getStyle, getText, setText

    Methods inherited from class java.lang.Object

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

    • ArgumentsDialog

      public ArgumentsDialog(org.eclipse.swt.widgets.Shell parent, org.pentaho.di.ExecutionConfiguration configuration, org.pentaho.di.base.AbstractMeta abstractMeta)
      Create the composite.
      Parameters:
      parent -
      style -
  • Method Details

    • checkSubclass

      protected void checkSubclass()
      Overrides:
      checkSubclass in class org.eclipse.swt.widgets.Dialog
    • ok

      protected void ok()