モジュール java.desktop
パッケージ javax.swing.text

インタフェースMutableAttributeSet

すべてのスーパー・インタフェース:
AttributeSet
既知のすべてのサブインタフェース:
Style
既知のすべての実装クラス:
AbstractDocument.AbstractElement, AbstractDocument.BranchElement, AbstractDocument.LeafElement, DefaultStyledDocument.SectionElement, HTMLDocument.BlockElement, HTMLDocument.RunElement, SimpleAttributeSet, StyleContext.NamedStyle

public interface MutableAttributeSet extends AttributeSet
一意な属性を集めた可変コレクションのジェネリック・インタフェースです。 実装は、おそらくフォームのコンストラクタを提供したいと思うでしょう:

 public XXXAttributeSet(ConstAttributeSet source);