List.AccessibleAWTList (Java SE 10 & JDK 10 )
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classList.AccessibleAWTList.AccessibleAWTListChildThis class implements accessibility support for List children.
-
Nested classes/interfaces declared in class java.awt.Component.AccessibleAWTComponent
Component.AccessibleAWTComponent.AccessibleAWTComponentHandler, Component.AccessibleAWTComponent.AccessibleAWTFocusHandler
-
-
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 class java.awt.Component.AccessibleAWTComponent
accessibleAWTComponentHandler, accessibleAWTFocusHandler
-
-
Constructor Summary
Constructors Constructor Description AccessibleAWTList()Constructs new
AccessibleAWTList
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAccessibleSelection(int i)Adds the specified selected item in the object to the object's selection.
voidclearAccessibleSelection()Clears the selection in the object, so that nothing in the object is selected.
AccessiblegetAccessibleAt(Point p)Returns the Accessible child contained at the local coordinate Point, if one exists.
AccessiblegetAccessibleChild(int i)Return the nth Accessible child of the object.
intgetAccessibleChildrenCount()Returns the number of accessible children in the object.
AccessibleRolegetAccessibleRole()Get the role of this object.
AccessibleSelectiongetAccessibleSelection()Get the AccessibleSelection associated with this object.
AccessiblegetAccessibleSelection(int i)Returns an Accessible representing the specified selected item in the object.
intgetAccessibleSelectionCount()Returns the number of items currently selected.
AccessibleStateSetgetAccessibleStateSet()Get the state set of this object.
booleanisAccessibleChildSelected(int i)Returns true if the current child of this object is selected.
voidremoveAccessibleSelection(int i)Removes the specified selected item in the object from the object's selection.
voidselectAllAccessibleSelection()Causes every selected item in the object to be selected if the object supports multiple selections.
-
Methods declared in class javax.accessibility.AccessibleContext
firePropertyChange, getAccessibleAction, getAccessibleEditableText, getAccessibleIcon, getAccessibleRelationSet, getAccessibleTable, getAccessibleText, getAccessibleValue, setAccessibleDescription, setAccessibleName, setAccessibleParent
-
Methods declared in interface java.awt.event.ActionListener
actionPerformed
-
Methods declared in class java.awt.Component.AccessibleAWTComponent
addFocusListener, addPropertyChangeListener, contains, getAccessibleComponent, getAccessibleDescription, getAccessibleIndexInParent, getAccessibleName, getAccessibleParent, getBackground, getBounds, getCursor, getFont, getFontMetrics, getForeground, getLocale, getLocation, getLocationOnScreen, getSize, isEnabled, isFocusTraversable, isShowing, isVisible, removeFocusListener, removePropertyChangeListener, requestFocus, setBackground, setBounds, setCursor, setEnabled, setFont, setForeground, setLocation, setSize, setVisible
-
Methods declared in interface java.awt.event.ItemListener
itemStateChanged
-
-