Uses of Enum Class
org.pentaho.di.ui.trans.dialog.TransDialog.Tabs
Packages that use TransDialog.Tabs
-
Uses of TransDialog.Tabs in org.pentaho.di.ui.spoon.trans
Methods in org.pentaho.di.ui.spoon.trans with parameters of type TransDialog.TabsModifier and TypeMethodDescriptionstatic 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.TabsModifier and TypeMethodDescriptionstatic TransDialog.Tabs
Returns the enum constant of this class with the specified name.static TransDialog.Tabs[]
TransDialog.Tabs.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.pentaho.di.ui.trans.dialog with parameters of type TransDialog.TabsModifierConstructorDescriptionTransDialog
(org.eclipse.swt.widgets.Shell parent, int style, org.pentaho.di.trans.TransMeta transMeta, org.pentaho.di.repository.Repository rep, TransDialog.Tabs currentTab)