Package org.pentaho.di.ui.trans.dialog
Class TransDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.pentaho.di.ui.trans.dialog.TransDialog
-
public class TransDialog extends org.eclipse.swt.widgets.Dialog
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TransDialog.Tabs
-
Field Summary
Fields Modifier and Type Field Description protected boolean
changed
static int
LOG_INDEX_CHANNEL
static int
LOG_INDEX_METRICS
static int
LOG_INDEX_PERFORMANCE
static int
LOG_INDEX_STEP
static int
LOG_INDEX_TRANS
-
Constructor Summary
Constructors Constructor Description TransDialog(org.eclipse.swt.widgets.Shell parent, int style, org.pentaho.di.trans.TransMeta transMeta, org.pentaho.di.repository.Repository rep)
TransDialog(org.eclipse.swt.widgets.Shell parent, int style, org.pentaho.di.trans.TransMeta transMeta, org.pentaho.di.repository.Repository rep, TransDialog.Tabs currentTab)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
void
getData()
Copy information from the meta-data input to the dialog fields.boolean
isSharedObjectsFileChanged()
org.pentaho.di.trans.TransMeta
open()
void
setDirectoryChangeAllowed(boolean directoryChangeAllowed)
void
setFlags()
-
-
-
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
-
LOG_INDEX_METRICS
public static final int LOG_INDEX_METRICS
- See Also:
- Constant Field Values
-
changed
protected boolean changed
-
-
Constructor Detail
-
TransDialog
public TransDialog(org.eclipse.swt.widgets.Shell parent, int style, org.pentaho.di.trans.TransMeta transMeta, org.pentaho.di.repository.Repository rep, TransDialog.Tabs currentTab)
-
TransDialog
public TransDialog(org.eclipse.swt.widgets.Shell parent, int style, org.pentaho.di.trans.TransMeta transMeta, org.pentaho.di.repository.Repository rep)
-
-
Method Detail
-
open
public org.pentaho.di.trans.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)
-
-