Java javax.accessibility AccessibleRelation fields, constructors, methods, implement or subclass

Example usage for Java javax.accessibility AccessibleRelation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.accessibility AccessibleRelation.

The text is from its open source code.

Constructor

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.

Method

Object[]getTarget()
Returns the target objects for this relation.