public class AccessibleAttributeSequence extends Object
AccessibleContext者使用,以生成ACCESSIBLE_TEXT_ATTRIBUTES_CHANGED事件。 
      | Modifier and Type | Field and Description | 
|---|---|
| AttributeSet | attributes
              文本属性 
             | 
| int | endIndex
              文本序列的结束索引 
             | 
| int | startIndex
              文本序列的起始索引 
             | 
| Constructor and Description | 
|---|
| AccessibleAttributeSequence(int start, int end, AttributeSet attr)
              构造一个 
              AccessibleAttributeSequence具有给定参数。 | 
public int startIndex
public int endIndex
public AttributeSet attributes
public AccessibleAttributeSequence(int start,
                                   int end,
                                   AttributeSet attr) 
          AccessibleAttributeSequence具有给定参数。 
          start - 文本跨度的起始索引 
           end - 文本跨度的结束索引 
           attr - 本文跨度共享的 
            AttributeSet 
            Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.