fable.gui.dialog
Class SearchDialog

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

public class SearchDialog
extends Dialog

Simple dialog allows users to search the web to find a feed and select a feed from the results.

Author:
Wonsik Kim

Method Summary
static NewFeedDialogData showSearchDialog(Shell parent, FableManager fbm)
          Shows a search dialog box and return the information about the selected feed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

showSearchDialog

public static NewFeedDialogData showSearchDialog(Shell parent,
                                                 FableManager fbm)
Shows a search dialog box and return the information about the selected feed.

Parameters:
parent - parent shell of the dialog box.
fbm - FableManager object for censorship.
Returns:
information about the selected feed.
Requires:
parent != null, fbm != null.