|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
public interface AccessibleHypertext
AccessibleHypertext 클래스는, 화면에 하이퍼 텍스트(hyper text) 정보를 표시하는 모든 클래스의 base class입니다. 이 클래스는, 컨텐츠, 속성, 및 공간 위치를 사용해 그 텍스트에 액세스하기 위한 표준적인 기구를 사용자 보조 기능에 제공합니다. 또, 이 클래스는, 하이퍼 링크를 조작하기 위한 표준적인 기구도 제공합니다. 어플리케이션은, 객체의 AccessibleContext (Accessible 를 참조)를 취득하고 나서, AccessibleContext 의 AccessibleContext.getAccessibleText() 메소드를 호출하면(자), 객체가 AccessibleHypertext 인터페이스를 지원할지 어떨지를 판정할 수 있습니다. 반환값이 AccessibleHypertext 를 확장하는 클래스의 경우는, 그 객체는 AccessibleHypertext 를 지원하고 있습니다.
Accessible ,
Accessible.getAccessibleContext() ,
AccessibleContext ,
AccessibleText ,
AccessibleContext.getAccessibleText() | 필드의 개요 |
|---|
| 인터페이스 javax.accessibility. AccessibleText 로부터 상속된 필드 |
|---|
CHARACTER , SENTENCE , WORD |
| 메소드의 개요 | |
|---|---|
AccessibleHyperlink |
getLink (int linkIndex)
문서의 n 번째의 Link 를 돌려줍니다. |
int |
getLinkCount ()
이 하이퍼 텍스트(hyper text) 문서내에 있는 링크의 수를 돌려줍니다. |
int |
getLinkIndex (int charIndex)
이 문자 인덱스에 관련지을 수 있었던 하이퍼 링크의 배열에의 인덱스를 돌려줍니다. |
| 인터페이스 javax.accessibility. AccessibleText 로부터 상속된 메소드 |
|---|
getAfterIndex , getAtIndex , getBeforeIndex , getCaretPosition , getCharacterAttribute , getCharacterBounds , getCharCount , getIndexAtPoint , getSelectedText , getSelectionEnd , getSelectionStart |
| 메소드의 상세 |
|---|
int getLinkCount()
AccessibleHyperlink getLink(int linkIndex)
linkIndex - Hypertext 의 링크내에서의 인덱스
int getLinkIndex(int charIndex)
charIndex - 텍스트내의 인덱스
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.