import "Accessibility_State.idl";
Public Methods | |
boolean | contains (in StateType state) |
void | add (in StateType state) |
void | remove (in StateType state) |
boolean | equals (in StateSet stateSet) |
StateSet | compare (in StateSet compareState) |
boolean | isEmpty () |
StateSeq | getStates () |
void | unImplemented () |
void | unImplemented2 () |
void | unImplemented3 () |
void | unImplemented4 () |
|
Add a StateType to an existing StateSet, if not already present. |
|
Compare two StateSet instances and obtain their differences.
|
|
Query a StateSet for a specific StateType.
|
|
Compare two statesets for equivalence.
|
|
\cond |
|
|
|
Remove a StateType to an existing StateSet, if it is present. |
|
unImplemented: placeholders for future expansion. |
|
|
|
|
|
|