Class JList.AccessibleJList.AccessibleJListChild
- All Implemented Interfaces:
-
Accessible,AccessibleAction,AccessibleComponent
- Enclosing class:
- JList.AccessibleJList
protected class JList.AccessibleJList.AccessibleJListChild extends AccessibleContext implements Accessible, AccessibleComponent, AccessibleAction
Field Summary
Fields declared in 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 declared in interface javax.accessibility.AccessibleAction
CLICK, DECREMENT, INCREMENT, TOGGLE_EXPAND, TOGGLE_POPUP
Constructor Summary
| Constructor | Description |
|---|---|
AccessibleJListChild |
Constructs an AccessibleJListChild. |
Method Summary
| Modifier and Type | Method | Description |
|---|---|---|
void |
addFocusListener |
Adds the specified focus listener to receive focus events from this component. |
boolean |
contains |
Checks whether the specified point is within this object's bounds, where the point's x and y coordinates are defined to be relative to the coordinate system of the object. |
boolean |
doAccessibleAction |
Performs the specified action on the object. |
AccessibleAction |
getAccessibleAction() |
Gets the AccessibleAction associated with this object that supports one or more actions. |
int |
getAccessibleActionCount() |
Returns the number of accessible actions available in this object If there are more than one, the first one is considered the "default" action of the object. |
String |
getAccessibleActionDescription |
Returns a description of the specified action of the object. |
Accessible |
getAccessibleAt |
Returns the Accessible child, if one exists, contained at the local coordinate Point. |
Accessible |
getAccessibleChild |
Returns the specified Accessible child of the object. |
int |
getAccessibleChildrenCount() |
Returns the number of accessible children of the object. |
AccessibleComponent |
getAccessibleComponent() |
Get the AccessibleComponent associated with this object. |
AccessibleContext |
getAccessibleContext() |
Get the AccessibleContext for this object. |
AccessibleIcon[] |
getAccessibleIcon() |
Returns the icon for the element renderer, as the only item of an array of AccessibleIcons or a null array if the renderer component contains no icons. |
int |
getAccessibleIndexInParent() |
Gets the 0-based index of this object in its accessible parent. |
AccessibleRole |
getAccessibleRole() |
Gets the role of this object. |
AccessibleStateSet |
getAccessibleStateSet() |
Gets the state set of this object. |
Color |
getBackground() |
Gets the background color of this object. |
Rectangle |
getBounds() |
Gets the bounds of this object in the form of a Rectangle object. |
Cursor |
getCursor() |
Gets the cursor of this object. |
Font |
getFont() |
Gets the font of this object. |
FontMetrics |
getFontMetrics |
Gets the FontMetrics of this object. |
Color |
getForeground() |
Gets the foreground color of this object. |
Locale |
getLocale() |
Gets the locale of the component. |
Point |
getLocation() |
Gets the location of the object relative to the parent in the form of a point specifying the object's top-left corner in the screen's coordinate space. |
Point |
getLocationOnScreen() |
Returns the location of the object on the screen. |
Dimension |
getSize() |
Returns the size of this object in the form of a Dimension object. |
boolean |
isEnabled() |
Determines if the object is enabled. |
boolean |
isFocusTraversable() |
Returns whether this object can accept focus or not. |
boolean |
isShowing() |
Determines if the object is showing. |
boolean |
isVisible() |
Determines if the object is visible. |
void |
removeFocusListener |
Removes the specified focus listener so it no longer receives focus events from this component. |
void |
requestFocus() |
Requests focus for this object. |
void |
setAccessibleDescription |
Sets the accessible description of this object. |
void |
setAccessibleName |
Sets the localized accessible name of this object. |
void |
setBackground |
Sets the background color of this object. |
void |
setBounds |
Sets the bounds of this object in the form of a Rectangle object. |
void |
setCursor |
Sets the cursor of this object. |
void |
setEnabled |
Sets the enabled state of the object. |
void |
setFont |
Sets the font of this object. |
void |
setForeground |
Sets the foreground color of this object. |
void |
setLocation |
Sets the location of the object relative to the parent. |
void |
setSize |
Resizes this object so that it has width and height. |
void |
setVisible |
Sets the visible state of the object. |
Methods declared in class javax.accessibility.AccessibleContext
addPropertyChangeListener, firePropertyChange, getAccessibleDescription, getAccessibleEditableText, getAccessibleName, getAccessibleParent, getAccessibleRelationSet, getAccessibleSelection, getAccessibleTable, getAccessibleText, getAccessibleValue, removePropertyChangeListener, setAccessibleParent
Constructor Details
AccessibleJListChild
public AccessibleJListChild(JList<E> parent, int indexInParent)
AccessibleJListChild.- Parameters:
-
parent- the parent -
indexInParent- the index in the parent
Method Details
getAccessibleContext
public AccessibleContext getAccessibleContext()
- Specified by:
-
getAccessibleContextin interfaceAccessible - Returns:
- this object
setAccessibleName
public void setAccessibleName(String s)
AccessibleContextPropertyChangeEvent to be fired for the ACCESSIBLE_NAME_PROPERTY property.- Overrides:
-
setAccessibleNamein classAccessibleContext - Parameters:
-
s- the new localized name of the object - See Also:
setAccessibleDescription
public void setAccessibleDescription(String s)
AccessibleContextPropertyChangeEvent to be fired for the ACCESSIBLE_DESCRIPTION_PROPERTY property.- Overrides:
-
setAccessibleDescriptionin classAccessibleContext - Parameters:
-
s- the new localized description of the object - See Also:
getAccessibleRole
public AccessibleRole getAccessibleRole()
AccessibleContextAccessibleRole.PUSH_BUTTON. The roles in AccessibleRole are provided so component developers can pick from a set of predefined roles. This enables assistive technologies to provide a consistent interface to various tweaked subclasses of components (e.g., use AccessibleRole.PUSH_BUTTON for all components that act like a push button) as well as distinguish between subclasses that behave differently (e.g., AccessibleRole.CHECK_BOX for check boxes and AccessibleRole.RADIO_BUTTON for radio buttons). Note that the AccessibleRole class is also extensible, so custom component developers can define their own AccessibleRole's if the set of predefined roles is inadequate.
- Specified by:
-
getAccessibleRolein classAccessibleContext - Returns:
- an instance of
AccessibleRoledescribing the role of the object - See Also:
getAccessibleStateSet
public AccessibleStateSet getAccessibleStateSet()
AccessibleContextAccessibleStateSet of an object is composed of a set of unique AccessibleStates. A change in the AccessibleStateSet of an object will cause a PropertyChangeEvent to be fired for the ACCESSIBLE_STATE_PROPERTY property.- Specified by:
-
getAccessibleStateSetin classAccessibleContext - Returns:
- an instance of
AccessibleStateSetcontaining the current state set of the object - See Also:
getAccessibleIndexInParent
public int getAccessibleIndexInParent()
AccessibleContext- Specified by:
-
getAccessibleIndexInParentin classAccessibleContext - Returns:
- the 0-based index of this object in its parent; -1 if this object does not have an accessible parent.
- See Also:
getAccessibleChildrenCount
public int getAccessibleChildrenCount()
AccessibleContext- Specified by:
-
getAccessibleChildrenCountin classAccessibleContext - Returns:
- the number of accessible children of the object.
getAccessibleChild
public Accessible getAccessibleChild(int i)
AccessibleContextAccessible child of the object. The Accessible children of an Accessible object are zero-based, so the first child of an Accessible child is at index 0, the second child is at index 1, and so on.- Specified by:
-
getAccessibleChildin classAccessibleContext - Parameters:
-
i- zero-based index of child - Returns:
- the
Accessiblechild of the object - See Also:
getLocale
public Locale getLocale()
AccessibleContext- Specified by:
-
getLocalein classAccessibleContext - Returns:
- this component's locale. If this component does not have a locale, the locale of its parent is returned.
getAccessibleComponent
public AccessibleComponent getAccessibleComponent()
- Overrides:
-
getAccessibleComponentin classAccessibleContext - Returns:
- this object
- See Also:
getBackground
public Color getBackground()
AccessibleComponent- Specified by:
-
getBackgroundin interfaceAccessibleComponent - Returns:
- the background color, if supported, of the object; otherwise,
null - See Also:
setBackground
public void setBackground(Color c)
AccessibleComponent- Specified by:
-
setBackgroundin interfaceAccessibleComponent - Parameters:
-
c- the new color for the background - See Also:
getForeground
public Color getForeground()
AccessibleComponent- Specified by:
-
getForegroundin interfaceAccessibleComponent - Returns:
- the foreground color, if supported, of the object; otherwise,
null - See Also:
setForeground
public void setForeground(Color c)
AccessibleComponent- Specified by:
-
setForegroundin interfaceAccessibleComponent - Parameters:
-
c- the new color for the foreground - See Also:
getCursor
public Cursor getCursor()
AccessibleComponent- Specified by:
-
getCursorin interfaceAccessibleComponent - Returns:
- the cursor, if supported, of the object; otherwise,
null - See Also:
setCursor
public void setCursor(Cursor c)
AccessibleComponent- Specified by:
-
setCursorin interfaceAccessibleComponent - Parameters:
-
c- the new cursor for the object - See Also:
getFont
public Font getFont()
AccessibleComponent- Specified by:
-
getFontin interfaceAccessibleComponent - Returns:
- the font, if supported, for the object; otherwise,
null - See Also:
setFont
public void setFont(Font f)
AccessibleComponent- Specified by:
-
setFontin interfaceAccessibleComponent - Parameters:
-
f- the new font for the object - See Also:
getFontMetrics
public FontMetrics getFontMetrics(Font f)
AccessibleComponentFontMetrics of this object.- Specified by:
-
getFontMetricsin interfaceAccessibleComponent - Parameters:
-
f- the font for which font metrics is to be obtained - Returns:
- the
FontMetrics, if supported, the object; otherwise,null - See Also:
isEnabled
public boolean isEnabled()
AccessibleComponentAccessibleState.ENABLED state set in their AccessibleStateSets.- Specified by:
-
isEnabledin interfaceAccessibleComponent - Returns:
-
trueif object is enabled; otherwise,false - See Also:
setEnabled
public void setEnabled(boolean b)
AccessibleComponent- Specified by:
-
setEnabledin interfaceAccessibleComponent - Parameters:
-
b- iftrue, enables this object; otherwise, disables it - See Also:
isVisible
public boolean isVisible()
AccessibleComponentAccessibleComponent.isShowing() Objects that are visible will also have the AccessibleState.VISIBLE state set in their AccessibleStateSets.
- Specified by:
-
isVisiblein interfaceAccessibleComponent - Returns:
-
trueif object is visible; otherwise,false - See Also:
setVisible
public void setVisible(boolean b)
AccessibleComponent- Specified by:
-
setVisiblein interfaceAccessibleComponent - Parameters:
-
b- iftrue, shows this object; otherwise, hides it - See Also:
isShowing
public boolean isShowing()
AccessibleComponenttrue even if the object is obscured by another (for example, it is underneath a menu that was pulled down).- Specified by:
-
isShowingin interfaceAccessibleComponent - Returns:
-
trueif object is showing; otherwise,false
contains
public boolean contains(Point p)
AccessibleComponent- Specified by:
-
containsin interfaceAccessibleComponent - Parameters:
-
p- the point relative to the coordinate system of the object - Returns:
-
trueif object contains point; otherwisefalse - See Also:
getLocationOnScreen
public Point getLocationOnScreen()
AccessibleComponent- Specified by:
-
getLocationOnScreenin interfaceAccessibleComponent - Returns:
- the location of the object on screen;
nullif this object is not on the screen - See Also:
getLocation
public Point getLocation()
AccessibleComponent- Specified by:
-
getLocationin interfaceAccessibleComponent - Returns:
- An instance of
Pointrepresenting the top-left corner of the object's bounds in the coordinate space of the screen;nullif this object or its parent are not on the screen - See Also:
setLocation
public void setLocation(Point p)
AccessibleComponent- Specified by:
-
setLocationin interfaceAccessibleComponent - Parameters:
-
p- the new position for the top-left corner - See Also:
getBounds
public Rectangle getBounds()
AccessibleComponentRectangle object. The bounds specify this object's width, height, and location relative to its parent.- Specified by:
-
getBoundsin interfaceAccessibleComponent - Returns:
- A rectangle indicating this component's bounds;
nullif this object is not on the screen. - See Also:
setBounds
public void setBounds(Rectangle r)
AccessibleComponentRectangle object. The bounds specify this object's width, height, and location relative to its parent.- Specified by:
-
setBoundsin interfaceAccessibleComponent - Parameters:
-
r- rectangle indicating this component's bounds - See Also:
getSize
public Dimension getSize()
AccessibleComponentDimension object. The height field of the Dimension object contains this object's height, and the width field of the Dimension object contains this object's width.- Specified by:
-
getSizein interfaceAccessibleComponent - Returns:
- A
Dimensionobject that indicates the size of this component;nullif this object is not on the screen - See Also:
setSize
public void setSize(Dimension d)
AccessibleComponent- Specified by:
-
setSizein interfaceAccessibleComponent - Parameters:
-
d- The dimension specifying the new size of the object - See Also:
getAccessibleAt
public Accessible getAccessibleAt(Point p)
AccessibleComponentAccessible child, if one exists, contained at the local coordinate Point.- Specified by:
-
getAccessibleAtin interfaceAccessibleComponent - Parameters:
-
p- The point relative to the coordinate system of this object - Returns:
- the
Accessible, if it exists, at the specified location; otherwisenull
isFocusTraversable
public boolean isFocusTraversable()
AccessibleComponentAccessibleState.FOCUSABLE state set in their AccessibleStateSets.- Specified by:
-
isFocusTraversablein interfaceAccessibleComponent - Returns:
-
trueif object can accept focus; otherwisefalse - See Also:
requestFocus
public void requestFocus()
AccessibleComponent- Specified by:
-
requestFocusin interfaceAccessibleComponent - See Also:
addFocusListener
public void addFocusListener(FocusListener l)
AccessibleComponent- Specified by:
-
addFocusListenerin interfaceAccessibleComponent - Parameters:
-
l- the focus listener - See Also:
removeFocusListener
public void removeFocusListener(FocusListener l)
AccessibleComponent- Specified by:
-
removeFocusListenerin interfaceAccessibleComponent - Parameters:
-
l- the focus listener - See Also:
getAccessibleIcon
public AccessibleIcon[] getAccessibleIcon()
AccessibleIcons or a null array if the renderer component contains no icons.- Overrides:
-
getAccessibleIconin classAccessibleContext - Returns:
- an array containing the accessible icon or a
nullarray if none - Since:
- 1.3
- See Also:
getAccessibleAction
public AccessibleAction getAccessibleAction()
AccessibleAction associated with this object that supports one or more actions.- Overrides:
-
getAccessibleActionin classAccessibleContext - Implementation Requirements:
- Returns the AccessibleAction for this AccessibleJListChild as follows: First getListCellRendererComponent of the ListCellRenderer for the component at the "index in parent" of this child is called. Then its AccessibleContext is fetched and that AccessibleContext's AccessibleAction is returned. Note that if an AccessibleAction is not found using this process then this object with its implementation of the AccessibleAction interface is returned.
- Returns:
-
AccessibleActionif supported by object; else returnnull - Since:
- 9
- See Also:
doAccessibleAction
public boolean doAccessibleAction(int i)
- Specified by:
-
doAccessibleActionin interfaceAccessibleAction - Implementation Requirements:
- If i == 0 selects this AccessibleJListChild by calling JList.this.setSelectedIndex(indexInParent) and then returns true; otherwise returns false.
- Parameters:
-
i- zero-based index of actions - Returns:
-
trueif the action was performed; otherwisefalse - Since:
- 9
- See Also:
getAccessibleActionDescription
public String getAccessibleActionDescription(int i)
- Specified by:
-
getAccessibleActionDescriptionin interfaceAccessibleAction - Implementation Requirements:
- If i == 0 returns the action description fetched from UIManager.getString("AbstractButton.clickText"); otherwise returns null.
- Parameters:
-
i- zero-based index of the actions - Returns:
- a
Stringdescription of the action - Since:
- 9
- See Also:
getAccessibleActionCount
public int getAccessibleActionCount()
- Specified by:
-
getAccessibleActionCountin interfaceAccessibleAction - Implementation Requirements:
- Returns 1, i.e. there is only one action.
- Returns:
- the zero-based number of actions in this object
- Since:
- 9
© 1993, 2021, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/17/docs/api/java.desktop/javax/swing/JList.AccessibleJList.AccessibleJListChild.html