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