Uses of Interface
org.eclipse.jface.text.IEditingSupport
Packages that use IEditingSupport
Package
Description
Provides a framework for creating and manipulating text documents.
-
Uses of IEditingSupport in org.eclipse.jface.text
Methods in org.eclipse.jface.text that return IEditingSupportModifier and TypeMethodDescriptionIEditingSupportRegistry.getRegisteredSupports()Returns the current editor helpers.TextViewer.getRegisteredSupports()Methods in org.eclipse.jface.text with parameters of type IEditingSupportModifier and TypeMethodDescriptionvoidIEditingSupportRegistry.register(IEditingSupport support) Register a support with the registry.voidTextViewer.register(IEditingSupport helper) voidIEditingSupportRegistry.unregister(IEditingSupport support) Deregister a support with the registry.voidTextViewer.unregister(IEditingSupport helper)