Uses of Class
javax.swing.filechooser.FileSystemView
-
Packages that use FileSystemView 软件包 描述 javax.swing 提供一套“轻量级”(全Java语言)组件,尽可能地在所有平台上工作。javax.swing.filechooser 包含JFileChooser
组件使用的类和接口。 -
-
Uses of FileSystemView in javax.swing
Methods in javax.swing that return FileSystemView Modifier and Type 方法 描述 FileSystemView
JFileChooser. getFileSystemView()
返回文件系统视图。Methods in javax.swing with parameters of type FileSystemView Modifier and Type 方法 描述 void
JFileChooser. setFileSystemView(FileSystemView fsv)
设置JFileChooser
用于访问和创建文件系统资源的文件系统视图,例如查找软盘驱动器并获取根驱动器列表。protected void
JFileChooser. setup(FileSystemView view)
执行常见的构造函数初始化和设置。Constructors in javax.swing with parameters of type FileSystemView Constructor 描述 JFileChooser(File currentDirectory, FileSystemView fsv)
构造一个JFileChooser
使用给定的当前目录和FileSystemView
。JFileChooser(String currentDirectoryPath, FileSystemView fsv)
使用给定的当前目录路径构建一个JFileChooser
和FileSystemView
。JFileChooser(FileSystemView fsv)
构造一个JFileChooser
使用给定的FileSystemView
。 -
Uses of FileSystemView in javax.swing.filechooser
Methods in javax.swing.filechooser that return FileSystemView Modifier and Type 方法 描述 static FileSystemView
FileSystemView. getFileSystemView()
返回文件系统视图。
-