| Package | Description |
|---|---|
| com.googlecode.vfsjfilechooser2 |
| Modifier and Type | Method and Description |
|---|---|
VFSJFileChooser.SELECTION_MODE |
VFSJFileChooser.getFileSelectionMode()
Returns the current file-selection mode.
|
static VFSJFileChooser.SELECTION_MODE |
VFSJFileChooser.SELECTION_MODE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VFSJFileChooser.SELECTION_MODE[] |
VFSJFileChooser.SELECTION_MODE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VFSJFileChooser.setFileSelectionMode(VFSJFileChooser.SELECTION_MODE mode)
Sets the
VFSJFileChooser to allow the user to just
select files, just select
directories, or select both files and directories. |
Copyright © 2020. All rights reserved.