Package com.microfocus.zfe.haapi.ps
-
Interface Summary Interface Description DataCell Represents a single row/col position in the presentation space and contains all data about that positionField 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.OIA An OIA object represents the operator information area (OIA) of the host terminal session.OIAListener Listener interface to receive OIA events
Events are generated whenever any status indicator within OIA changes or an OIA related error occurs.PresentationSpace Contains information about a host screen and methods to interact with a host screen.PresentationSpaceListener Implementations can register with a PresentationSpace instance to receive presentation space related events. -
Class Summary Class Description ContentChangedEvent Event fired when the contents of a PresentationSpace changes, either due to user activity or host activity.CursorChangedEvent Event fired when the state of the presentation space cursor changes.Dimension HAAPI Screen dimension object.MetricsChangedEvent Event fired when the PresentationSpace size changesOIAChangedEvent Data carrier for OIA changed events.OIAErrorEvent Data carrier for OIA error events.Position Represents a screenRows, column locationPresentationSpaceErrorEvent 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. -
Enum Summary Enum Description Attribute Enumeration of all possible field and extended attributes for all host types.Color Enumeration of the supported host colorsControlKey String constants for the various key mnemonics that can be used in the PresentationSpace.sendKeys method.OIAStatus Enumeration of the supported OIA status values.PresentationSpace.SearchDirection Used for search related methods.PresentationSpaceEvent.Origin Used for listener registration as well indicating the event origin -
Exception Summary Exception Description InvalidPositionException Thrown when a position is encountered that is not part of the presentation space.OIAException PresentationSpaceException ProtectedFieldException Thrown when an attempt is made to write to a protected host field.