MutableAttributeSet
JDK Doc(JAVA)Download this dictionary
MutableAttributeSet
- interface javax.swing.text..MutableAttributeSet 
public interface MutableAttributeSet extends AttributeSet 
public void addAttribute (Object  name, Object  value)
A generic interface for a mutable collection of unique attributes. Implementations will probably want to provide a constructor of the form:


| MutableAttributeSet in English