Uses of Interface
org.eclipse.jface.text.link.ILinkedModeListener
Packages that use ILinkedModeListener
Package
Description
Application programming interfaces for interaction
with the Eclipse text editor's linked position support.
-
Uses of ILinkedModeListener in org.eclipse.jface.text.link
Methods in org.eclipse.jface.text.link with parameters of type ILinkedModeListenerModifier and TypeMethodDescriptionvoidLinkedModeModel.addLinkingListener(ILinkedModeListener listener) Addslistenerto the set of listeners that are informed upon state changes.voidLinkedModeModel.removeLinkingListener(ILinkedModeListener listener) Removeslistenerfrom the set of listeners that are informed upon state changes.