Module java.desktop
Package javax.swing.text

Interface ViewFactory

所有已知的实现类:
BasicEditorPaneUI, BasicFormattedTextFieldUI, BasicPasswordFieldUI, BasicTextAreaUI, BasicTextFieldUI, BasicTextPaneUI, BasicTextUI, DefaultTextUI, HTMLEditorKit.HTMLFactory, MetalTextFieldUI, SynthEditorPaneUI, SynthFormattedTextFieldUI, SynthPasswordFieldUI, SynthTextAreaUI, SynthTextFieldUI, SynthTextPaneUI

public interface ViewFactory
创建文档某部分的视图的工厂。旨在实现对视图如何映射到文档模型进行自定义。
  • Method Summary

    Modifier and Type
    Method
    Description
    create(Element elem)
    从文档的给定结构元素创建视图。
  • Method Details

    • create

      View create(Element elem)
      从文档的给定结构元素创建视图。
      参数:
      elem - 要构建视图的文档片段
      返回:
      视图
      参见: