java.lang.Objectcom.install4j.api.beaninfo.FileSelectionMode
public class FileSelectionMode
Enumeration class for all possible file selection modes for file property descriptors.
FilePropertyDescriptor.create(String, Class, String, String, FileSelectionMode, String[], String)| Field Summary | |
|---|---|
static FileSelectionMode |
DIRECTORIES_ONLY
Only show directories in the file chooser. |
static FileSelectionMode |
FILES_AND_DIRECTORIES
Show both files and directories in the file chooser. |
static FileSelectionMode |
FILES_ONLY
Only show files in the file chooser. |
| Method Summary | |
|---|---|
int |
getJFileChooserMode()
Convert to an int value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final FileSelectionMode FILES_ONLY
public static final FileSelectionMode DIRECTORIES_ONLY
public static final FileSelectionMode FILES_AND_DIRECTORIES
| Method Detail |
|---|
public int getJFileChooserMode()