API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.text. AbstractDocument.AttributeContext View Source
Author(s)
Since
Version
Serial
Hierarchy
 AbstractDocument.AttributeContext
Subinterfaces
Description
publicstatic interface AbstractDocument.AttributeContext
  An interface that can be used to allow MutableAttributeSet implementations to use pluggable attribute compression techniques.
See also:    StyleContext
Methods
Hide/Show inherited methods
public AttributeSet addAttribute (AttributeSet old, Object name, Object value)
  Adds an attribute to the given set, and returns the new representative set.
public AttributeSet addAttributes (AttributeSet old, AttributeSet attr)
  Adds a set of attributes to the element.
public AttributeSet getEmptySet ()
  Fetches an empty AttributeSet.
public void reclaim (AttributeSet a)
  Reclaims an attribute set.
public AttributeSet removeAttribute (AttributeSet old, Object name)
  Removes an attribute from the set.
public AttributeSet removeAttributes (AttributeSet old, AttributeSet attrs)
  Removes a set of attributes for the element.
public AttributeSet removeAttributes (AttributeSet old, Enumeration<Object> names)
  Removes a set of attributes for the element.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar