Lines Matching refs:object
68 <p>Returns the number of accessible children of the object.</p>
75 /** Returns the i-th child of this object.
86 If the object has an i-th child the returned value is a
97 /** Returns the parent of this object.
103 The returned reference points to a valid object for all but the
109 /** Returns the index of this object in its accessible parent.
111 <p>If you call getAccessibeChild on the object's parent with the
113 object.</p>
120 /** Returns the role of this object.
124 class and object.</p>
135 /** Returns the object's description.
137 <p>Returns the object's localized description. The description should
138 complement the more generic descriptions given by an object's role
142 The returned string is the object's localized description.
146 /** Return the object's localized name.
149 documentation for the relation between an object's name and role.
155 The returned string is the object's localized name.
159 /** Returns the set of relations defined for this object.
162 set: changing the returned object does not change this objects
166 Return an empty reference or return a valid object that contains an
171 a valid object that represents a copy of the objects list of
177 object.
180 will not be refelected by changing the object's set of states. See
185 A reference to this object's state set or an empty reference if
198 If this object does not have a locale, the locale of its parent
203 when this object does not (yet) have a parent.