public class DialogSave extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ALL
The constant to target all files.
|
static int |
BMP
The constant to specify Bitmap files as a target.
|
static int |
CSV
The constant to specify CSV files as a target.
|
static int |
HTML
The constant to specify HTML files as a target.
|
static int |
XML
The constant to specify XML files as a target.
|
Constructor and Description |
---|
DialogSave() |
public static final int ALL
public static final int HTML
public static final int BMP
public static final int XML
public static final int CSV
public static String open(Shell shell, int type, String targetNameBase, String ext)
shell
- parent shelltype
- File Type (HTML or BMP)targetNameBase
- file name to saveext
- additional file name to be append to targetNameBase