Uses of Class
org.pentaho.di.ui.spoon.trans.TransPreviewDelegate.PreviewMode
-
Packages that use TransPreviewDelegate.PreviewMode Package Description org.pentaho.di.ui.spoon.trans -
-
Uses of TransPreviewDelegate.PreviewMode in org.pentaho.di.ui.spoon.trans
Methods in org.pentaho.di.ui.spoon.trans that return TransPreviewDelegate.PreviewMode Modifier and Type Method Description TransPreviewDelegate.PreviewMode
TransPreviewDelegate. getPreviewMode()
static TransPreviewDelegate.PreviewMode
TransPreviewDelegate.PreviewMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static TransPreviewDelegate.PreviewMode[]
TransPreviewDelegate.PreviewMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pentaho.di.ui.spoon.trans with parameters of type TransPreviewDelegate.PreviewMode Modifier and Type Method Description void
TransPreviewDelegate. setPreviewMode(TransPreviewDelegate.PreviewMode previewMode)
-