| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.actf.ui.util.DialogSave
public class DialogSave
Utility class to open dialog to enable users to specify target file name.
| Field Summary | |
|---|---|
| static int | ALLThe constant to target all files. | 
| static int | BMPThe constant to specify Bitmap files as a target. | 
| static int | CSVThe constant to specify CSV files as a target. | 
| static int | HTMLThe constant to specify HTML files as a target. | 
| static int | XMLThe constant to specify XML files as a target. | 
| Constructor Summary | |
|---|---|
| DialogSave() | |
| Method Summary | |
|---|---|
| static String | open(org.eclipse.swt.widgets.Shell shell,
     int type,
     String targetNameBase,
     String ext)Open dialog to enable users to specify target file name to save. | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
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
| Constructor Detail | 
|---|
public DialogSave()
| Method Detail | 
|---|
public static String open(org.eclipse.swt.widgets.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
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||