|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectDialog
fable.gui.dialog.ExportNewCustomFeedDialog
public class ExportNewCustomFeedDialog
This class provides static method that shows dialog box with name, and folder tree structure to add a custom feed.
Method Summary | |
---|---|
static ExportNewCustomFeedDialogData |
showExportNewCustomFeedDialog(Shell parent,
FableComponent root)
Show a dialog box for adding custom feed. |
static ExportNewCustomFeedDialogData |
showExportNewCustomFeedDialog(Shell parent,
FableComponent root,
FableComponent currentPosition)
Show a dialog box for adding custom feed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ExportNewCustomFeedDialogData showExportNewCustomFeedDialog(Shell parent, FableComponent root)
parent
- parent shell of this dialog box.root
- root of the ADT.
public static ExportNewCustomFeedDialogData showExportNewCustomFeedDialog(Shell parent, FableComponent root, FableComponent currentPosition)
parent
- parent shell of this dialog box.root
- root of the ADT.currentPosition
- current selected position.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |