|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IAutoEditStrategy | |
org.eclipse.jface.text | Provides a framework for creating, manipulating, displaying and editing text documents. |
Uses of IAutoEditStrategy in org.eclipse.jface.text |
Subinterfaces of IAutoEditStrategy in org.eclipse.jface.text | |
interface |
IAutoIndentStrategy
Exists for backward compatibility. |
Classes in org.eclipse.jface.text that implement IAutoEditStrategy | |
class |
DefaultAutoIndentStrategy
Default implementation of IAutoIndentStrategy . |
Methods in org.eclipse.jface.text with parameters of type IAutoEditStrategy | |
void |
ITextViewerExtension2.prependAutoEditStrategy(IAutoEditStrategy strategy,
String contentType)
Prepends the given auto edit strategy to the existing list of strategies for the specified content type. |
void |
ITextViewerExtension2.removeAutoEditStrategy(IAutoEditStrategy strategy,
String contentType)
Removes the first occurrence of the given auto edit strategy in the list of strategies registered under the specified content type. |
void |
TextViewer.prependAutoEditStrategy(IAutoEditStrategy strategy,
String contentType)
|
void |
TextViewer.removeAutoEditStrategy(IAutoEditStrategy strategy,
String contentType)
|
|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |