Class TransDebugDialog

java.lang.Object
org.eclipse.swt.widgets.Dialog
org.pentaho.di.ui.trans.debug.TransDebugDialog

public class TransDebugDialog extends org.eclipse.swt.widgets.Dialog
Allows you to edit/enter the transformation debugging information
Since:
version 3.0 RC1
Author:
matt
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    TransDebugDialog(org.eclipse.swt.widgets.Shell parent, org.pentaho.di.trans.debug.TransDebugMeta transDebugMeta)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     

    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
  • Field Details

  • Constructor Details

    • TransDebugDialog

      public TransDebugDialog(org.eclipse.swt.widgets.Shell parent, org.pentaho.di.trans.debug.TransDebugMeta transDebugMeta)
  • Method Details

    • open

      public int open()