public interface IEditingSupportRegistry
IEditingSupport
s.
This interface is not meant to be implemented outside the JFace text framework.
IEditingSupport
Modifier and Type | Method and Description |
---|---|
IEditingSupport[] |
getRegisteredSupports()
Returns the current editor helpers.
|
void |
register(IEditingSupport support)
Register a support with the registry.
|
void |
unregister(IEditingSupport support)
Deregister a support with the registry.
|
void register(IEditingSupport support)
support
- an editor supportvoid unregister(IEditingSupport support)
support
is null
, nothing happens.support
- the helper to deregister, or null
IEditingSupport[] getRegisteredSupports()
null
array of currently registered editor
helpers
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.