org.pentaho.di.ui.job.entries.getpop
Class SelectFolderDialog

java.lang.Object
  extended by Dialog
      extended by org.pentaho.di.ui.job.entries.getpop.SelectFolderDialog

public class SelectFolderDialog
extends Dialog

This dialog represents an explorer type of interface on a given IMAP connection. It shows the folders defined

Since:
12-08-2009
Author:
Samatar

Constructor Summary
SelectFolderDialog(Shell parent, int style, javax.mail.Folder folder)
           
 
Method Summary
 void dispose()
           
 void handleOK()
           
 String open()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectFolderDialog

public SelectFolderDialog(Shell parent,
                          int style,
                          javax.mail.Folder folder)
Method Detail

open

public String open()

dispose

public void dispose()

handleOK

public void handleOK()