|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.internal.ui.text.contentassist.CompletionProposalComputerRegistry
public final class CompletionProposalComputerRegistry
A registry for all extensions to the
org.eclipse.cdt.ui.completionProposalComputer
extension point.
Constructor Summary | |
---|---|
CompletionProposalComputerRegistry()
Creates a new instance. |
Method Summary | |
---|---|
static CompletionProposalComputerRegistry |
getDefault()
Returns the default computer registry. |
java.util.List |
getProposalCategories()
Returns the list of proposal categories contributed to the completionProposalComputer extension point. |
void |
reload()
Reloads the extensions to the extension point. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompletionProposalComputerRegistry()
Method Detail |
---|
public static CompletionProposalComputerRegistry getDefault()
TODO keep this or add some other singleton, e.g. CUIPlugin?
public java.util.List getProposalCategories()
completionProposalComputer
extension point.
The returned list is read-only and is sorted in the order that the extensions were read in. There are no duplicate elements in the returned list. The returned list may change if plug-ins are loaded or unloaded while the application is running.
completionProposalComputer
extension point (element type:
CompletionProposalCategory
)public void reload()
This method can be called more than once in order to reload from a changed extension registry.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |