java.awt

Class TextComponent.AccessibleAWTTextComponent

protected class TextComponent.AccessibleAWTTextComponent extends AccessibleAWTComponent implements AccessibleText, TextListener

Constructor Summary
AccessibleAWTTextComponent()
Method Summary
AccessibleRolegetAccessibleRole()
AccessibleStateSetgetAccessibleStateSet()
AccessibleTextgetAccessibleText()
StringgetAfterIndex(int part, int index)
StringgetAtIndex(int part, int index)
StringgetBeforeIndex(int part, int index)
intgetCaretPosition()
AttributeSetgetCharacterAttribute(int index)
RectanglegetCharacterBounds(int index)
intgetCharCount()
intgetIndexAtPoint(Point point)
StringgetSelectedText()
intgetSelectionEnd()
intgetSelectionStart()
voidtextValueChanged(TextEvent event)

Constructor Detail

AccessibleAWTTextComponent

public AccessibleAWTTextComponent()

Method Detail

getAccessibleRole

public AccessibleRole getAccessibleRole()

getAccessibleStateSet

public AccessibleStateSet getAccessibleStateSet()

getAccessibleText

public AccessibleText getAccessibleText()

getAfterIndex

public String getAfterIndex(int part, int index)

getAtIndex

public String getAtIndex(int part, int index)

getBeforeIndex

public String getBeforeIndex(int part, int index)

getCaretPosition

public int getCaretPosition()

getCharacterAttribute

public AttributeSet getCharacterAttribute(int index)

getCharacterBounds

public Rectangle getCharacterBounds(int index)

getCharCount

public int getCharCount()

getIndexAtPoint

public int getIndexAtPoint(Point point)

getSelectedText

public String getSelectedText()

getSelectionEnd

public int getSelectionEnd()

getSelectionStart

public int getSelectionStart()

textValueChanged

public void textValueChanged(TextEvent event)