removeAttributes(Enumeration)
JDK Doc(JAVA)Download this dictionary
removeAttributes(Enumeration) *2
- Method in class javax.swing.text.AbstractDocument.AbstractElement 
public void removeAttributes (Enumeration  names)
Removes a set of attributes for the element.Specified by:  removeAttributes in interface MutableAttributeSet Parameters: names - the attribute namesSee Also:  MutableAttributeSet.removeAttributes(java.util.Enumeration)
 
removeAttributes(Enumeration) *3
- Method in class javax.swing.text.SimpleAttributeSet 
public void removeAttributes (Enumeration  names)
Removes a set of attributes from the list.Specified by:  removeAttributes in interface MutableAttributeSet Parameters: names - the set of names to remove
 
removeAttributes(Enumeration) *4
- Method in class javax.swing.text.StyleContext.NamedStyle 
public void removeAttributes (Enumeration  names)
Removes a set of attributes for the element.Parameters: names - the attribute namesSee Also:  MutableAttributeSet.removeAttributes(java.util.Enumeration)
 
removeAttributes(Enumeration)
- Method in interface javax.swing.text.MutableAttributeSet 
public void removeAttributes (Enumeration  names)
Creates a new attribute set similar to this one except that it contains no attribute with any of the given names.Parameters: names - the set of names