Lines Matching refs:of
9 * with the License. You may obtain a copy of the License at
39 /** Implement this interface to represent a set of states.
41 <p>The interface <type>XAccessibleStateSet</type> represents a set of
42 states of an accessible object. It can hold any combination of states
58 /** Checks if the given state is a member of the state set of the called
62 The state for which to check membership. This has to be one of
63 the constants of <type>AccessibleStateType</type>.
66 Returns <TRUE/> if the given state is a memeber of this object's
71 /** Checks if all of the given states are in the state set of the called
75 This sequence of states is interpreted as set and every of its
77 this object's state set. Each state has to be one of the
78 constants of <type>AccessibleStateType</type>.
81 Returns <TRUE/> if all states of the given state set are members
82 of this object's state set. <FALSE/> is returned if at least
83 one of the states in the given state is not a member of this
88 /** Get all currently set states as a sequence of state ids.
90 <p>The purpose of this function is to reduce the communication
97 state. This entry is the id of that state. The order of the