API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.text. MutableAttributeSet View Source
Author(s)
Since
Version
1.18 11/17/05
Serial
Hierarchy
 AttributeSet
      MutableAttributeSet
Subinterfaces
 Style
Description
public interface MutableAttributeSet
  A generic interface for a mutable collection of unique attributes.
See also:   
Methods
Hide/Show inherited methods
public void addAttribute (Object name, Object value)
  Creates a new attribute set similar to this one except that it contains an attribute with the given name and value.
public void addAttributes (AttributeSet attributes)
  Creates a new attribute set similar to this one except that it contains the given attributes and values.
public void removeAttribute (Object name)
  Removes an attribute with the given name.
public void removeAttributes (AttributeSet attributes)
  Removes a set of attributes with the given name.
public void removeAttributes (Enumeration<Object> names)
  Removes an attribute set with the given names.
public void setResolveParent (AttributeSet parent)
  Sets the resolving parent.
Fields
Hide/Show inherited fields
publicfinalstatic Object NameAttribute [Inherited From AttributeSet]
Attribute name used to name the collection of attributes.
publicfinalstatic Object ResolveAttribute [Inherited From AttributeSet]
Attribute name used to identify the resolving parent set of attributes, if one is defined.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar