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 Details

    • TreeItemAccelerator

      public TreeItemAccelerator()
  • Method Details

    • addDoubleClick

      public static final void addDoubleClick(org.eclipse.swt.widgets.TreeItem treeItem, DoubleClickInterface doubleClick)
    • equalPaths

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