-
- All Superinterfaces:
- AttributeSet
- All Known Subinterfaces:
- Style
- All Known Implementing Classes:
- AbstractDocument.AbstractElement, AbstractDocument.BranchElement, AbstractDocument.LeafElement, DefaultStyledDocument.SectionElement, HTMLDocument.BlockElement, HTMLDocument.RunElement, SimpleAttributeSet, StyleContext.NamedStyle
public interface MutableAttributeSet extends AttributeSet
A generic interface for a mutable collection of unique attributes. Implementations will probably want to provide a constructor of the form: public XXXAttributeSet(ConstAttributeSet source);
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface javax.swing.text.AttributeSet
AttributeSet.CharacterAttribute, AttributeSet.ColorAttribute, AttributeSet.FontAttribute, AttributeSet.ParagraphAttribute
-
-
Field Summary
-
Fields inherited from interface javax.swing.text.AttributeSet
NameAttribute, ResolveAttribute
-
-
Method Summary
Methods Modifier and Type Method and Description 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.void
addAttributes(AttributeSet attributes)
Creates a new attribute set similar to this one except that it contains the given attributes and values.void
removeAttribute(Object name)
Removes an attribute with the givenname
.void
removeAttributes(AttributeSet attributes)
Removes a set of attributes with the givenname
.void
removeAttributes(Enumeration<?> names)
Removes an attribute set with the givennames
.void
setResolveParent(AttributeSet parent)
Sets the resolving parent.-
Methods inherited from interface javax.swing.text.AttributeSet
containsAttribute, containsAttributes, copyAttributes, getAttribute, getAttributeCount, getAttributeNames, getResolveParent, isDefined, isEqual
-
-
-
-
Method Detail
-
addAttribute
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. The object must be immutable, or not mutated by any client.- Parameters:
name
- the namevalue
- the value
-
addAttributes
void addAttributes(AttributeSet attributes)
Creates a new attribute set similar to this one except that it contains the given attributes and values.- Parameters:
attributes
- the set of attributes
-
removeAttribute
void removeAttribute(Object name)
Removes an attribute with the givenname
.- Parameters:
name
- the attribute name
-
removeAttributes
void removeAttributes(Enumeration<?> names)
Removes an attribute set with the givennames
.- Parameters:
names
- the set of names
-
removeAttributes
void removeAttributes(AttributeSet attributes)
Removes a set of attributes with the givenname
.- Parameters:
attributes
- the set of attributes
-
setResolveParent
void setResolveParent(AttributeSet parent)
Sets the resolving parent. This is the set of attributes to resolve through if an attribute isn't defined locally.- Parameters:
parent
- the parent
-
-
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-javax/swing/text/mutableattributeset.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.