Package | Description |
---|---|
org.eclipse.jface.text |
Provides a framework for creating and manipulating text documents.
|
Modifier and Type | Method and Description |
---|---|
IEditingSupport[] |
IEditingSupportRegistry.getRegisteredSupports()
Returns the current editor helpers.
|
IEditingSupport[] |
TextViewer.getRegisteredSupports() |
Modifier and Type | Method and Description |
---|---|
void |
IEditingSupportRegistry.register(IEditingSupport support)
Register a support with the registry.
|
void |
TextViewer.register(IEditingSupport helper) |
void |
IEditingSupportRegistry.unregister(IEditingSupport support)
Deregister a support with the registry.
|
void |
TextViewer.unregister(IEditingSupport helper) |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.