| Package | Description |
|---|---|
| com.googlecode.vfsjfilechooser2 |
| Modifier and Type | Method and Description |
|---|---|
VFSJFileChooser.RETURN_TYPE |
VFSJFileChooser.showDialog(Component parent,
String approveButtonText)
Pops a custom file chooser dialog with a custom approve button.
|
VFSJFileChooser.RETURN_TYPE |
VFSJFileChooser.showOpenDialog(Component parent)
Pops up an "Open File" file chooser dialog.
|
VFSJFileChooser.RETURN_TYPE |
VFSJFileChooser.showSaveDialog(Component parent)
Pops up a "Save File" file chooser dialog.
|
static VFSJFileChooser.RETURN_TYPE |
VFSJFileChooser.RETURN_TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VFSJFileChooser.RETURN_TYPE[] |
VFSJFileChooser.RETURN_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.