API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.text. Style View Source
Author(s)
Timothy Prinzing
Since
Version
1.22 11/17/05
Serial
Hierarchy
 AttributeSet
      MutableAttributeSet
          Style
Subinterfaces
Description
public interface Style
  A collection of attributes to associate with an element in a document.
See also:   
Methods
Hide/Show inherited methods
public void addChangeListener (ChangeListener l)
  Adds a listener to track whenever an attribute has been changed.
public String getName ()
  Fetches the name of the style.
public void removeChangeListener (ChangeListener l)
  Removes a listener that was tracking attribute changes.
Fields
Hide/Show inherited fields
publicfinalstatic Object NameAttribute [Inherited From MutableAttributeSet]
Attribute name used to name the collection of attributes.
publicfinalstatic Object ResolveAttribute [Inherited From MutableAttributeSet]
Attribute name used to identify the resolving parent set of attributes, if one is defined.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar