|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
java.lang.Objectjavax.accessibility.AccessibleTextSequence
public class AccessibleTextSequence
此類別彙集文本區域的關鍵細節。此類別供 AccessibleExtendedText 類別的實作者使用,以返回所請求的三項內容:String、較大文本(String 取自該文本)正文中的起始和結束索引/偏移量。
AccessibleExtendedText| 欄位摘要 | |
|---|---|
int |
endIndex
文本序列的結束索引 |
int |
startIndex
|
String |
text
文本 |
| 建構子摘要 | |
|---|---|
AccessibleTextSequence(int start,
int end,
String txt)
建構帶有給定參數的 AccessibleTextSequence。 |
|
| 方法摘要 |
|---|
| 從類別 java.lang.Object 繼承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 欄位詳細資訊 |
|---|
public int startIndex
public int endIndex
public String text
| 建構子詳細資訊 |
|---|
public AccessibleTextSequence(int start,
int end,
String txt)
AccessibleTextSequence。
start - 文本區域開始處的索引end - 文本區域結束處的索引txt - 此文本區域所共享的 String
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。