Uses of Interface
org.eclipse.jface.text.IEditingSupport
-
Packages that use IEditingSupport Package Description org.eclipse.jface.text 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 IEditingSupport Modifier and Type Method Description IEditingSupport[]IEditingSupportRegistry. getRegisteredSupports()Returns the current editor helpers.IEditingSupport[]TextViewer. getRegisteredSupports()Methods in org.eclipse.jface.text with parameters of type IEditingSupport Modifier and Type Method Description voidIEditingSupportRegistry. 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)
-