mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-08-23 19:49:34 +08:00
50 lines
1.8 KiB
HTML
50 lines
1.8 KiB
HTML
<div class="header">
|
||
<h1 class="title" title="Package">Package javax.swing.text.rtf</h1>
|
||
<div class="docSummary">
|
||
<div class="block">
|
||
提供用于创建Rich-Text-Format文本编辑器的类(
|
||
<code>RTFEditorKit</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/text/rtf/RTFEditorKit.html" title="class in javax.swing.text.rtf">RTFEditorKit</a></td>
|
||
<td class="colLast">
|
||
<div class="block">
|
||
这是RTF编辑功能的默认实现。
|
||
</div> </td>
|
||
</tr>
|
||
</tbody>
|
||
</table> </li>
|
||
</ul>
|
||
<a name="package.description">
|
||
<!-- --> </a>
|
||
<h2 title="Package javax.swing.text.rtf Description">Package javax.swing.text.rtf Description</h2>
|
||
<div class="block">
|
||
<span>提供一个类( <code>RTFEditorKit</code> )用于创建Rich-Text-Format文本编辑器。</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>
|
||
</div>
|
||
<dl>
|
||
<dt>
|
||
<span class="simpleTagLabel">从以下版本开始:</span>
|
||
</dt>
|
||
<dd>
|
||
1.2
|
||
</dd>
|
||
</dl>
|
||
</div> |