org.pentaho.di.ui.trans.debug
Class TransDebugDialog

java.lang.Object
  extended by Dialog
      extended by org.pentaho.di.ui.trans.debug.TransDebugDialog

public class TransDebugDialog
extends Dialog

Allows you to edit/enter the transformation debugging information

Since:
2007-09-14, version 3.0 RC1
Author:
matt

Field Summary
static int DEBUG_CANCEL
           
static int DEBUG_CONFIG
           
static int DEBUG_LAUNCH
           
 
Constructor Summary
TransDebugDialog(Shell parent, TransDebugMeta transDebugMeta)
           
 
Method Summary
 int open()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

TransDebugDialog

public TransDebugDialog(Shell parent,
                        TransDebugMeta transDebugMeta)
Method Detail

open

public int open()