| |||||||||
| 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_ONLYInstruction to display directories only. |
final static int | ERROR_OPTIONReturn value if an error occurred. |
final static int | FILES_AND_DIRECTORIESInstruction to display both files and directories. |
final static int | FILES_ONLYInstruction to display files only. |
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 OPEN_DIALOG
public final static int SAVE_DIALOG
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||