Lines Matching refs:of
9 * with the License. You may obtain a copy of the License at
50 /** Implement this interface for exposing various aspects of a class'
58 Take an OK button of a dialog as an example. Its role is
66 /** Return the number of children.
68 <p>Returns the number of accessible children of the object.</p>
75 /** Returns the i-th child of this object.
82 to n-1, with n being the number of children as returned by
97 /** Returns the parent of this object.
100 node, of the accessible tree.</p>
109 /** Returns the index of this object in its accessible parent.
120 /** Returns the role of this object.
122 <p>The role is a generic description of an objects function. The
131 for a list of the available roles.
150 Names should be unique, at least between children of the same
159 /** Returns the set of relations defined for this object.
161 <p>The returned set of relations is a copy of this objects relation
165 <p>aThere are two ways to represent an empty list of relations:
171 a valid object that represents a copy of the objects list of
176 /** Returns the set of states that are currently active for this
180 will not be refelected by changing the object's set of states. See
181 the documentation of <type>XAccessibleStateSet</type> for a
182 description of the individual states.</p>
192 /** Returns the locale of the component.
198 If this object does not have a locale, the locale of its parent