Returns a Condition that is always false.
 
Returns a Condition that is always true.
 
Returns a Condition that is true when two other conditions are both true.
 
Returns a Conditions that is true when the CancelInviteCount property has incremented the given number of times.
 
Returns a Conditions that is true when the CancelInviteCount property has become the provided count.
 
Returns a Conditions that is true when the ChangeCount property has incremented the given number of times.
 
Returns a Conditions that is true when the ChangeCount property has incremented the given number of times.
 
Returns a Conditions that is true when the ChangeCount property has incremented to a new value.
 
Returns a Condition that is true when the cursor is at a particular screen location.
 
Conditions.cursorAt(com.seagullsw.common.toolbox.geometry.Point point) 
Returns a Condition that is true when the cursor is at a particular screen location.
 
Conditions.cursorIn(BareScreen screen,
 com.seagullsw.common.toolbox.geometry.Rectangle area) 
Returns a Condition that is true when the cursor is in a particular screen area.
 
Returns a Condition that is true when the cursor is in a particular field.
 
Returns a Condition that is true when the cursor is in a particular subfield of a multi-line or column field.
 
Conditions.cursorIn(com.seagullsw.common.toolbox.geometry.Rectangle area) 
Returns a Condition that is true when the cursor is in a particular screen area.
 
Returns a Condition that is true when the cursor is in a particular field.
 
Returns a Condition that is true when the cursor is in a particular subfield of a multi-line or column field.
 
Returns a Condition that is true when the cursor is visible.
 
Returns a Condition that is true when the cursor is visible.
 
Returns a Condition that is true whenever the cursor has moved.
 
Returns a Condition that is true when the given field contains the given data value.
 
Conditions.dataIn(com.seagullsw.common.toolbox.geometry.Rectangle area,
 String data) 
Returns a Condition that is true when the given rectangle contains the given data value.
 
Returns a Condition that is true when the given field contains the given data value.
 
Conditions.emulatorState(BareScreen screen,
 com.seagullsw.common.emulator.physical.base.screen.EmulatorState emulatorState) 
Returns a Condition that is true when the emulator's state equals the provided emulator state.
 
Conditions.emulatorState(com.seagullsw.common.emulator.physical.base.screen.EmulatorState emulatorState) 
Returns a Condition that is true when the emulator's state equals the provided emulator state.
 
Conditions.emulatorState(com.seagullsw.common.emulator.physical.base.screen.EmulatorState emulatorState,
 boolean includeChangeCount) 
Returns a Condition that is true when the emulator's state equals the provided emulator state.
 
Returns a Condition that is true when the session is ready for input.
 
Returns a Condition that is true when the session is ready for input.
 
Returns a Condition that is true when the 3270-style keyboard restore count is greater or equals to a particular value.
 
Returns a Condition that is true when the 3270-style keyboard restore count equals a particular value.
 
Returns a Condition that is true when the 3270-style keyboard restore count equals a particular value.
 
Returns a Condition that is true when the screen contains a particular string anywhere on a particular line (zero-based).
 
Returns a Condition that is true when the given condition is false.
 
Returns a Condition that is true when either of two other conditions are true.
 
Returns a Condition that is true when the screen contains a particular string anywhere on the screen.
 
Returns a Condition that is true when the current screen is identified.
 
Returns a Condition that is true when the current screen name matches the given name.
 
Returns a Condition that is true when the current screen name matches any one of a given list of names.
 
Returns a Condition that is true when the current screen name does not match the given name.
 
Returns a Condition that is true when the current screen name matches any one of a given list of names.
 
Returns a Condition that is true when the current screen name matches any one of a given list of names.
 
Returns a Condition that is true when the current screen name matches the given name.
 
Conditions.stringAtEquals(com.seagullsw.common.toolbox.geometry.Point aPoint,
 int length,
 String value) 
Returns a Condition that is true when the screen contains a particular value at a particular location.
 
Returns a Condition that is true when the screen contents just to the left of the cursor match a given value.