Uses of Interface
javax.swing.text.AbstractDocument.AttributeContext
Packages that use AbstractDocument.AttributeContext
包
描述
Provides classes and interfaces that deal with editable and noneditable text
components.
Provides the class
HTMLEditorKit
and supporting classes for creating
HTML text editors.-
Uses of AbstractDocument.AttributeContext in javax.swing.text
Classes in javax.swing.text that implement AbstractDocument.AttributeContextMethods in javax.swing.text that return AbstractDocument.AttributeContext修饰符和类方法描述protected final AbstractDocument.AttributeContext
AbstractDocument.getAttributeContext()
Fetches the context for managing attributes.Constructors in javax.swing.text with parameters of type AbstractDocument.AttributeContextModifierConstructor描述protected
Constructs a newAbstractDocument
, wrapped around some specified content storage mechanism. -
Uses of AbstractDocument.AttributeContext in javax.swing.text.html
Classes in javax.swing.text.html that implement AbstractDocument.AttributeContext修饰符和类Class描述class
Support for defining the visual characteristics of HTML views being rendered.