Accessibility::Collection Interface Reference
import "Accessibility_Collection.idl";
| Public Types | 
| enum | SortOrder { SORT_ORDER_INVALID, 
SORT_ORDER_CANONICAL, 
SORT_ORDER_FLOW, 
SORT_ORDER_TAB,
 SORT_ORDER_REVERSE_CANONICAL, 
SORT_ORDER_REVERSE_FLOW, 
SORT_ORDER_REVERSE_TAB, 
SORT_ORDER_LAST_DEFINED
 }
 | 
| enum | MatchType { MATCH_INVALID, 
MATCH_ALL, 
MATCH_ANY, 
MATCH_NONE,
 MATCH_EMPTY, 
MATCH_LAST_DEFINED
 }
 | 
| enum | TreeTraversalType { TREE_RESTRICT_CHILDREN, 
TREE_RESTRICT_SIBLING, 
TREE_INORDER, 
TREE_LAST_DEFINED
 } | 
| Public Member Functions | 
| boolean | isAncestorOf (in Accessible object) | 
| MatchRule | createMatchRule (in StateSet states, in MatchType statematchtype, in AttributeSet attributes, in MatchType attributematchtype, in RoleSet roles, in MatchType rolematchtype, in string interfaces, in MatchType interfacematchtype, in boolean invert) | 
| void | freeMatchRule (in MatchRule rule) | 
| AccessibleSet | getMatches (in MatchRule rule, in SortOrder sortby, in long count, in boolean traverse) | 
| AccessibleSet | getMatchesTo (in Accessible current_object, in MatchRule rule, in SortOrder sortby, in TreeTraversalType tree, in boolean recurse, in long count, in boolean traverse) | 
| AccessibleSet | getMatchesFrom (in Accessible current_object, in MatchRule rule, in SortOrder sortby, in TreeTraversalType tree, in long count, in boolean traverse) | 
| Accessible | getActiveDescendant () | 
| void | unImplemented () | 
| void | unImplemented2 () | 
| void | unImplemented3 () | 
| void | unImplemented4 () | 
Member Enumeration Documentation
- Enumerator: 
- 
| MATCH_INVALID |  |  | MATCH_ALL |  |  | MATCH_ANY |  |  | MATCH_NONE |  |  | MATCH_EMPTY |  |  | MATCH_LAST_DEFINED |  |  
 
 
 
- Enumerator: 
- 
| SORT_ORDER_INVALID |  |  | SORT_ORDER_CANONICAL |  |  | SORT_ORDER_FLOW |  |  | SORT_ORDER_TAB |  |  | SORT_ORDER_REVERSE_CANONICAL |  |  | SORT_ORDER_REVERSE_FLOW |  |  | SORT_ORDER_REVERSE_TAB |  |  | SORT_ORDER_LAST_DEFINED |  |  
 
 
 
- Enumerator: 
- 
| TREE_RESTRICT_CHILDREN |  |  | TREE_RESTRICT_SIBLING |  |  | TREE_INORDER |  |  | TREE_LAST_DEFINED |  |  
 
 
 
Member Function Documentation
      
        
          | void Accessibility::Collection::freeMatchRule | ( | in MatchRule | rule | ) |  | 
      
 
 
      
        
          | Accessible Accessibility::Collection::getActiveDescendant | ( |  | ) |  | 
      
 
 
      
        
          | boolean Accessibility::Collection::isAncestorOf | ( | in Accessible | object | ) |  | 
      
 
 
      
        
          | void Accessibility::Collection::unImplemented | ( |  | ) |  | 
      
 
 
      
        
          | void Accessibility::Collection::unImplemented2 | ( |  | ) |  | 
      
 
 
      
        
          | void Accessibility::Collection::unImplemented3 | ( |  | ) |  | 
      
 
 
      
        
          | void Accessibility::Collection::unImplemented4 | ( |  | ) |  | 
      
 
 
The documentation for this interface was generated from the following file: