Package org.pentaho.di.ui.core.widget
Class TreeUtil
- java.lang.Object
-
- org.pentaho.di.ui.core.widget.TreeUtil
-
public class TreeUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description TreeUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.eclipse.swt.widgets.TreeItem
findTreeItem(org.eclipse.swt.widgets.Tree tree, String[] path)
static void
setOptimalWidthOnColumns(org.eclipse.swt.widgets.Tree tree)
-
-
-
Method Detail
-
setOptimalWidthOnColumns
public static final void setOptimalWidthOnColumns(org.eclipse.swt.widgets.Tree tree)
-
findTreeItem
public static final org.eclipse.swt.widgets.TreeItem findTreeItem(org.eclipse.swt.widgets.Tree tree, String[] path)
-
-