|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A registry for IEditingSupport
s.
This interface is not meant to be implemented outside the JFace text framework.
IEditingSupport
Method Summary | |
---|---|
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. |
Method Detail |
public void register(IEditingSupport support)
support
- an editor supportpublic void unregister(IEditingSupport support)
support
is null
, nothing happens.
support
- the helper to deregister, or null
public IEditingSupport[] getRegisteredSupports()
null
array of currently registered editor
helpers
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.