Uses of Class
com.microfocus.zfe.haapi.ps.Position
-
Uses of Position in com.microfocus.zfe.haapi.ps
Modifier and TypeMethodDescriptionPresentationSpace.getCursorPosition()
Returns a Position instance representing the current cursor 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.ContentChangedEvent.getPosition()
Returns the starting position in the presentation space for this updateCursorChangedEvent.getPosition()
Returns the current cursor positionDataCell.getPosition()
Return the position of this cellField.getStart()
Returns the starting position of the field, which is the position of the first character of the field.Modifier and TypeMethodDescriptionReturns the field containing the specified position.FieldList.findField
(String text, Position pos, PresentationSpace.SearchDirection direction) Returns the field containing the specified text.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.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.ModifierConstructorDescriptionContentChangedEvent
(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.