| Package | Description |
|---|---|
| com.googlecode.vfsjfilechooser2 | |
| com.googlecode.vfsjfilechooser2.filechooser |
| Modifier and Type | Method and Description |
|---|---|
AbstractVFSFileSystemView |
VFSJFileChooser.getFileSystemView()
Returns the file system view.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VFSJFileChooser.setFileSystemView(AbstractVFSFileSystemView fsv)
Sets the file system view that the
VFSJFileChooser uses for
accessing and creating file system resources, such as finding
the floppy drive and getting a list of root drives. |
protected void |
VFSJFileChooser.setup(AbstractVFSFileSystemView view)
Performs common constructor initialization and setup.
|
| Constructor and Description |
|---|
VFSJFileChooser(AbstractVFSFileSystemView fsv)
Constructs a
VFSJFileChooser using the given
FileSystemView. |
VFSJFileChooser(org.apache.commons.vfs2.FileObject currentDirectory,
AbstractVFSFileSystemView fsv)
Constructs a
VFSJFileChooser using the given current directory
and FileSystemView. |
VFSJFileChooser(String currentDirectoryPath,
AbstractVFSFileSystemView fsv)
Constructs a
VFSJFileChooser using the given current directory
path and FileSystemView. |
| Modifier and Type | Method and Description |
|---|---|
static AbstractVFSFileSystemView |
AbstractVFSFileSystemView.getFileSystemView() |
Copyright © 2020. All rights reserved.