Class SelectDirectoryDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.pentaho.di.ui.repository.dialog.SelectDirectoryDialog
-
public class SelectDirectoryDialog extends org.eclipse.swt.widgets.Dialog
This dialog represents an explorer type of interface on a given database connection. It shows the tables defined in the visible schemas or catalogs on that connection. The interface also allows you to get all kinds of information on those tables.- Since:
- 18-05-2003
- Author:
- Matt
-
-
Constructor Summary
Constructors Constructor Description SelectDirectoryDialog(org.eclipse.swt.widgets.Shell parent, int style, org.pentaho.di.repository.Repository rep)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
void
handleOK()
org.pentaho.di.repository.RepositoryDirectoryInterface
open()
void
setRestrictedPaths(Set<String> restrictedPaths)
void
setTreeMenu()
-