|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectDialog
fable.gui.dialog.ImportOPMLDialog
public class ImportOPMLDialog
This dialog box allows users to import feeds in the OPML file.
Method Summary | |
---|---|
static ImportOPMLDialogData |
showImportOPMLDialog(Shell parent,
FableComponent root)
Show an import OPML dialog box to users and return selected feeds. |
static ImportOPMLDialogData |
showImportOPMLDialog(Shell parent,
FableComponent root,
FableComponent currentPosition)
Show an import OPML dialog box to users and return selected feeds. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ImportOPMLDialogData showImportOPMLDialog(Shell parent, FableComponent root)
parent
- parent shell of the dialog box.root
- root of the tree structure.
public static ImportOPMLDialogData showImportOPMLDialog(Shell parent, FableComponent root, FableComponent currentPosition)
parent
- parent shell of the dialog box.root
- root of the tree structure.currentPosition
- currently selected fable componnet.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |