org.pentaho.di.ui.core.widget
Class TreeItemAccelerator

java.lang.Object
  extended by org.pentaho.di.ui.core.widget.TreeItemAccelerator

public class TreeItemAccelerator
extends Object

This class can be used to define accelerators (actions) to a tree item that just got created.

Author:
Matt

Constructor Summary
TreeItemAccelerator()
           
 
Method Summary
static void addDoubleClick(TreeItem treeItem, DoubleClickInterface doubleClick)
           
static boolean equalPaths(String[] path1, String[] path2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeItemAccelerator

public TreeItemAccelerator()
Method Detail

addDoubleClick

public static final void addDoubleClick(TreeItem treeItem,
                                        DoubleClickInterface doubleClick)

equalPaths

public static final boolean equalPaths(String[] path1,
                                       String[] path2)