import "Accessibility_State.idl";
Public Member Functions | |
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 () |
|
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.
|
|
|
|
Remove a StateType to an existing StateSet, if it is present. |