| java.lang.Object org.eclipse.ui.internal.registry.KeywordRegistry
KeywordRegistry | final public class KeywordRegistry implements IExtensionChangeHandler(Code) | | Contains extensions defined on the keywords extension point.
since: 3.1 |
addExtension | public void addExtension(IExtensionTracker tracker, IExtension extension)(Code) | | |
getInstance | public static KeywordRegistry getInstance()(Code) | | Return the singleton instance of the KeywordRegistry .
the singleton registry |
getKeywordLabel | public String getKeywordLabel(String id)(Code) | | Return the label associated with the given keyword.
Parameters: id - the keyword id the label or null |
removeExtension | public void removeExtension(IExtension extension, Object[] objects)(Code) | | |
|
|