Uses of Class
com.microfocus.zfe.haapi.ps.Position
-
Packages that use Position Package Description com.microfocus.zfe.haapi.ps -
-
Uses of Position in com.microfocus.zfe.haapi.ps
Methods in com.microfocus.zfe.haapi.ps that return Position Modifier and Type Method Description Position
PresentationSpace. getCursorPosition()
Returns a Position instance representing the current cursor position.Position
Field. getEnd()
Returns the ending position of the field, which is the position in the presentation space containing the last character of the field.Position
ContentChangedEvent. getPosition()
Returns the starting position in the presentation space for this updatePosition
CursorChangedEvent. getPosition()
Returns the current cursor positionPosition
DataCell. getPosition()
Return the position of this cellPosition
Field. getStart()
Returns the starting position of the field, which is the position of the first character of the field.Methods in com.microfocus.zfe.haapi.ps with parameters of type Position Modifier and Type Method Description Field
FieldList. findField(Position pos)
Returns the field containing the specified position.Field
FieldList. findField(String text, Position pos, PresentationSpace.SearchDirection direction)
Returns the field containing the specified text.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. setCursorPosition(Position location)
Moves the host cursor to the specified row and column position.Constructors in com.microfocus.zfe.haapi.ps with parameters of type Position Constructor Description ContentChangedEvent(PresentationSpace ps, PresentationSpaceEvent.Origin origin, Position position, List<DataCell> cells)
CursorChangedEvent(PresentationSpace ps, PresentationSpaceEvent.Origin origin, boolean visible, Position pos)
Constructor for generating a new CursorEvent.
-