Uses of Class
org.pentaho.di.ui.spoon.TreeSelection
- 
Packages that use TreeSelection Package Description org.pentaho.di.ui.spoon This package contains the classes needed by Spoon.org.pentaho.di.ui.spoon.delegates  - 
- 
Uses of TreeSelection in org.pentaho.di.ui.spoon
Methods in org.pentaho.di.ui.spoon that return TreeSelection Modifier and Type Method Description TreeSelection[]Spoon. getTreeObjects(org.eclipse.swt.widgets.Tree tree) - 
Uses of TreeSelection in org.pentaho.di.ui.spoon.delegates
Methods in org.pentaho.di.ui.spoon.delegates that return TreeSelection Modifier and Type Method Description TreeSelection[]SpoonTreeDelegate. getTreeObjects(org.eclipse.swt.widgets.Tree tree, org.eclipse.swt.widgets.Tree selectionTree, org.eclipse.swt.widgets.Tree coreObjectsTree)Methods in org.pentaho.di.ui.spoon.delegates that return types with arguments of type TreeSelection Modifier and Type Method Description List<TreeSelection>SpoonTreeDelegateExtension. getObjects()Constructor parameters in org.pentaho.di.ui.spoon.delegates with type arguments of type TreeSelection Constructor Description SpoonTreeDelegateExtension(org.pentaho.di.base.AbstractMeta transMeta, String[] path, int caseNumber, List<TreeSelection> objects) 
 -