Uses of Class
org.eclipse.jface.text.link.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
Modifier and TypeMethodDescriptiondefault LinkedModeUI.ExitFlags
LinkedModeUI.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 givenVerifyEvent
and selection.