Uses of Package
org.eclipse.jface.text.link
Package
Description
Application programming interfaces for interaction
with the Eclipse text editor's linked position support.
Adds a
LinkedModeUI
subclass that is aware of workbench editors.-
ClassDescriptionProtocol used by
LinkedModeModel
s to communicate state changes, such as leaving linked mode, suspending it due to a child mode coming up, and resuming after a child mode has left.The model for linked mode, umbrellas severalLinkedPositionGroup
s.Exit flags returned if a custom exit policy wants to exit linked mode.An exit policy can be registered by a caller to get custom exit behavior.Listener that gets notified when the linked mode UI switches its focus position.A link target consists of a viewer and gets notified if the linked mode UI on it is being shown.APosition
on a document that knows which document it is registered with and has a sequence number for tab stops.A group of positions in multiple documents that are simultaneously modified - if one gets edited, all other positions in a group are edited the same way. -
ClassDescriptionThe model for linked mode, umbrellas several
LinkedPositionGroup
s.The UI for linked mode.A link target consists of a viewer and gets notified if the linked mode UI on it is being shown.