Java javax.swing.text AttributeSet fields, constructors, methods, implement or subclass

Example usage for Java javax.swing.text AttributeSet fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing.text AttributeSet.

The text is from its open source code.

Field

ObjectNameAttribute
Attribute name used to name the collection of attributes.

Method

booleancontainsAttribute(Object name, Object value)
Returns true if this set defines an attribute with the same name and an equal value.
AttributeSetcopyAttributes()
Returns an attribute set that is guaranteed not to change over time.
ObjectgetAttribute(Object key)
Fetches the value of the given attribute.
EnumerationgetAttributeNames()
Returns an enumeration over the names of the attributes that are defined locally in the set.
AttributeSetgetResolveParent()
Gets the resolving parent.
booleanisDefined(Object attrName)
Checks whether the named attribute has a value specified in the set without resolving through another attribute set.