Class SelectFolderDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.pentaho.di.ui.job.entries.getpop.SelectFolderDialog
-
public class SelectFolderDialog extends org.eclipse.swt.widgets.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
Constructors Constructor Description SelectFolderDialog(org.eclipse.swt.widgets.Shell parent, int style, javax.mail.Folder folder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
void
handleOK()
String
open()
-
-
-
Method Detail
-
open
public String open()
-
dispose
public void dispose()
-
handleOK
public void handleOK()
-
-