Package org.pentaho.di.ui.trans.debug
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 int
DEBUG_CANCEL
static int
DEBUG_CONFIG
static int
DEBUG_LAUNCH
-
Constructor Summary
Constructors Constructor Description TransDebugDialog(org.eclipse.swt.widgets.Shell parent, org.pentaho.di.trans.debug.TransDebugMeta transDebugMeta)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
open()
-
-
-
Field Detail
-
DEBUG_CANCEL
public static final int DEBUG_CANCEL
- See Also:
- Constant Field Values
-
DEBUG_LAUNCH
public static final int DEBUG_LAUNCH
- See Also:
- Constant Field Values
-
DEBUG_CONFIG
public static final int DEBUG_CONFIG
- See Also:
- Constant Field Values
-
-