Uses of Class
org.eclipse.jface.text.link.LinkedModeUI.ExitFlags
Packages that use LinkedModeUI.ExitFlags
Package
Description
Application programming interfaces for interaction
with the Eclipse text editor's linked position support.
-
Uses of LinkedModeUI.ExitFlags in org.eclipse.jface.text.link
Methods in org.eclipse.jface.text.link that return LinkedModeUI.ExitFlagsModifier and TypeMethodDescriptiondefault LinkedModeUI.ExitFlagsLinkedModeUI.IExitPolicy.doExit(LinkedModeModel model, DocumentEvent event) Checks whether the linked mode should be left after receiving the givenDocumentEvent, especially allowing to control Copy-Paste operations.LinkedModeUI.IExitPolicy.doExit(LinkedModeModel model, VerifyEvent event, int offset, int length) Checks whether the linked mode should be left after receiving the givenVerifyEventand selection.