Uses of Class
com.microfocus.zfe.haapi.ps.PresentationSpaceException
-
Packages that use PresentationSpaceException Package Description com.microfocus.zfe.haapi.ps -
-
Uses of PresentationSpaceException in com.microfocus.zfe.haapi.ps
Subclasses of PresentationSpaceException in com.microfocus.zfe.haapi.ps Modifier and Type Class Description class
InvalidPositionException
Thrown when a position is encountered that is not part of the presentation space.class
OIAException
class
ProtectedFieldException
Thrown when an attempt is made to write to a protected host field.Methods in com.microfocus.zfe.haapi.ps that return PresentationSpaceException Modifier and Type Method Description PresentationSpaceException
PresentationSpaceErrorEvent. getPresentationSpaceException()
Methods in com.microfocus.zfe.haapi.ps that throw PresentationSpaceException Modifier and Type Method Description void
Field. clearField()
Clears the current field in an emulation-specific manner.List<DataCell>
PresentationSpace. getDataCells()
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.List<DataCell>
PresentationSpace. getDataCells(Position start, int length)
Returns a list of DataCell instances where the first member of the list will be for the position specified by the start parameter.String
PresentationSpace. getText(Position start, int length)
Returns a string representing a linear area of the presentation space.void
PresentationSpace. sendKeys(String s)
Transmits a string and/or terminal keys to the host at the current cursor position in the presentation space.void
PresentationSpace. setCursorPosition(Position location)
Moves the host cursor to the specified row and column position.void
Field. setText(String text)
Sets the field text.Constructors in com.microfocus.zfe.haapi.ps with parameters of type PresentationSpaceException Constructor Description PresentationSpaceErrorEvent(PresentationSpace ps, PresentationSpaceException pse)
Creates a new instance of this event object.
-