removeAttributes
JDK Doc(JAVA)Download this dictionary
removeAttributes(AttributeSet)
- Method in interface javax.swing.text.MutableAttributeSet 
public void removeAttributes (AttributeSet  attributes)
Creates a new attribute set similar to this one except that it contains no attribute with any of the given names and values. Existing attributes with the same name and different value will remain.Parameters: attributes - the set of attributes
 
removeAttributes(AttributeSet) *2
- Method in class javax.swing.text.AbstractDocument.AbstractElement 
public void removeAttributes (AttributeSet  attrs)
Removes a set of attributes for the element.Specified by:  removeAttributes in interface MutableAttributeSet Parameters: attrs - the attributesSee Also:  MutableAttributeSet.removeAttributes(java.util.Enumeration)
 
removeAttributes(AttributeSet) *3
- Method in class javax.swing.text.SimpleAttributeSet 
public void removeAttributes (AttributeSet  attributes)
Removes a set of attributes from the list.Specified by:  removeAttributes in interface MutableAttributeSet Parameters: attributes - the set of attributes to remove
 
removeAttributes(AttributeSet) *4
- Method in class javax.swing.text.StyleContext.NamedStyle 
public void removeAttributes (AttributeSet  attrs)
Removes a set of attributes for the element.Parameters: attrs - the attributesSee Also:  MutableAttributeSet.removeAttributes(java.util.Enumeration)
 
removeAttributes(AttributeSet, AttributeSet)
- Method in interface javax.swing.text.AbstractDocument.AttributeContext 
public AttributeSet removeAttributes (AttributeSet  old, AttributeSet  attrs)
Removes a set of attributes for the element.Parameters: old - the old attribute set - the attributesattrs - the attributesReturns: the updated attribute setSee Also:  MutableAttributeSet.removeAttributes(java.util.Enumeration)
 
removeAttributes(AttributeSet, AttributeSet) *2
- Method in class javax.swing.text.StyleContext 
public AttributeSet removeAttributes (AttributeSet  old, AttributeSet  attrs)
Removes a set of attributes for the element. This method is thread safe, although most Swing methods are not. Please see for more information.Specified by:  removeAttributes in interface AbstractDocument.AttributeContext Parameters: old - the old attribute set - the attributesattrs - the attributesReturns: the updated attribute setSee Also:  MutableAttributeSet.removeAttributes(java.util.Enumeration)
 
removeAttributes(AttributeSet, AttributeSet) *3
- Method in class javax.swing.text.html.StyleSheet 
public AttributeSet removeAttributes (AttributeSet  old, AttributeSet  attrs)
Removes a set of attributes. If any of the attributes is a StyleConstants attribute, the request will be converted to a CSS attribute prior to forwarding to the superclass behavior.Overrides: removeAttributes in class StyleContext Parameters: old - the old attribute set - the attributesattrs - the attributesReturns: the updated attribute setSee Also:  MutableAttributeSet.removeAttributes(java.util.Enumeration)
 
removeAttributes(AttributeSet, Enumeration)
- Method in interface javax.swing.text.AbstractDocument.AttributeContext 
public AttributeSet removeAttributes (AttributeSet  old, Enumeration  names)
Removes a set of attributes for the element.Parameters: old - the old attribute set - the attribute namesnames - the attribute namesReturns: the updated attribute setSee Also:  MutableAttributeSet.removeAttributes(java.util.Enumeration)
 
removeAttributes(AttributeSet, Enumeration) *2
- Method in class javax.swing.text.StyleContext 
public AttributeSet removeAttributes (AttributeSet  old, Enumeration  names)
Removes a set of attributes for the element. This method is thread safe, although most Swing methods are not. Please see for more information.Specified by:  removeAttributes in interface AbstractDocument.AttributeContext Parameters: old - the old attribute set - the attribute namesnames - the attribute namesReturns: the updated attribute setSee Also:  MutableAttributeSet.removeAttributes(java.util.Enumeration)
 
removeAttributes(AttributeSet, Enumeration) *3
- Method in class javax.swing.text.html.StyleSheet 
public AttributeSet removeAttributes (AttributeSet  old, Enumeration  names)
Removes a set of attributes for the element. If any of the attributes is a StyleConstants attribute, the request will be converted to a CSS attribute prior to forwarding to the superclass behavior.Overrides: removeAttributes in class StyleContext Parameters: old - the old attribute set - the attribute namesnames - the attribute namesReturns: the updated attribute setSee 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
 
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 in English