Package org.pentaho.di.ui.core.widget
Class TreeItemAccelerator
- java.lang.Object
-
- 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
Constructors Constructor Description TreeItemAccelerator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addDoubleClick(org.eclipse.swt.widgets.TreeItem treeItem, DoubleClickInterface doubleClick)
static boolean
equalPaths(String[] path1, String[] path2)
-
-
-
Method Detail
-
addDoubleClick
public static final void addDoubleClick(org.eclipse.swt.widgets.TreeItem treeItem, DoubleClickInterface doubleClick)
-
-