|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectDialog
fable.gui.dialog.AddToCustomFeedDialog
public class AddToCustomFeedDialog
This dialog box let users to choose custom feed to add some articles.
Method Summary | |
---|---|
static Feed |
showExportNewCustomFeedDialog(Shell parent,
FableComponent root,
FableManager fbm)
Shows a export new custom feed dialog. |
static Feed |
showExportNewCustomFeedDialog(Shell parent,
FableComponent root,
FableManager fbm,
FableComponent currentPosition)
Shows a export new custom feed dialog. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Feed showExportNewCustomFeedDialog(Shell parent, FableComponent root, FableManager fbm)
parent
- parent shell of the dialog box.root
- root of the tree structure.
public static Feed showExportNewCustomFeedDialog(Shell parent, FableComponent root, FableManager fbm, FableComponent currentPosition)
parent
- parent shell of the dialog box.root
- root of the tree structure.currentPosition
- current selected folder in the tree view.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |