org.pentaho.di.ui.spoon.delegates
Class SpoonTreeDelegate

java.lang.Object
  extended by org.pentaho.di.ui.spoon.delegates.SpoonDelegate
      extended by org.pentaho.di.ui.spoon.delegates.SpoonTreeDelegate

public class SpoonTreeDelegate
extends SpoonDelegate


Field Summary
 
Fields inherited from class org.pentaho.di.ui.spoon.delegates.SpoonDelegate
loggingObject
 
Constructor Summary
SpoonTreeDelegate(Spoon spoon)
           
 
Method Summary
 void addDragSourceToTree(Tree tree, Tree selectionTree, Tree coreObjectsTree)
           
 TreeSelection[] getTreeObjects(Tree tree, Tree selectionTree, Tree coreObjectsTree)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpoonTreeDelegate

public SpoonTreeDelegate(Spoon spoon)
Method Detail

getTreeObjects

public TreeSelection[] getTreeObjects(Tree tree,
                                      Tree selectionTree,
                                      Tree coreObjectsTree)
Returns:
The object that is selected in the tree or null if we couldn't figure it out. (titles etc. == null)

addDragSourceToTree

public void addDragSourceToTree(Tree tree,
                                Tree selectionTree,
                                Tree coreObjectsTree)