fable.gui.dialog
Class ExportOPMLDialog

java.lang.Object
  extended by Dialog
      extended by fable.gui.dialog.ExportOPMLDialog

public class ExportOPMLDialog
extends Dialog

This dialog box enables users to select multiple feeds to export as an OPML file.

Author:
Wonsik Kim

Method Summary
static ExportOPMLDialogData showExportOPMLDialog(Shell parent, Folder root)
          Show up a dialog box with tree structure of the folder/feeds with check boxes, and return the checked feeds.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

showExportOPMLDialog

public static ExportOPMLDialogData showExportOPMLDialog(Shell parent,
                                                        Folder root)
Show up a dialog box with tree structure of the folder/feeds with check boxes, and return the checked feeds.

Parameters:
parent - parent shell of the dialog box.
root - root of the tree structure.
Returns:
selected feeds, or null if cancelled.
Requires:
parent != null, root != null.