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
ConstructorDescriptionSelectDirectoryDialog
(org.eclipse.swt.widgets.Shell parent, int style, org.pentaho.di.repository.Repository rep) -
Method Summary
Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
-
Constructor Details
-
SelectDirectoryDialog
public SelectDirectoryDialog(org.eclipse.swt.widgets.Shell parent, int style, org.pentaho.di.repository.Repository rep)
-
-
Method Details
-
setRestrictedPaths
-
open
public org.pentaho.di.repository.RepositoryDirectoryInterface open() -
setTreeMenu
public void setTreeMenu() -
dispose
public void dispose() -
handleOK
public void handleOK()
-