org.pentaho.di.ui.repository.dialog
Class SelectDirectoryDialog

java.lang.Object
  extended by Dialog
      extended by org.pentaho.di.ui.repository.dialog.SelectDirectoryDialog

public class SelectDirectoryDialog
extends 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
SelectDirectoryDialog(Shell parent, int style, Repository rep)
           
 
Method Summary
 void dispose()
           
 void handleOK()
           
 RepositoryDirectoryInterface open()
           
 void setTreeMenu()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectDirectoryDialog

public SelectDirectoryDialog(Shell parent,
                             int style,
                             Repository rep)
Method Detail

open

public RepositoryDirectoryInterface open()

setTreeMenu

public void setTreeMenu()

dispose

public void dispose()

handleOK

public void handleOK()