| 类 | 描述 | 
|---|---|
| BlockView | 
           使用CSS规范显示块(作为框)的视图实现。 
          | 
| CSS | 
           将一组 
          CSS attributes定义为类型安全枚举。 
          | 
| CSS.Attribute | 
           定义用作可能包含CSS属性的AttributeSet的键。 
          | 
| FormSubmitEvent | 
           FormSubmitEvent用于通知有关方面提交表单。 
          | 
| FormView | 
           组件装饰器,用于实现表单元素<input>,<textarea>和<select>的视图界面。 
          | 
| HTML | 
           常数用于 
           HTMLDocument。 | 
| HTML.Attribute | 
           表示HTML属性的Typesafe枚举。 
          | 
| HTML.Tag | 
           HTML标签的类型安全枚举。 
          | 
| HTML.UnknownTag | |
| HTMLDocument | 
           建立HTML的文档。 
          | 
| HTMLDocument.Iterator | 
           迭代器迭代特定类型的标签。 
          | 
| HTMLEditorKit | 
           Swing JEditorPane文本组件通过称为EditorKit的插件机制来支持不同类型的内容。 
          | 
| HTMLEditorKit.HTMLFactory | 
           为HTML创建视图的工厂。 
          | 
| HTMLEditorKit.HTMLTextAction | 
           一个抽象的Action提供了一些方便的方法,可能有助于将HTML插入到现有文档中。 
          | 
| HTMLEditorKit.InsertHTMLTextAction | 
           InsertHTMLTextAction可用于将HTML的任意字符串插入到现有的HTML文档中。 
          | 
| HTMLEditorKit.LinkController | 
           在适当的时候,类可以观看关联的组件并在其上触发超链接事件。 
          | 
| HTMLEditorKit.Parser | 
           接口由解析器支持。 
          | 
| HTMLEditorKit.ParserCallback | 
           解析的结果驱动这些回调方法。 
          | 
| HTMLFrameHyperlinkEvent | 
           HTMLFrameHyperlinkEvent用于通知相关方链接已在一帧中激活。 
          | 
| HTMLWriter | 
           这是HTMLDocuments的作者。 
          | 
| ImageView | 
           视图,旨在支持HTML <IMG>标签。 
          | 
| InlineView | 
           基于CSS属性显示 
          内联元素样式。 
          | 
| ListView | 
           显示html列表的视图实现 
          | 
| MinimalHTMLWriter | 
           MinimalHTMLWriter是由HTMLEditorKit用于为不是由EditorKit生成的文档编写HTML的后备书写器。 
          | 
| ObjectView | 
           实现<object>元素的视图接口的组件装饰器。 
          | 
| Option | 
           用于表示<option>元素的ListModel的值。 
          | 
| ParagraphView | 
           显示一个段落,并使用css属性进行配置。 
          | 
| StyleSheet | 
           支持定义正在渲染的HTML视图的视觉特征。 
          | 
| StyleSheet.BoxPainter | 
           课程执行CSS格式的一些职责。 
          | 
| StyleSheet.ListPainter | 
           课程执行CSS列表格式的一些职责。 
          | 
| Enum | 描述 | 
|---|---|
| FormSubmitEvent.MethodType | 
           表示HTML表单方法类型。 
          | 
HTMLEditorKit和支持类创建HTML文本编辑器。 
    注意:大多数Swing API 不是线程安全的。 有关详细信息,请参阅Threads and Swing ,在部分The Java Tutorial 。
 Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.