| Package | Description | 
|---|---|
| org.pentaho.di.ui.spoon.trans | |
| org.pentaho.di.ui.trans.dialog | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
TransGraph.editProperties(org.pentaho.di.trans.TransMeta transMeta,
              Spoon spoon,
              org.pentaho.di.repository.Repository rep,
              boolean allowDirectoryChange,
              TransDialog.Tabs currentTab)  | 
| Modifier and Type | Method and Description | 
|---|---|
static TransDialog.Tabs | 
TransDialog.Tabs.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static TransDialog.Tabs[] | 
TransDialog.Tabs.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
TransDialog(org.eclipse.swt.widgets.Shell parent,
           int style,
           org.pentaho.di.trans.TransMeta transMeta,
           org.pentaho.di.repository.Repository rep,
           TransDialog.Tabs currentTab)  |