- changed(OIAChangedEvent) - Method in interface com.microfocus.zfe.haapi.ps.OIAListener
-
Called when the OIA status changes.
- clearField() - Method in interface com.microfocus.zfe.haapi.ps.Field
-
Clears the current field in an emulation-specific manner.
- Color - Enum in com.microfocus.zfe.haapi.ps
-
Enumeration of the supported host colors
- com.microfocus.zfe.haapi - package com.microfocus.zfe.haapi
-
- com.microfocus.zfe.haapi.ps - package com.microfocus.zfe.haapi.ps
-
- com.microfocus.zfe.serversideevents.annotation - package com.microfocus.zfe.serversideevents.annotation
-
- connect() - Method in interface com.microfocus.zfe.haapi.Session
-
Attempts a connection to the host.
- ConnectionErrorEvent - Class in com.microfocus.zfe.haapi
-
Data carrier for connection error events.
- ConnectionErrorEvent(Session, SessionException) - Constructor for class com.microfocus.zfe.haapi.ConnectionErrorEvent
-
Creates a new instance of this error object.
- ConnectionListener - Interface in com.microfocus.zfe.haapi
-
The listener interface for receiving communications events.
- ConnectionState - Enum in com.microfocus.zfe.haapi
-
Represent the different connection states.
- connectionStateChanged(ConnectionStateChangedEvent) - Method in interface com.microfocus.zfe.haapi.ConnectionListener
-
Invoked whenever the connection state changes.
- ConnectionStateChangedEvent - Class in com.microfocus.zfe.haapi
-
Data carrier for connection state events.
- ConnectionStateChangedEvent(Session, ConnectionState) - Constructor for class com.microfocus.zfe.haapi.ConnectionStateChangedEvent
-
Creates a new instance of this event object.
- contentChanged(ContentChangedEvent) - Method in interface com.microfocus.zfe.haapi.ps.PresentationSpaceListener
-
Event fired when a change occurs in the presentation space data
- ContentChangedEvent - Class in com.microfocus.zfe.haapi.ps
-
Event fired when the contents of a PresentationSpace changes, either due to user activity or host
activity.
- ContentChangedEvent(PresentationSpace, PresentationSpaceEvent.Origin, Position, List<DataCell>) - Constructor for class com.microfocus.zfe.haapi.ps.ContentChangedEvent
-
- ControlKey - Enum in com.microfocus.zfe.haapi.ps
-
String constants for the various key mnemonics that can be used in the
PresentationSpace.sendKeys method.
- cursorChanged(CursorChangedEvent) - Method in interface com.microfocus.zfe.haapi.ps.PresentationSpaceListener
-
Event fired when a cursor change occurs in the presentation space
- CursorChangedEvent - Class in com.microfocus.zfe.haapi.ps
-
Event fired when the state of the presentation space cursor changes.
- CursorChangedEvent(PresentationSpace, PresentationSpaceEvent.Origin, boolean, Position) - Constructor for class com.microfocus.zfe.haapi.ps.CursorChangedEvent
-
Constructor for generating a new CursorEvent.
- getAttributes() - Method in interface com.microfocus.zfe.haapi.ps.DataCell
-
Returns the set of attributes specified for this data cell instance.
- getAttributes() - Method in interface com.microfocus.zfe.haapi.ps.Field
-
Returns the set of attributes specified for this field instance.
- getBackgroundColor() - Method in interface com.microfocus.zfe.haapi.ps.DataCell
-
Returns the background color for this data cell
- getBackgroundColor() - Method in interface com.microfocus.zfe.haapi.ps.Field
-
Returns the background color specified for this field instance
- getCells() - Method in class com.microfocus.zfe.haapi.ps.ContentChangedEvent
-
Returns the list of DataCell instances associated with this update
- getChar() - Method in interface com.microfocus.zfe.haapi.ps.DataCell
-
Returns the character associated with this cell
- getCol() - Method in class com.microfocus.zfe.haapi.ps.Position
-
Returns the column of this position instance
- getCols() - Method in class com.microfocus.zfe.haapi.ps.Dimension
-
- getCommErrorCode() - Method in interface com.microfocus.zfe.haapi.ps.OIA
-
Returns the current comm error code
- getCommErrorCode() - Method in class com.microfocus.zfe.haapi.ps.OIAChangedEvent
-
- getConnectionState() - Method in interface com.microfocus.zfe.haapi.Session
-
Returns the current state of the host connection.
- getCursorPosition() - Method in interface com.microfocus.zfe.haapi.ps.PresentationSpace
-
Returns a Position instance representing the current cursor position.
- getDataCells() - Method in interface com.microfocus.zfe.haapi.ps.Field
-
Returns a list of data cell instances that are included in the field.
- getDataCells() - Method in interface com.microfocus.zfe.haapi.ps.PresentationSpace
-
Returns a list of DataCell instances representing each position of the
presentation space with the first member of the list being the first
position on the host screen and the last member being the last position.
- getDataCells(Position, int) - Method in interface com.microfocus.zfe.haapi.ps.PresentationSpace
-
Returns a list of DataCell instances where the first member of the list
will be for the position specified by the start parameter.
- getDeviceName() - Method in interface com.microfocus.zfe.haapi.Session
-
This method will return the connected device name if available, or the
configured device name, or null if no device name was configured.
- getEnd() - Method in interface com.microfocus.zfe.haapi.ps.Field
-
Returns the ending position of the field, which is the position in the
presentation space containing the last character of the field.
- getError() - Method in class com.microfocus.zfe.haapi.ConnectionErrorEvent
-
- getError() - Method in class com.microfocus.zfe.haapi.ps.OIAErrorEvent
-
- getEventOrigin() - Method in class com.microfocus.zfe.haapi.ps.PresentationSpaceEvent
-
Returns the event origin, either
PresentationSpaceListener.Origin.USER or
PresentationSpaceListener.PSEventTypeHOST
- getFields() - Method in interface com.microfocus.zfe.haapi.ps.PresentationSpace
-
Returns a list of the fields in the presentation space.
- getForegroundColor() - Method in interface com.microfocus.zfe.haapi.ps.DataCell
-
Returns the foreground color for this data cell
- getForegroundColor() - Method in interface com.microfocus.zfe.haapi.ps.Field
-
Returns the foreground color specified for this field instance
- getLength() - Method in interface com.microfocus.zfe.haapi.ps.Field
-
Returns the length of the field.
- getMask() - Method in enum com.microfocus.zfe.haapi.ps.OIAStatus
-
Returns a bitmask for the OIA status that can be used for serialization
of OIA status
- getOIA() - Method in class com.microfocus.zfe.haapi.ps.OIAChangedEvent
-
- getOIA() - Method in class com.microfocus.zfe.haapi.ps.OIAErrorEvent
-
- getOIA() - Method in interface com.microfocus.zfe.haapi.Session
-
Returns the operator information area object (OIA) associated with the
session.
- getPosition() - Method in class com.microfocus.zfe.haapi.ps.ContentChangedEvent
-
Returns the starting position in the presentation space for this update
- getPosition() - Method in class com.microfocus.zfe.haapi.ps.CursorChangedEvent
-
Returns the current cursor position
- getPosition() - Method in interface com.microfocus.zfe.haapi.ps.DataCell
-
Return the position of this cell
- getPresentationSpace() - Method in interface com.microfocus.zfe.haapi.ps.Field
-
Returns the PresentationSpace instance which contains this field
- getPresentationSpace() - Method in interface com.microfocus.zfe.haapi.ps.FieldList
-
Returns the PresentationSpace instance which created this field list
- getPresentationSpace() - Method in class com.microfocus.zfe.haapi.ps.PresentationSpaceErrorEvent
-
- getPresentationSpace() - Method in class com.microfocus.zfe.haapi.ps.PresentationSpaceEvent
-
Returns the PresentationSpace that generated the event
- getPresentationSpace() - Method in interface com.microfocus.zfe.haapi.Session
-
Returns the presentation space object associated with the session.
- getPresentationSpaceException() - Method in class com.microfocus.zfe.haapi.ps.PresentationSpaceErrorEvent
-
- getProgErrorCode() - Method in interface com.microfocus.zfe.haapi.ps.OIA
-
Returns the current program error code
- getProgErrorCode() - Method in class com.microfocus.zfe.haapi.ps.OIAChangedEvent
-
- getRow() - Method in class com.microfocus.zfe.haapi.ps.Position
-
Returns the row of this position instance
- getRows() - Method in class com.microfocus.zfe.haapi.ps.Dimension
-
- getSession() - Method in class com.microfocus.zfe.haapi.ConnectionErrorEvent
-
- getSession() - Method in class com.microfocus.zfe.haapi.ConnectionStateChangedEvent
-
- getSize() - Method in class com.microfocus.zfe.haapi.ps.MetricsChangedEvent
-
Returns the current screen size
- getSize() - Method in interface com.microfocus.zfe.haapi.ps.PresentationSpace
-
Returns the size of the screen as a Dimension object.
- getStart() - Method in interface com.microfocus.zfe.haapi.ps.Field
-
Returns the starting position of the field, which is the position of the
first character of the field.
- getState() - Method in class com.microfocus.zfe.haapi.ConnectionStateChangedEvent
-
- getStatus() - Method in interface com.microfocus.zfe.haapi.ps.OIA
-
Returns the current OIA status as an EnumSet
- getStatus() - Method in class com.microfocus.zfe.haapi.ps.OIAChangedEvent
-
- getText() - Method in interface com.microfocus.zfe.haapi.ps.Field
-
Returns the text from the field.
- getText(Position, int) - Method in interface com.microfocus.zfe.haapi.ps.PresentationSpace
-
Returns a string representing a linear area of the presentation space.
- getType() - Method in interface com.microfocus.zfe.haapi.Session
-
Returns the type of host session.
- valueOf(String) - Static method in enum com.microfocus.zfe.haapi.ConnectionState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microfocus.zfe.haapi.ps.Attribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microfocus.zfe.haapi.ps.Color
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microfocus.zfe.haapi.ps.ControlKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microfocus.zfe.haapi.ps.OIAStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microfocus.zfe.haapi.ps.PresentationSpace.SearchDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microfocus.zfe.haapi.ps.PresentationSpaceEvent.Origin
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microfocus.zfe.haapi.SessionType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.microfocus.zfe.haapi.ConnectionState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microfocus.zfe.haapi.ps.Attribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microfocus.zfe.haapi.ps.Color
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microfocus.zfe.haapi.ps.ControlKey
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microfocus.zfe.haapi.ps.OIAStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microfocus.zfe.haapi.ps.PresentationSpace.SearchDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microfocus.zfe.haapi.ps.PresentationSpaceEvent.Origin
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microfocus.zfe.haapi.SessionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.