All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractCondition ApiException base exception for most/all exceptions thrown from the API these are unchecked exceptions.Attributed Implementors of this interface have attributes.Attributes These are attributes that can be used inAttributed.isAvailable(String)
andAttributed.hasAttribute(String)
.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 This Capability is used for theBareSession.hasCapability(Capability)
andBareSession.getCapability(Capability)
methods.BareSession.Capture BareSessionFactory A factory with static methods for creating bare sessions.Cell A Cell represents one location on the screen.Cell.CellType An enumeration of possible Cell types.Colors These are colors that are returned byAttributed.getForegroundColor()
andAttributed.getBackgroundColor()
.Colors.AnsiPlus These are colors for an AnsiPlus host that are returned byAttributed.getForegroundColor()
andAttributed.getBackgroundColor()
.Colors.Ibm3270 These are colors for a 3270 host that are returned byAttributed.getForegroundColor()
andAttributed.getBackgroundColor()
.Colors.Ibm5250 These are colors for a 5250 host that are returned byAttributed.getForegroundColor()
.Condition A Condition is a test, can be true or false.Conditions Static methods for creating various common Conditions.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.Emulators This class contains information about supported emulators.Emulators.AnsiPlus Emulators.Heman Emulators.Ibm3270 Emulators.Ibm5250 Field A Field represents a user-defined named control that has text content and attributes.FieldException FieldException.Type FieldValidationException Ibm3270StartupInformationAdapter This class implements 3270 StartupInformationListener, but does not do anything.Ibm3270StartupInformationLogger This class implements 3270 StartupInformationListener, so it can log every change to the logging infrastructure.Ibm5250StartupInformationAdapter This class implements 5250 StartupInformationListener, but does not do anything.Ibm5250StartupInformationLogger This class implements 5250 StartupInformationListener, so it can log every change to the logging infrastructure.Keyboard A Keyboard provides methods for sending keystrokes to a host.Keys Declarations of keys (actions) to be used with Keyboard.sendKey().Keys.AnsiVT Declarations of Ansi VT keys (actions) to be used with Keyboard.sendKey().Keys.Ibm3270 Declarations of IBM 3270 keys (actions) to be used with Keyboard.sendKey().Keys.Ibm5250 Declarations of IBM 5250 keys (actions) to be used with Keyboard.sendKey().NoSuchFieldException exception thrown when a field cannot be found.PropertyCondition An implementation of Condition that includes model property names which indicates when a waitFor should 'wake up' to evaluate the condition.Screen Session A Session expands on the more basic BareSession, adding named screens and named user-defined fields and 'controls'.SessionFactory A factory with static methods for creating (defined) sessions.StartupInformation This interface describes the startup information for a host session.StartupInformation.Ibm3270 This interface describes the startup information for an IBM 3270 host session.StartupInformation.Ibm5250 This interface describes the startup information for an IBM 5250 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 Static methods for creating common Table.StopCondition's.StopConditions.EndMarkerStopCondition 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.Table.WaitForCondition TableScrollException Timeout Deprecated.