public class FileChooserOptions extends Object
Modifier and Type | Field and Description |
---|---|
String |
mask |
int |
sortOptions
Use the File.LIST_BY options OR'ed with File.LIST_DESCENDING if necessary
for this variable.
|
static int |
VIEW_FILE_TIPS |
static int |
VIEW_HIDDEN_FILES |
static int |
VIEW_LINKS_IN_SEPARATE_PANEL |
static int |
VIEW_NAME_ONLY |
int |
viewOptions |
Constructor and Description |
---|
FileChooserOptions() |
public static final int VIEW_NAME_ONLY
public static final int VIEW_FILE_TIPS
public static final int VIEW_HIDDEN_FILES
public static final int VIEW_LINKS_IN_SEPARATE_PANEL
public int viewOptions
public int sortOptions
public String mask
public void copyFrom(FileChooserOptions other)