Uses of Class
javax.accessibility.AccessibleRelation
Package
Description
Defines a contract between user-interface components and an assistive
technology that provides access to those components.
-
Uses of AccessibleRelation in javax.accessibility
Modifier and TypeFieldDescriptionprotected Vector
<AccessibleRelation> AccessibleRelationSet.relations
Each entry in theVector
represents anAccessibleRelation
.Modifier and TypeMethodDescriptionReturns the relation that matches the specified key.AccessibleRelationSet.toArray()
Returns the current relation set as an array ofAccessibleRelation
.Modifier and TypeMethodDescriptionboolean
AccessibleRelationSet.add
(AccessibleRelation relation) Adds a new relation to the current relation set.void
AccessibleRelationSet.addAll
(AccessibleRelation[] relations) Adds all of the relations to the existing relation set.boolean
AccessibleRelationSet.remove
(AccessibleRelation relation) Removes a relation from the current relation set.ModifierConstructorDescriptionAccessibleRelationSet
(AccessibleRelation[] relations) Creates a new relation with the initial set of relations contained in the array of relations passed in.