GenericPredicate |
SubtreePredicate subclass that takes various optional search fields
|
IsAButtonNamed |
Predicate subclass that looks for a button by name
|
IsADialogNamed |
Predicate subclass that looks for a top-level dialog by name
|
IsAMenuItemNamed |
Predicate subclass that looks for a menu item by name
|
IsAMenuNamed |
Predicate subclass that looks for a menu by name
|
IsATextEntryNamed |
Predicate subclass that looks for a text entry by name
|
IsAWindow |
Predicate subclass that looks for top-level windows
|
IsAWindowNamed |
Predicate subclass that looks for a top-level window by name
|
IsAnApplicationNamed |
Search subclass that looks for an application by name
|
IsLabelledAs |
Predicate: is this node labelled with the text string (i.e. by another node with that as a name)
|
IsLabelledBy |
Predicate: is this node labelled by another node
|
IsNamed |
Predicate subclass that looks simply by name
|
Predicate |
Abstract base class representing a predicate function on nodes.
|
PredicateTests | |