|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.rse.files.ui.dialogs.FileDialogFactory
public class FileDialogFactory
Utility class with factory methods for creating some RSE Standard Dialogs, for working with remote files.
Constructor Summary | |
---|---|
FileDialogFactory()
|
Method Summary | |
---|---|
static ISaveAsDialog |
makeSaveAsDialog(Shell shell)
Create an ISaveAsDialog instance, initialized for selecting a folder to save to. |
static ISaveAsDialog |
makeSaveAsDialog(Shell shell,
String title)
Create an ISaveAsDialog instance with the given title, initialized for selecting a file to save to. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileDialogFactory()
Method Detail |
---|
public static ISaveAsDialog makeSaveAsDialog(Shell shell, String title)
shell
- parent shell for the dialogtitle
- title for the dialog
public static ISaveAsDialog makeSaveAsDialog(Shell shell)
shell
- parent shell for the dialog
|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |