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 Spoon
RepositoryUtility. 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 Spoon
SpoonBrowser. spoon
Methods in org.pentaho.di.ui.spoon that return Spoon Modifier and Type Method Description static Spoon
Spoon. getInstance()
Spoon
SpoonBrowser. getSpoon()
Methods in org.pentaho.di.ui.spoon with parameters of type Spoon Modifier and Type Method Description void
SpoonBrowser. 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 Spoon
SpoonDelegate. spoon
Methods in org.pentaho.di.ui.spoon.delegates that return Spoon Modifier and Type Method Description protected Spoon
SpoonJobDelegate. getSpoon()
Spoon
SpoonTransformationDelegate. getSpoon()
Methods in org.pentaho.di.ui.spoon.delegates with parameters of type Spoon Modifier and Type Method Description SpoonDelegate
SpoonDelegateRegistry. constructSpoonJobDelegate(Spoon spoon)
SpoonDelegate
SpoonDelegateRegistry. constructSpoonTransDelegate(Spoon spoon)
void
SpoonDelegates. 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 Spoon
JobGraph. spoon
Methods in org.pentaho.di.ui.spoon.job that return Spoon Modifier and Type Method Description Spoon
JobGraph. getSpoon()
Methods in org.pentaho.di.ui.spoon.job with parameters of type Spoon Modifier and Type Method Description static boolean
JobGraph. editProperties(org.pentaho.di.job.JobMeta jobMeta, Spoon spoon, org.pentaho.di.repository.Repository rep, boolean allowDirectoryChange)
void
JobGraph. 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 Spoon
TransGraph. getSpoon()
Methods in org.pentaho.di.ui.spoon.trans with parameters of type Spoon 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)
static boolean
TransGraph. editProperties(org.pentaho.di.trans.TransMeta transMeta, Spoon spoon, org.pentaho.di.repository.Repository rep, boolean allowDirectoryChange, TransDialog.Tabs currentTab)
void
TransGraph. 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)
-