Uses of Class
org.eclipse.jface.text.link.LinkedModeModel
-
Packages that use LinkedModeModel Package Description org.eclipse.jface.text.link Application programming interfaces for interaction with the Eclipse text editor's linked position support.org.eclipse.ui.texteditor.link Adds aLinkedModeUIsubclass that is aware of workbench editors. -
-
Uses of LinkedModeModel in org.eclipse.jface.text.link
Methods in org.eclipse.jface.text.link that return LinkedModeModel Modifier and Type Method Description static LinkedModeModelLinkedModeModel. getModel(IDocument document, int offset)Returns the model currently active ondocumentatoffset, ornullif there is none.Methods in org.eclipse.jface.text.link with parameters of type LinkedModeModel Modifier and Type Method Description LinkedModeUI.ExitFlagsLinkedModeUI.IExitPolicy. doExit(LinkedModeModel model, VerifyEvent event, int offset, int length)Checks whether the linked mode should be left after receiving the givenVerifyEventand selection.voidILinkedModeListener. left(LinkedModeModel model, int flags)The leave event occurs when linked is left.voidILinkedModeListener. resume(LinkedModeModel model, int flags)The resume event occurs when a nested linked mode exits.voidILinkedModeListener. suspend(LinkedModeModel model)The suspend event occurs when a nested linked mode is installed withinmodel.Constructors in org.eclipse.jface.text.link with parameters of type LinkedModeModel Constructor Description LinkedModeUI(LinkedModeModel model, ITextViewer viewer)Convenience constructor for just one viewer.LinkedModeUI(LinkedModeModel model, ITextViewer[] viewers)Convenience constructor for multiple viewers.LinkedModeUI(LinkedModeModel model, LinkedModeUI.LinkedModeUITarget target)Convenience constructor for one target.LinkedModeUI(LinkedModeModel model, LinkedModeUI.LinkedModeUITarget[] targets)Creates a new UI on the given model and the set of viewers. -
Uses of LinkedModeModel in org.eclipse.ui.texteditor.link
Constructors in org.eclipse.ui.texteditor.link with parameters of type LinkedModeModel Constructor Description EditorLinkedModeUI(LinkedModeModel model, ITextViewer viewer)EditorLinkedModeUI(LinkedModeModel model, ITextViewer[] viewers)EditorLinkedModeUI(LinkedModeModel model, LinkedModeUI.LinkedModeUITarget target)EditorLinkedModeUI(LinkedModeModel model, LinkedModeUI.LinkedModeUITarget[] targets)
-