Attribute |
Enumeration of all possible field and extended attributes for all host types.
|
Color |
Enumeration of the supported host colors
|
ContentChangedEvent |
Event fired when the contents of a PresentationSpace changes, either due to user activity or host
activity.
|
ControlKey |
String constants for the various key mnemonics that can be used in the
PresentationSpace.sendKeys method.
|
CursorChangedEvent |
Event fired when the state of the presentation space cursor changes.
|
DataCell |
Represents a single row/col position in the presentation space and contains
all data about that position
|
Dimension |
HAAPI Screen dimension object.
|
Field |
Represents a field instance in the presentation space where the host types or
the given screen supports fields.
|
FieldList |
A FieldList contains a list of all the fields in the host presentation space.
|
InvalidPositionException |
Thrown when a position is encountered that is not part of the presentation space.
|
MetricsChangedEvent |
Event fired when the PresentationSpace size changes
|
OIA |
An OIA object represents the operator information area (OIA) of the host
terminal session.
|
OIAChangedEvent |
Data carrier for OIA changed events.
|
OIAErrorEvent |
Data carrier for OIA error events.
|
OIAException |
|
OIAListener |
Listener interface to receive OIA events
Events are generated whenever any status indicator within OIA changes or an
OIA related error occurs.
|
OIAStatus |
Enumeration of the supported OIA status values.
|
Position |
Represents a screenRows, column location
|
PresentationSpace |
Contains information about a host screen and methods to interact with a host
screen.
|
PresentationSpace.SearchDirection |
Used for search related methods.
|
PresentationSpaceErrorEvent |
Event fired when a PresentationSpace related error occurs.
|
PresentationSpaceEvent |
Base class for events fired to notify listeners that something in the
presentation space has changed.
|
PresentationSpaceEvent.Origin |
Used for listener registration as well indicating the event origin
|
PresentationSpaceException |
|
PresentationSpaceListener |
Implementations can register with a PresentationSpace instance to receive
presentation space related events.
|