@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface FilePropertyMetadata
Modifier and Type | Required Element and Description |
---|---|
boolean |
directoriesOnly
Returns true if the file chooser dialog should only allow directories to be
selected, otherwise it will allow only files to be selected
|
int |
fileChooserDialogType
Specify the type of JFileChooser dialog that should be used - i.e.
|