Uses of Class
org.pentaho.di.ui.trans.dialog.TransDialog.Tabs
-
Packages that use TransDialog.Tabs Package Description org.pentaho.di.ui.spoon.trans org.pentaho.di.ui.trans.dialog -
-
Uses of TransDialog.Tabs in org.pentaho.di.ui.spoon.trans
Methods in org.pentaho.di.ui.spoon.trans with parameters of type TransDialog.Tabs Modifier and Type Method Description static boolean
TransGraph. editProperties(org.pentaho.di.trans.TransMeta transMeta, Spoon spoon, org.pentaho.di.repository.Repository rep, boolean allowDirectoryChange, TransDialog.Tabs currentTab)
-
Uses of TransDialog.Tabs in org.pentaho.di.ui.trans.dialog
Methods in org.pentaho.di.ui.trans.dialog that return TransDialog.Tabs Modifier and Type Method 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.Constructors in org.pentaho.di.ui.trans.dialog with parameters of type TransDialog.Tabs Constructor 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)
-