-
interface
A Screen represents a host screen.
Returns the currently visible screen.
Returns an immutable snapshot, created (if necessary) from this
BareScreen
.
Returns all available screens.
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 visible.
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.
Returns a Condition that is true when the 3270-style keyboard restore count equals a particular value.