-
- All Known Implementing Classes:
- JEditorPane.AccessibleJEditorPane, JEditorPane.AccessibleJEditorPaneHTML, JEditorPane.JEditorPaneAccessibleHypertextSupport, JPasswordField.AccessibleJPasswordField, JTextArea.AccessibleJTextArea, JTextComponent.AccessibleJTextComponent, JTextField.AccessibleJTextField
public interface AccessibleExtendedText
The AccessibleExtendedText interface contains additional methods not provided by the AccessibleText interface Applications can determine if an object supports the AccessibleExtendedText interface by first obtaining its AccessibleContext (see
Accessible
) and then calling theAccessibleContext.getAccessibleText()
method of AccessibleContext. If the return value is an instance of AccessibleExtendedText, the object supports this interface.- Since:
- 1.5
- See Also:
Accessible
,Accessible.getAccessibleContext()
,AccessibleContext
,AccessibleContext.getAccessibleText()
-
-
Field Summary
Fields Modifier and Type Field and Description static int
ATTRIBUTE_RUN
Constant used to indicate that the part of the text that should be retrieved is contiguous text with the same text attributes.static int
LINE
Constant used to indicate that the part of the text that should be retrieved is a line of text.
-
Method Summary
Methods Modifier and Type Method and Description Rectangle
getTextBounds(int startIndex, int endIndex)
Returns the bounding rectangle of the text between two indices.String
getTextRange(int startIndex, int endIndex)
Returns the text between two indicesAccessibleTextSequence
getTextSequenceAfter(int part, int index)
Returns theAccessibleTextSequence
after a given index.AccessibleTextSequence
getTextSequenceAt(int part, int index)
Returns theAccessibleTextSequence
at a given index.AccessibleTextSequence
getTextSequenceBefore(int part, int index)
Returns theAccessibleTextSequence
before a given index.
-
-
-
Field Detail
-
LINE
static final int LINE
Constant used to indicate that the part of the text that should be retrieved is a line of text.
-
ATTRIBUTE_RUN
static final int ATTRIBUTE_RUN
Constant used to indicate that the part of the text that should be retrieved is contiguous text with the same text attributes.
-
-
Method Detail
-
getTextRange
String getTextRange(int startIndex, int endIndex)
Returns the text between two indices- Parameters:
startIndex
- the start index in the textendIndex
- the end index in the text- Returns:
- the text string if the indices are valid. Otherwise, null is returned.
-
getTextSequenceAt
AccessibleTextSequence getTextSequenceAt(int part, int index)
Returns theAccessibleTextSequence
at a given index.- Parameters:
part
- theCHARACTER
,WORD
,SENTENCE
,LINE
orATTRIBUTE_RUN
to retrieveindex
- an index within the text- Returns:
- an
AccessibleTextSequence
specifying the text if part and index are valid. Otherwise, null is returned. - See Also:
AccessibleText.CHARACTER
,AccessibleText.WORD
,AccessibleText.SENTENCE
-
getTextSequenceAfter
AccessibleTextSequence getTextSequenceAfter(int part, int index)
Returns theAccessibleTextSequence
after a given index.- Parameters:
part
- theCHARACTER
,WORD
,SENTENCE
,LINE
orATTRIBUTE_RUN
to retrieveindex
- an index within the text- Returns:
- an
AccessibleTextSequence
specifying the text if part and index are valid. Otherwise, null is returned. - See Also:
AccessibleText.CHARACTER
,AccessibleText.WORD
,AccessibleText.SENTENCE
-
getTextSequenceBefore
AccessibleTextSequence getTextSequenceBefore(int part, int index)
Returns theAccessibleTextSequence
before a given index.- Parameters:
part
- theCHARACTER
,WORD
,SENTENCE
,LINE
orATTRIBUTE_RUN
to retrieveindex
- an index within the text- Returns:
- an
AccessibleTextSequence
specifying the text if part and index are valid. Otherwise, null is returned. - See Also:
AccessibleText.CHARACTER
,AccessibleText.WORD
,AccessibleText.SENTENCE
-
getTextBounds
Rectangle getTextBounds(int startIndex, int endIndex)
Returns the bounding rectangle of the text between two indices.- Parameters:
startIndex
- the start index in the textendIndex
- the end index in the text- Returns:
- the bounding rectangle of the text if the indices are valid. Otherwise, null is returned.
-
-
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 11/06/2005, zuletzt geändert 04/03/2020
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-rf-javax/accessibility/accessibleextendedtext.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.