|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectDialog
fable.gui.dialog.NewFeedDialog
public class NewFeedDialog
This class provides static method that shows dialog box with name, URL, and folder tree structure to add a feed. Also user can choose to search the web for feeds or browse file system of their own.
Method Summary | |
---|---|
static NewFeedDialogData |
showNewFeedDialog(Shell parent,
FableComponent root,
FableComponent currentPosition,
FableManager fbm)
Show a dialog box for adding feeds. |
static NewFeedDialogData |
showNewFeedDialog(Shell parent,
FableComponent root,
FableManager fbm)
Show a dialog box for adding feeds. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static NewFeedDialogData showNewFeedDialog(Shell parent, FableComponent root, FableComponent currentPosition, FableManager fbm)
parent
- parent shell of this dialog box.root
- root of the ADT.currentPosition
- currently selected fable component.fbm
- fable manager object.
public static NewFeedDialogData showNewFeedDialog(Shell parent, FableComponent root, FableManager fbm)
parent
- parent shell of this dialog box.root
- root of the ADT.fbm
- fable manager object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |