org.pentaho.di.ui.trans.dialog
Class TransDialog

java.lang.Object
  extended by Dialog
      extended by org.pentaho.di.ui.trans.dialog.TransDialog

public class TransDialog
extends Dialog


Nested Class Summary
static class TransDialog.Tabs
           
 
Field Summary
static int LOG_INDEX_CHANNEL
           
static int LOG_INDEX_PERFORMANCE
           
static int LOG_INDEX_STEP
           
static int LOG_INDEX_TRANS
           
 
Constructor Summary
TransDialog(Shell parent, int style, TransMeta transMeta, Repository rep)
           
TransDialog(Shell parent, int style, TransMeta transMeta, Repository rep, TransDialog.Tabs currentTab)
           
 
Method Summary
 void dispose()
           
 void getData()
          Copy information from the meta-data input to the dialog fields.
 boolean isSharedObjectsFileChanged()
           
 TransMeta open()
           
 void setDirectoryChangeAllowed(boolean directoryChangeAllowed)
           
 void setFlags()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG_INDEX_TRANS

public static final int LOG_INDEX_TRANS
See Also:
Constant Field Values

LOG_INDEX_STEP

public static final int LOG_INDEX_STEP
See Also:
Constant Field Values

LOG_INDEX_PERFORMANCE

public static final int LOG_INDEX_PERFORMANCE
See Also:
Constant Field Values

LOG_INDEX_CHANNEL

public static final int LOG_INDEX_CHANNEL
See Also:
Constant Field Values
Constructor Detail

TransDialog

public TransDialog(Shell parent,
                   int style,
                   TransMeta transMeta,
                   Repository rep,
                   TransDialog.Tabs currentTab)

TransDialog

public TransDialog(Shell parent,
                   int style,
                   TransMeta transMeta,
                   Repository rep)
Method Detail

open

public TransMeta open()

dispose

public void dispose()

getData

public void getData()
Copy information from the meta-data input to the dialog fields.


setFlags

public void setFlags()

isSharedObjectsFileChanged

public boolean isSharedObjectsFileChanged()

setDirectoryChangeAllowed

public void setDirectoryChangeAllowed(boolean directoryChangeAllowed)