public class RepositoryDirectoryUI extends Object
| Constructor and Description |
|---|
RepositoryDirectoryUI() |
| Modifier and Type | Method and Description |
|---|---|
static void |
getDirectoryTree(org.eclipse.swt.widgets.TreeItem ti,
org.eclipse.swt.graphics.Color dircolor,
org.pentaho.di.repository.RepositoryDirectoryInterface dir)
Gets a directory tree on a TreeItem to work with.
|
static void |
getTreeWithNames(org.eclipse.swt.widgets.TreeItem ti,
org.pentaho.di.repository.Repository rep,
org.eclipse.swt.graphics.Color dircolor,
int sortPosition,
boolean includeDeleted,
boolean ascending,
boolean getTransformations,
boolean getJobs,
org.pentaho.di.repository.RepositoryDirectoryInterface dir,
String filterString,
Pattern pattern)
Set the name of this directory on a TreeItem.
|
public static void getTreeWithNames(org.eclipse.swt.widgets.TreeItem ti,
org.pentaho.di.repository.Repository rep,
org.eclipse.swt.graphics.Color dircolor,
int sortPosition,
boolean includeDeleted,
boolean ascending,
boolean getTransformations,
boolean getJobs,
org.pentaho.di.repository.RepositoryDirectoryInterface dir,
String filterString,
Pattern pattern)
throws org.pentaho.di.core.exception.KettleDatabaseException
ti - The TreeItem to set the name on and to create the subdirectoriesrep - The repositoryobjectMap - The tree path to repository object mapping to populate.dircolor - The color in which the directories will be drawn.sortPosition - The sort positionascending - The ascending flaggetTransformations - Include transformations in the tree or notgetJobs - Include jobs in the tree or notorg.pentaho.di.core.exception.KettleDatabaseExceptionpublic static void getDirectoryTree(org.eclipse.swt.widgets.TreeItem ti,
org.eclipse.swt.graphics.Color dircolor,
org.pentaho.di.repository.RepositoryDirectoryInterface dir)
ti - The TreeItem to set the directory tree ondircolor - The color of the directory tree item.