Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.accessibility.AccessibleAttributeSequence
public class AccessibleAttributeSequence extends Object
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
Modifier and Type | Field and Description |
---|---|
AttributeSet |
attributes
The text attributes |
int |
endIndex
The end index of the text sequence |
int |
startIndex
The start index of the text sequence |
Constructor and Description |
---|
AccessibleAttributeSequence(int start,
int end,
AttributeSet attr)
Constructs an AccessibleAttributeSequence with the given
parameters. |
Modifier and Type | Method and Description |
---|
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. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.