Uses of Class
org.pentaho.di.ui.spoon.Spoon
Packages that use Spoon
Package
Description
This package contains the classes needed by Spoon.
-
Uses of Spoon in org.pentaho.di.ui.core.events.dialog
Methods in org.pentaho.di.ui.core.events.dialog that return Spoon -
Uses of Spoon in org.pentaho.di.ui.spoon
Fields in org.pentaho.di.ui.spoon declared as SpoonMethods in org.pentaho.di.ui.spoon that return SpoonMethods in org.pentaho.di.ui.spoon with parameters of type SpoonConstructors in org.pentaho.di.ui.spoon with parameters of type SpoonModifierConstructorDescriptionSharedObjectSyncUtil(Spoon spoon) SpoonBrowser(org.eclipse.swt.widgets.Composite parent, Spoon spoon, String stringUrl, boolean isURL) SpoonBrowser(org.eclipse.swt.widgets.Composite parent, Spoon spoon, String stringUrl, boolean isURL, boolean showControls, org.eclipse.swt.browser.LocationListener listener) SpoonBrowser(org.eclipse.swt.widgets.Composite parent, Spoon spoon, String stringUrl, boolean isURL, org.eclipse.swt.browser.LocationListener listener) SpoonSlave(org.eclipse.swt.widgets.Composite parent, int style, Spoon spoon, org.pentaho.di.cluster.SlaveServer slaveServer) -
Uses of Spoon in org.pentaho.di.ui.spoon.delegates
Fields in org.pentaho.di.ui.spoon.delegates declared as SpoonMethods in org.pentaho.di.ui.spoon.delegates that return SpoonModifier and TypeMethodDescriptionprotected SpoonSpoonJobDelegate.getSpoon()SpoonTransformationDelegate.getSpoon()Methods in org.pentaho.di.ui.spoon.delegates with parameters of type SpoonModifier and TypeMethodDescriptionSpoonDelegateRegistry.constructSpoonJobDelegate(Spoon spoon) SpoonDelegateRegistry.constructSpoonTransDelegate(Spoon spoon) voidConstructors in org.pentaho.di.ui.spoon.delegates with parameters of type SpoonModifierConstructorDescriptionSpoonClustersDelegate(Spoon spoon) SpoonDBDelegate(Spoon spoon) protectedSpoonDelegate(Spoon spoon) SpoonDelegates(Spoon spoon) SpoonJobDelegate(Spoon spoon) SpoonPartitionsDelegate(Spoon spoon) SpoonSharedObjectDelegate(Spoon spoon) SpoonSlaveDelegate(Spoon spoon) SpoonStepsDelegate(Spoon spoon) SpoonTabsDelegate(Spoon spoon) SpoonTransformationDelegate(Spoon spoon) SpoonTreeDelegate(Spoon spoon) -
Uses of Spoon in org.pentaho.di.ui.spoon.job
Fields in org.pentaho.di.ui.spoon.job declared as SpoonMethods in org.pentaho.di.ui.spoon.job that return SpoonMethods in org.pentaho.di.ui.spoon.job with parameters of type SpoonModifier and TypeMethodDescriptionstatic booleanJobGraph.editProperties(org.pentaho.di.job.JobMeta jobMeta, Spoon spoon, org.pentaho.di.repository.Repository rep, boolean allowDirectoryChange) voidConstructors in org.pentaho.di.ui.spoon.job with parameters of type SpoonModifierConstructorDescriptionJobGridDelegate(Spoon spoon, JobGraph transGraph) JobHistoryDelegate(Spoon spoon, JobGraph jobGraph) JobLogDelegate(Spoon spoon, JobGraph jobGraph) JobMetricsDelegate(Spoon spoon, JobGraph jobGraph) -
Uses of Spoon in org.pentaho.di.ui.spoon.trans
Methods in org.pentaho.di.ui.spoon.trans that return SpoonMethods in org.pentaho.di.ui.spoon.trans with parameters of type SpoonModifier and TypeMethodDescriptionstatic booleanTransGraph.editProperties(org.pentaho.di.trans.TransMeta transMeta, Spoon spoon, org.pentaho.di.repository.Repository rep, boolean allowDirectoryChange) static booleanTransGraph.editProperties(org.pentaho.di.trans.TransMeta transMeta, Spoon spoon, org.pentaho.di.repository.Repository rep, boolean allowDirectoryChange, TransDialog.Tabs currentTab) voidConstructors in org.pentaho.di.ui.spoon.trans with parameters of type SpoonModifierConstructorDescriptionTransGraph(org.eclipse.swt.widgets.Composite parent, Spoon spoon, org.pentaho.di.trans.TransMeta transMeta) TransGridDelegate(Spoon spoon, TransGraph transGraph) TransHistoryDelegate(Spoon spoon, TransGraph transGraph) TransLogDelegate(Spoon spoon, TransGraph transGraph) TransMetricsDelegate(Spoon spoon, TransGraph transGraph) TransPerfDelegate(Spoon spoon, TransGraph transGraph) TransPreviewDelegate(Spoon spoon, TransGraph transGraph) -
Uses of Spoon in org.pentaho.di.ui.spoon.tree.provider
Constructors in org.pentaho.di.ui.spoon.tree.provider with parameters of type SpoonModifierConstructorDescriptionDBConnectionFolderProvider(GUIResource guiResource, Spoon spoon) PartitionsFolderProvider(GUIResource guiResource, Spoon spoon)