Example usage for Java javax.accessibility AccessibleRelation fields, constructors, methods, implement or subclass
The text is from its open source code.
AccessibleRelation(String key, Object target) Creates a new AccessibleRelation using the given locale independent key. | |
AccessibleRelation(String key, Object[] target) Creates a new AccessibleRelation using the given locale independent key. |
Object[] | getTarget() Returns the target objects for this relation. |