public class AccessibleAttributeSequence extends Object
ACCESSIBLE_TEXT_ATTRIBUTES_CHANGED イベントを生成するために AccessibleContext クラスの実装者によって使用されます。| 修飾子と型 | フィールドと説明 |
|---|---|
AttributeSet |
attributes
テキストの属性
|
int |
endIndex
テキストシーケンスの終了インデックス
|
int |
startIndex
テキストシーケンスの開始インデックス
|
| コンストラクタと説明 |
|---|
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 バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.