Uses of Class
org.pentaho.di.ui.spoon.Spoon
-
Packages that use Spoon Package Description org.pentaho.di.ui.core.events.dialog org.pentaho.di.ui.spoon This package contains the classes needed by Spoon.org.pentaho.di.ui.spoon.delegates org.pentaho.di.ui.spoon.job org.pentaho.di.ui.spoon.trans org.pentaho.di.ui.spoon.tree.provider -
-
Uses of Spoon in org.pentaho.di.ui.core.events.dialog
Methods in org.pentaho.di.ui.core.events.dialog that return Spoon Modifier and Type Method Description protected SpoonRepositoryUtility. getSpoon()Get spoon instance. -
Uses of Spoon in org.pentaho.di.ui.spoon
Fields in org.pentaho.di.ui.spoon declared as Spoon Modifier and Type Field Description protected SpoonSpoonBrowser. spoonMethods in org.pentaho.di.ui.spoon that return Spoon Modifier and Type Method Description static SpoonSpoon. getInstance()SpoonSpoonBrowser. getSpoon()Methods in org.pentaho.di.ui.spoon with parameters of type Spoon Modifier and Type Method Description voidSpoonBrowser. setSpoon(Spoon spoon)Constructors in org.pentaho.di.ui.spoon with parameters of type Spoon Constructor Description SharedObjectSyncUtil(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 Spoon Modifier and Type Field Description protected SpoonSpoonDelegate. spoonMethods in org.pentaho.di.ui.spoon.delegates that return Spoon Modifier and Type Method Description protected SpoonSpoonJobDelegate. getSpoon()SpoonSpoonTransformationDelegate. getSpoon()Methods in org.pentaho.di.ui.spoon.delegates with parameters of type Spoon Modifier and Type Method Description SpoonDelegateSpoonDelegateRegistry. constructSpoonJobDelegate(Spoon spoon)SpoonDelegateSpoonDelegateRegistry. constructSpoonTransDelegate(Spoon spoon)voidSpoonDelegates. update(Spoon spoon)Constructors in org.pentaho.di.ui.spoon.delegates with parameters of type Spoon Constructor Description SpoonClustersDelegate(Spoon spoon)SpoonDBDelegate(Spoon spoon)SpoonDelegate(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 Spoon Modifier and Type Field Description protected SpoonJobGraph. spoonMethods in org.pentaho.di.ui.spoon.job that return Spoon Modifier and Type Method Description SpoonJobGraph. getSpoon()Methods in org.pentaho.di.ui.spoon.job with parameters of type Spoon Modifier and Type Method Description static booleanJobGraph. editProperties(org.pentaho.di.job.JobMeta jobMeta, Spoon spoon, org.pentaho.di.repository.Repository rep, boolean allowDirectoryChange)voidJobGraph. setSpoon(Spoon spoon)Constructors in org.pentaho.di.ui.spoon.job with parameters of type Spoon Constructor Description JobGraph(org.eclipse.swt.widgets.Composite par, Spoon spoon, org.pentaho.di.job.JobMeta jobMeta)JobGridDelegate(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 Spoon Modifier and Type Method Description SpoonTransGraph. getSpoon()Methods in org.pentaho.di.ui.spoon.trans with parameters of type Spoon Modifier and Type Method Description static 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)voidTransGraph. setSpoon(Spoon spoon)Constructors in org.pentaho.di.ui.spoon.trans with parameters of type Spoon Constructor Description TransGraph(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 Spoon Constructor Description DBConnectionFolderProvider(GUIResource guiResource, Spoon spoon)PartitionsFolderProvider(GUIResource guiResource, Spoon spoon)
-