Uses of Class
org.eclipse.jface.text.link.LinkedPosition
Packages that use LinkedPosition
Package
Description
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.linkModifier and TypeClassDescriptionclassLinkedPosition with added completion proposals.Methods in org.eclipse.jface.text.link that return LinkedPositionModifier and TypeMethodDescriptionLinkedModeModel.findPosition(LinkedPosition toFind) Finds the position in this model that is closest aftertoFind.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 LinkedPositionModifier and TypeMethodDescriptionLinkedModeModel.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 LinkedPositionModifier and TypeMethodDescriptionvoidLinkedPositionGroup.addPosition(LinkedPosition position) Adds a position to this group.LinkedModeModel.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.