| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.accessibility.AccessibleAttributeSequence
public class AccessibleAttributeSequence
This class collects together the span of text that share the same
 contiguous set of attributes, along with that set of attributes.  It
 is used by implementors of the class AccessibleContext in
 order to generate ACCESSIBLE_TEXT_ATTRIBUTES_CHANGED events.
AccessibleContext, 
AccessibleContext.ACCESSIBLE_TEXT_ATTRIBUTES_CHANGED| Field Summary | |
|---|---|
|  AttributeSet | attributesThe text attributes | 
|  int | endIndexThe end index of the text sequence | 
|  int | startIndexThe start index of the text sequence | 
| Constructor Summary | |
|---|---|
| AccessibleAttributeSequence(int start,
                            int end,
                            AttributeSet attr)Constructs an AccessibleAttributeSequencewith the given
 parameters. | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public int startIndex
public int endIndex
public AttributeSet attributes
| Constructor Detail | 
|---|
public AccessibleAttributeSequence(int start,
                                   int end,
                                   AttributeSet attr)
AccessibleAttributeSequence with the given
 parameters.
start - the beginning index of the span of textend - the ending index of the span of textattr - the AttributeSet shared by this text span| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.