Uses of Class
org.pentaho.di.ui.spoon.SharedObjectSyncUtil
-
Packages that use SharedObjectSyncUtil Package Description org.pentaho.di.ui.repository.repositoryexplorer org.pentaho.di.ui.repository.repositoryexplorer.controllers org.pentaho.di.ui.spoon.delegates -
-
Uses of SharedObjectSyncUtil in org.pentaho.di.ui.repository.repositoryexplorer
Constructors in org.pentaho.di.ui.repository.repositoryexplorer with parameters of type SharedObjectSyncUtil Constructor Description RepositoryExplorer(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.repository.Repository rep, RepositoryExplorerCallback callback, org.pentaho.di.core.variables.VariableSpace variableSpace, SharedObjectSyncUtil syncUtil)
-
Uses of SharedObjectSyncUtil in org.pentaho.di.ui.repository.repositoryexplorer.controllers
Methods in org.pentaho.di.ui.repository.repositoryexplorer.controllers that return SharedObjectSyncUtil Modifier and Type Method Description SharedObjectSyncUtil
MainController. getSharedObjectSyncUtil()
Methods in org.pentaho.di.ui.repository.repositoryexplorer.controllers with parameters of type SharedObjectSyncUtil Modifier and Type Method Description void
MainController. setSharedObjectSyncUtil(SharedObjectSyncUtil sharedObjectSyncUtil)
-
Uses of SharedObjectSyncUtil in org.pentaho.di.ui.spoon.delegates
Fields in org.pentaho.di.ui.spoon.delegates declared as SharedObjectSyncUtil Modifier and Type Field Description protected SharedObjectSyncUtil
SpoonSharedObjectDelegate. sharedObjectSyncUtil
Methods in org.pentaho.di.ui.spoon.delegates with parameters of type SharedObjectSyncUtil Modifier and Type Method Description void
SpoonDBDelegate. setSharedObjectSyncUtil(SharedObjectSyncUtil sharedObjectSyncUtil)
void
SpoonSharedObjectDelegate. setSharedObjectSyncUtil(SharedObjectSyncUtil sharedObjectSyncUtil)
-