Uses of Class
org.eclipse.jface.text.link.LinkedPosition
-
Packages that use LinkedPosition Package Description org.eclipse.jface.text.link Application programming interfaces for interaction with the Eclipse text editor's linked position support. -
-
Uses of LinkedPosition in org.eclipse.jface.text.link
Subclasses of LinkedPosition in org.eclipse.jface.text.link Modifier and Type Class Description classProposalPositionLinkedPosition with added completion proposals.Methods in org.eclipse.jface.text.link that return LinkedPosition Modifier and Type Method Description LinkedPositionLinkedModeModel. findPosition(LinkedPosition toFind)Finds the position in this model that is closest aftertoFind.LinkedPosition[]LinkedPositionGroup. getPositions()Returns the positions contained in the receiver as an array.Methods in org.eclipse.jface.text.link that return types with arguments of type LinkedPosition Modifier and Type Method Description List<LinkedPosition>LinkedModeModel. getTabStopSequence()Returns the positions in this model that have a tab stop, in the order they were added.Methods in org.eclipse.jface.text.link with parameters of type LinkedPosition Modifier and Type Method Description voidLinkedPositionGroup. addPosition(LinkedPosition position)Adds a position to this group.LinkedPositionLinkedModeModel. findPosition(LinkedPosition toFind)Finds the position in this model that is closest aftertoFind.booleanLinkedPosition. includes(LinkedPosition position)Returns whether this position includesposition.voidLinkedModeUI.ILinkedModeUIFocusListener. linkingFocusGained(LinkedPosition position, LinkedModeUI.LinkedModeUITarget target)Called when the UI for the linked mode gives focus to a linked position.voidLinkedModeUI.ILinkedModeUIFocusListener. linkingFocusLost(LinkedPosition position, LinkedModeUI.LinkedModeUITarget target)Called when the UI for the linked mode leaves a linked position.booleanLinkedPosition. overlapsWith(LinkedPosition position)Returns whether this position overlaps withposition.
-