Module  java.desktop
软件包  javax.swing.text

Interface MutableAttributeSet

    • 方法详细信息

      • addAttribute

        void addAttribute​(Object name,
                          Object value)
        创建与此类似的新属性集,除了它包含具有给定名称和值的属性。 该对象必须是不可变的,或者不被任何客户端所突变。
        参数
        name - 的名字
        value - 值
      • addAttributes

        void addAttributes​(AttributeSet attributes)
        创建与此类似的新属性集,除了它包含给定的属性和值。
        参数
        attributes - 属性集
      • removeAttribute

        void removeAttribute​(Object name)
        删除给定的属性 name
        参数
        name - 属性名称
      • removeAttributes

        void removeAttributes​(Enumeration<?> names)
        删除给定的属性集 names
        参数
        names - 一组名称
      • removeAttributes

        void removeAttributes​(AttributeSet attributes)
        使用给定的 name删除一组属性。
        参数
        attributes - 属性集
      • setResolveParent

        void setResolveParent​(AttributeSet parent)
        设置解析父项。 如果属性未在本地定义,则这是要解析的属性集。
        参数
        parent - 父母