Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.jface.text.IEditingSupport

Packages that use IEditingSupport
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
 IEditingSupport[] TextViewer.getRegisteredSupports()
           
 IEditingSupport[] IEditingSupportRegistry.getRegisteredSupports()
          Returns the current editor helpers.
 

Methods in org.eclipse.jface.text with parameters of type IEditingSupport
 void TextViewer.register(IEditingSupport helper)
           
 void TextViewer.unregister(IEditingSupport helper)
           
 void IEditingSupportRegistry.register(IEditingSupport support)
          Register a support with the registry.
 void IEditingSupportRegistry.unregister(IEditingSupport support)
          Deregister a support with the registry.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.