- java.lang.Object
-
- javax.accessibility.AccessibleContext
-
- java.awt.Component.AccessibleAWTComponent
-
- java.awt.Container.AccessibleAWTContainer
-
- javax.swing.JComponent.AccessibleJComponent
-
- javax.swing.text.JTextComponent.AccessibleJTextComponent
-
- javax.swing.JTextField.AccessibleJTextField
-
- javax.swing.JPasswordField.AccessibleJPasswordField
-
- All Implemented Interfaces:
- Serializable, EventListener, AccessibleAction, AccessibleComponent, AccessibleEditableText, AccessibleExtendedComponent, AccessibleExtendedText, AccessibleText, CaretListener, DocumentListener
- Enclosing class:
- JPasswordField
protected class JPasswordField.AccessibleJPasswordField extends JTextField.AccessibleJTextField
This class implements accessibility support for theJPasswordField
class. It provides an implementation of the Java Accessibility API appropriate to password field user-interface elements.Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. As of 1.4, support for long term storage of all JavaBeansTM has been added to the
java.beans
package. Please seeXMLEncoder
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class javax.swing.JComponent.AccessibleJComponent
JComponent.AccessibleJComponent.AccessibleContainerHandler, JComponent.AccessibleJComponent.AccessibleFocusHandler
-
Nested classes/interfaces inherited from class java.awt.Component.AccessibleAWTComponent
Component.AccessibleAWTComponent.AccessibleAWTComponentHandler, Component.AccessibleAWTComponent.AccessibleAWTFocusHandler
-
-
Field Summary
-
Fields inherited from class javax.swing.JComponent.AccessibleJComponent
accessibleFocusHandler
-
Fields inherited from class java.awt.Container.AccessibleAWTContainer
accessibleContainerHandler
-
Fields inherited from class java.awt.Component.AccessibleAWTComponent
accessibleAWTComponentHandler, accessibleAWTFocusHandler
-
Fields inherited from class javax.accessibility.AccessibleContext
ACCESSIBLE_ACTION_PROPERTY, ACCESSIBLE_ACTIVE_DESCENDANT_PROPERTY, ACCESSIBLE_CARET_PROPERTY, ACCESSIBLE_CHILD_PROPERTY, ACCESSIBLE_COMPONENT_BOUNDS_CHANGED, ACCESSIBLE_DESCRIPTION_PROPERTY, ACCESSIBLE_HYPERTEXT_OFFSET, ACCESSIBLE_INVALIDATE_CHILDREN, ACCESSIBLE_NAME_PROPERTY, ACCESSIBLE_SELECTION_PROPERTY, ACCESSIBLE_STATE_PROPERTY, ACCESSIBLE_TABLE_CAPTION_CHANGED, ACCESSIBLE_TABLE_COLUMN_DESCRIPTION_CHANGED, ACCESSIBLE_TABLE_COLUMN_HEADER_CHANGED, ACCESSIBLE_TABLE_MODEL_CHANGED, ACCESSIBLE_TABLE_ROW_DESCRIPTION_CHANGED, ACCESSIBLE_TABLE_ROW_HEADER_CHANGED, ACCESSIBLE_TABLE_SUMMARY_CHANGED, ACCESSIBLE_TEXT_ATTRIBUTES_CHANGED, ACCESSIBLE_TEXT_PROPERTY, ACCESSIBLE_VALUE_PROPERTY, ACCESSIBLE_VISIBLE_DATA_PROPERTY, accessibleDescription, accessibleName, accessibleParent
-
Fields inherited from interface javax.accessibility.AccessibleAction
CLICK, DECREMENT, INCREMENT, TOGGLE_EXPAND, TOGGLE_POPUP
-
Fields inherited from interface javax.accessibility.AccessibleExtendedText
ATTRIBUTE_RUN, LINE
-
-
Constructor Summary
Constructors Modifier Constructor and Description protected
JPasswordField.AccessibleJPasswordField()
-
Method Summary
Methods Modifier and Type Method and Description AccessibleRole
getAccessibleRole()
Gets the role of this object.AccessibleText
getAccessibleText()
Gets theAccessibleText
for theJPasswordField
.String
getAfterIndex(int part, int index)
Returns theString
after a givenindex
.String
getAtIndex(int part, int index)
Returns theString
at a givenindex
.String
getBeforeIndex(int part, int index)
Returns theString
before a givenindex
.String
getTextRange(int startIndex, int endIndex)
Returns the text between twoindices
.AccessibleTextSequence
getTextSequenceAfter(int part, int index)
Returns theAccessibleTextSequence
after a givenindex
.AccessibleTextSequence
getTextSequenceAt(int part, int index)
Returns theAccessibleTextSequence
at a givenindex
.AccessibleTextSequence
getTextSequenceBefore(int part, int index)
Returns theAccessibleTextSequence
before a givenindex
.-
Methods inherited from class javax.swing.JTextField.AccessibleJTextField
getAccessibleStateSet
-
Methods inherited from class javax.swing.text.JTextComponent.AccessibleJTextComponent
caretUpdate, changedUpdate, cut, delete, doAccessibleAction, getAccessibleAction, getAccessibleActionCount, getAccessibleActionDescription, getAccessibleEditableText, getCaretPosition, getCharacterAttribute, getCharacterBounds, getCharCount, getIndexAtPoint, getSelectedText, getSelectionEnd, getSelectionStart, getTextBounds, insertTextAtIndex, insertUpdate, paste, removeUpdate, replaceText, selectText, setAttributes, setTextContents
-
Methods inherited from class javax.swing.JComponent.AccessibleJComponent
addPropertyChangeListener, getAccessibleChild, getAccessibleChildrenCount, getAccessibleDescription, getAccessibleKeyBinding, getAccessibleName, getBorderTitle, getTitledBorderText, getToolTipText, removePropertyChangeListener
-
Methods inherited from class java.awt.Container.AccessibleAWTContainer
getAccessibleAt
-
Methods inherited from class java.awt.Component.AccessibleAWTComponent
addFocusListener, contains, getAccessibleComponent, getAccessibleIndexInParent, getAccessibleParent, getBackground, getBounds, getCursor, getFont, getFontMetrics, getForeground, getLocale, getLocation, getLocationOnScreen, getSize, isEnabled, isFocusTraversable, isShowing, isVisible, removeFocusListener, requestFocus, setBackground, setBounds, setCursor, setEnabled, setFont, setForeground, setLocation, setSize, setVisible
-
Methods inherited from class javax.accessibility.AccessibleContext
firePropertyChange, getAccessibleIcon, getAccessibleRelationSet, getAccessibleSelection, getAccessibleTable, getAccessibleValue, setAccessibleDescription, setAccessibleName, setAccessibleParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.accessibility.AccessibleComponent
addFocusListener, contains, getAccessibleAt, getBackground, getBounds, getCursor, getFont, getFontMetrics, getForeground, getLocation, getLocationOnScreen, getSize, isEnabled, isFocusTraversable, isShowing, isVisible, removeFocusListener, requestFocus, setBackground, setBounds, setCursor, setEnabled, setFont, setForeground, setLocation, setSize, setVisible
-
-
-
-
Constructor Detail
-
JPasswordField.AccessibleJPasswordField
protected JPasswordField.AccessibleJPasswordField()
-
-
Method Detail
-
getAccessibleRole
public AccessibleRole getAccessibleRole()
Gets the role of this object.- Overrides:
getAccessibleRole
in classJTextComponent.AccessibleJTextComponent
- Returns:
- an instance of AccessibleRole describing the role of the object (AccessibleRole.PASSWORD_TEXT)
- See Also:
AccessibleRole
-
getAccessibleText
public AccessibleText getAccessibleText()
Gets theAccessibleText
for theJPasswordField
. The returned object also implements theAccessibleExtendedText
interface.- Overrides:
getAccessibleText
in classJTextComponent.AccessibleJTextComponent
- Returns:
AccessibleText
for the JPasswordField- Since:
- 1.6
- See Also:
AccessibleContext
,AccessibleContext.getAccessibleText()
,AccessibleText
,AccessibleExtendedText
-
getAtIndex
public String getAtIndex(int part, int index)
Returns theString
at a givenindex
.- Specified by:
getAtIndex
in interfaceAccessibleText
- Overrides:
getAtIndex
in classJTextComponent.AccessibleJTextComponent
- Parameters:
part
- theCHARACTER
,WORD
orSENTENCE
to retrieveindex
- an index within the text- Returns:
- a
String
ifpart
andindex
are valid. Otherwise,null
is returned - Since:
- 1.6
- See Also:
AccessibleText.CHARACTER
,AccessibleText.WORD
,AccessibleText.SENTENCE
-
getAfterIndex
public String getAfterIndex(int part, int index)
Returns theString
after a givenindex
.- Specified by:
getAfterIndex
in interfaceAccessibleText
- Overrides:
getAfterIndex
in classJTextComponent.AccessibleJTextComponent
- Parameters:
part
- theCHARACTER
,WORD
orSENTENCE
to retrieveindex
- an index within the text- Returns:
- a
String
ifpart
andindex
are valid. Otherwise,null
is returned - Since:
- 1.6
- See Also:
AccessibleText.CHARACTER
,AccessibleText.WORD
,AccessibleText.SENTENCE
-
getBeforeIndex
public String getBeforeIndex(int part, int index)
Returns theString
before a givenindex
.- Specified by:
getBeforeIndex
in interfaceAccessibleText
- Overrides:
getBeforeIndex
in classJTextComponent.AccessibleJTextComponent
- Parameters:
part
- theCHARACTER
,WORD
orSENTENCE
to retrieveindex
- an index within the text- Returns:
- a
String
ifpart
andindex
are valid. Otherwise,null
is returned - Since:
- 1.6
- See Also:
AccessibleText.CHARACTER
,AccessibleText.WORD
,AccessibleText.SENTENCE
-
getTextRange
public String getTextRange(int startIndex, int endIndex)
Returns the text between twoindices
.- Specified by:
getTextRange
in interfaceAccessibleEditableText
- Specified by:
getTextRange
in interfaceAccessibleExtendedText
- Overrides:
getTextRange
in classJTextComponent.AccessibleJTextComponent
- 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 - Since:
- 1.6
-
getTextSequenceAt
public AccessibleTextSequence getTextSequenceAt(int part, int index)
Returns theAccessibleTextSequence
at a givenindex
.- Specified by:
getTextSequenceAt
in interfaceAccessibleExtendedText
- Overrides:
getTextSequenceAt
in classJTextComponent.AccessibleJTextComponent
- Parameters:
part
- theCHARACTER
,WORD
,SENTENCE
,LINE
orATTRIBUTE_RUN
to retrieveindex
- an index within the text- Returns:
- an
AccessibleTextSequence
specifying the text ifpart
andindex
are valid. Otherwise,null
is returned - Since:
- 1.6
- See Also:
AccessibleText.CHARACTER
,AccessibleText.WORD
,AccessibleText.SENTENCE
,AccessibleExtendedText.LINE
,AccessibleExtendedText.ATTRIBUTE_RUN
-
getTextSequenceAfter
public AccessibleTextSequence getTextSequenceAfter(int part, int index)
Returns theAccessibleTextSequence
after a givenindex
.- Specified by:
getTextSequenceAfter
in interfaceAccessibleExtendedText
- Overrides:
getTextSequenceAfter
in classJTextComponent.AccessibleJTextComponent
- Parameters:
part
- theCHARACTER
,WORD
,SENTENCE
,LINE
orATTRIBUTE_RUN
to retrieveindex
- an index within the text- Returns:
- an
AccessibleTextSequence
specifying the text ifpart
andindex
are valid. Otherwise,null
is returned - Since:
- 1.6
- See Also:
AccessibleText.CHARACTER
,AccessibleText.WORD
,AccessibleText.SENTENCE
,AccessibleExtendedText.LINE
,AccessibleExtendedText.ATTRIBUTE_RUN
-
getTextSequenceBefore
public AccessibleTextSequence getTextSequenceBefore(int part, int index)
Returns theAccessibleTextSequence
before a givenindex
.- Specified by:
getTextSequenceBefore
in interfaceAccessibleExtendedText
- Overrides:
getTextSequenceBefore
in classJTextComponent.AccessibleJTextComponent
- Parameters:
part
- theCHARACTER
,WORD
,SENTENCE
,LINE
orATTRIBUTE_RUN
to retrieveindex
- an index within the text- Returns:
- an
AccessibleTextSequence
specifying the text ifpart
andindex
are valid. Otherwise,null
is returned - Since:
- 1.6
- See Also:
AccessibleText.CHARACTER
,AccessibleText.WORD
,AccessibleText.SENTENCE
,AccessibleExtendedText.LINE
,AccessibleExtendedText.ATTRIBUTE_RUN
-
-
Document created the 11/06/2005, last modified the 04/03/2020
Source of the printed document:https://www.gaudry.be/en/java-api-rf-javax/swing/jpasswordfield.accessiblejpasswordfield.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.