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
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Constructor Summary
ConstructorDescriptionTransDebugDialog
(org.eclipse.swt.widgets.Shell parent, org.pentaho.di.trans.debug.TransDebugMeta transDebugMeta) -
Method Summary
Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
-
Field Details
-
DEBUG_CANCEL
public static final int DEBUG_CANCEL- See Also:
-
DEBUG_LAUNCH
public static final int DEBUG_LAUNCH- See Also:
-
DEBUG_CONFIG
public static final int DEBUG_CONFIG- See Also:
-
-
Constructor Details
-
TransDebugDialog
public TransDebugDialog(org.eclipse.swt.widgets.Shell parent, org.pentaho.di.trans.debug.TransDebugMeta transDebugMeta)
-
-
Method Details
-
open
public int open()
-