mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-07-06 00:32:44 +08:00
82 lines
3.4 KiB
HTML
82 lines
3.4 KiB
HTML
<div class="header">
|
||
<h1 class="title" title="Package">Package javax.swing.filechooser</h1>
|
||
<div class="docSummary">
|
||
<div class="block">
|
||
包含由所使用的类和接口
|
||
<code>JFileChooser</code>组件。
|
||
</div>
|
||
</div>
|
||
<p>See: <a href="#package.description">描述</a></p>
|
||
</div><div class="contentContainer">
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<table border="0" cellpadding="3" cellspacing="0" class="typeSummary" summary="Class Summary table, listing classes, and an explanation">
|
||
<caption>
|
||
<span>类摘要</span>
|
||
<span class="tabEnd"> </span>
|
||
</caption>
|
||
<tbody>
|
||
<tr>
|
||
<th class="colFirst" scope="col">类</th>
|
||
<th class="colLast" scope="col">描述</th>
|
||
</tr>
|
||
</tbody>
|
||
<tbody>
|
||
<tr class="altColor">
|
||
<td class="colFirst"><a href="../../../javax/swing/filechooser/FileFilter.html" title="class in javax.swing.filechooser">FileFilter</a></td>
|
||
<td class="colLast">
|
||
<div class="block">
|
||
<code>FileFilter</code>是
|
||
<code>JFileChooser</code>用于过滤向用户显示的文件集的抽象类。
|
||
</div> </td>
|
||
</tr>
|
||
<tr class="rowColor">
|
||
<td class="colFirst"><a href="../../../javax/swing/filechooser/FileNameExtensionFilter.html" title="class in javax.swing.filechooser">FileNameExtensionFilter</a></td>
|
||
<td class="colLast">
|
||
<div class="block">
|
||
执行
|
||
<code>FileFilter</code>过滤使用指定的一组扩展。
|
||
</div> </td>
|
||
</tr>
|
||
<tr class="altColor">
|
||
<td class="colFirst"><a href="../../../javax/swing/filechooser/FileSystemView.html" title="class in javax.swing.filechooser">FileSystemView</a></td>
|
||
<td class="colLast">
|
||
<div class="block">
|
||
FileSystemView是JFileChooser到文件系统的网关。
|
||
</div> </td>
|
||
</tr>
|
||
<tr class="rowColor">
|
||
<td class="colFirst"><a href="../../../javax/swing/filechooser/FileView.html" title="class in javax.swing.filechooser">FileView</a></td>
|
||
<td class="colLast">
|
||
<div class="block">
|
||
<code>FileView</code>定义了一个抽象类,可以实现这个类,为filechooser提供一个File的UI
|
||
<code>File</code> 。
|
||
</div> </td>
|
||
</tr>
|
||
</tbody>
|
||
</table> </li>
|
||
</ul>
|
||
<a name="package.description">
|
||
<!-- --> </a>
|
||
<h2 title="Package javax.swing.filechooser Description">Package javax.swing.filechooser Description</h2>
|
||
<div class="block">
|
||
<span>包含由所使用的类和接口<code>JFileChooser</code>组件。</span>
|
||
<p> <span><strong>注意:</strong>大多数Swing API <em>不是</em>线程安全的。</span> <span>有关详细信息,请参阅<a href="http://java.sun.com/docs/books/tutorial/uiswing/overview/threads.html" target="_top">Threads and Swing</a> ,在部分<em><a href="http://java.sun.com/docs/books/tutorial/" target="_top">The Java Tutorial</a></em> 。</span> </p>
|
||
<h2> <span>相关文档</span> </h2>
|
||
<span>本文档形成完整的API规范。</span>
|
||
<span>有关概述,教程,示例,指南和工具文档,请参阅:</span>
|
||
<ul>
|
||
<li> <span><a href="http://java.sun.com/docs/books/tutorial/uiswing/components/filechooser.html" target="_top">How to Use File Choosers</a> , <em>Java教程</em>中<em>的</em>一节</span> </li>
|
||
<li> <span><a href="../../../../technotes/guides/intl/index.html" target="_top">Internationalization Documentation</a></span> </li>
|
||
<li> <span><a href="../../../../technotes/guides/imf/index.html" target="_top">Input Method Framework Documentation</a></span> </li>
|
||
</ul>
|
||
</div>
|
||
<dl>
|
||
<dt>
|
||
<span class="simpleTagLabel">从以下版本开始:</span>
|
||
</dt>
|
||
<dd>
|
||
1.2
|
||
</dd>
|
||
</dl>
|
||
</div> |