| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface IdeFileChooserConstant stores the constants to be used in the IdeFileChooser interface.
| Field Summary | |
final static int | APPROVE_OPTIONReturn value if approve (yes, ok) is chosen. |
final static int | CANCEL_OPTIONReturn value if cancel is chosen. |
final static int | CUSTOM_DIALOGType value indicating that the FileChooser supports a developer specified file operation. |
final static int | DIRECTORIES_ONLYAllow the user to to select only directories. |
final static int | ERROR_OPTIONReturn value if an error occurred. |
final static int | FILES_AND_DIRECTORIESAllow the user to select both files and directories. |
final static int | FILES_ONLYAllow the user to select only files. |
final static int | IMAGE_DIALOGType value indicating that the FileChooser supports a image choosing operation with preview |
final static int | OPEN_DIALOGType value indicating that the FileChooser supports an "Open" file operation. |
final static int | SAVE_DIALOGType value indicating that the FileChooser supports a "Save" file operation. |
| Field Detail |
public final static int APPROVE_OPTION
public final static int CANCEL_OPTION
public final static int CUSTOM_DIALOG
public final static int DIRECTORIES_ONLY
public final static int ERROR_OPTION
public final static int FILES_AND_DIRECTORIES
public final static int FILES_ONLY
public final static int IMAGE_DIALOG
public final static int OPEN_DIALOG
public final static int SAVE_DIALOG
| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||