JavaTM Platform
Standard Ed. 6

javax.accessibility
クラス AccessibleAttributeSequence

java.lang.Object
  上位を拡張 javax.accessibility.AccessibleAttributeSequence

public class AccessibleAttributeSequence
extends Object

このクラスは、連続した属性セットを共有するテキスト範囲を、その属性セットとともに収集します。ACCESSIBLE_TEXT_ATTRIBUTES_CHANGED イベントを生成するために AccessibleContext クラスの実装者によって使用されます。

関連項目:
AccessibleContext, AccessibleContext.ACCESSIBLE_TEXT_ATTRIBUTES_CHANGED

フィールドの概要
 AttributeSet attributes
          テキストの属性
 int endIndex
          テキスト範囲の終了インデックス
 int startIndex
          テキスト範囲の開始インデックス
 
コンストラクタの概要
AccessibleAttributeSequence(int start, int end, AttributeSet attr)
          パラメータを指定して AccessibleAttributeSequence を構築します。
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

startIndex

public int startIndex
テキスト範囲の開始インデックス


endIndex

public int endIndex
テキスト範囲の終了インデックス


attributes

public AttributeSet attributes
テキストの属性

コンストラクタの詳細

AccessibleAttributeSequence

public AccessibleAttributeSequence(int start,
                                   int end,
                                   AttributeSet attr)
パラメータを指定して AccessibleAttributeSequence を構築します。

パラメータ:
start - テキスト範囲の開始インデックス
end - テキスト範囲の終了インデックス
attr - このテキスト範囲で共有される AttributeSet
導入されたバージョン:
1.6

JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。