The base class for all property conditions.
base exception for most/all exceptions thrown from the API
these are unchecked exceptions.
Implementors of this interface have attributes.
A BareCursor represents the current "type-in" point on the screen.
This is the type of the cursor.
A BareField represents a 'raw' field defined on the host.
A BareScreen represents a host screen.
A BareSession represents a connection to a host and allows you
to "drive" the host application.
Implementors of this interface can accept a text.
A Cell represents one location on the screen.
An enumeration of possible Cell types.
A Condition is a test, can be true or false.
A Control represents a named user interface element within a host application.
A Cursor represents the current "type-in" point on the screen.
Anything related to a host application that has a definition will implement Defined.
A Field represents a user-defined named control that has text content and attributes.
An unchecked exception for when there is a problem with a field.
The type of field exception
An unchecked exception for when there is a problem validating a field.
A Keyboard provides methods for sending keystrokes to a host.
exception thrown when a field cannot be found.
A Screen represents a host screen.
A Session expands on the more basic BareSession, adding named screens and named user-defined fields and
'controls'.
This interface describes the startup information for a host session.
This interface describes a startup information listener.
This interface describes a startup information listener for an IBM 3270 host session.
This interface describes a startup information listener for an IBM 5250 host session.
An abstract superclass for most concrete StopConditions.
A Table represents a collection of rows and columns, often spanning multiple 'pages'.
A Row represents one entry in a Table, consisting of a list of Fields.
A RowVisitor is called for each row.
A Scroll action is invoked when a table iterator (e.g.
A StopCondition is a Condition that returns true from its isTrue method when a table iterator (e.g.
An unchecked exception for problems scrolling through tables.