|
|||||||||
软件包 javax.swing.filechooser
包含JFileChooser
组件使用的类和接口。
请参见:
描述
类摘要 | |
---|---|
FileFilter | FileFilter 是一个没有默认实现的抽象类。 |
FileSystemView | FileSystemView 是 JFileChooser 的文件系统网关。 |
FileView | FileView 定义一个抽象类,可以实现该抽象类来为 File 提供带 UI 信息的文件选择器。 |
软件包 javax.swing.filechooser 的描述
包含 JFileChooser
组件使用的类和接口。
注:大多数 Swing API 都不是 线程安全的。有关细节,请参阅《The Java Tutorial》中的 Threads and Swing 一节。
相关文档
本文档构成了完整的 API 规范。有关概述、教程、示例、指南和工具文档的信息,请参阅:- 《The Java Tutorial》中的 How to Use File Choosers 一节。
- Internationalization Documentation
- Input Method Framework Documentation
- 从以下版本开始:
- 1.2
所有类
|
|||||||||