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