public final class ChooseByNameRegistry
extends java.lang.Object
Constructor and Description |
---|
ChooseByNameRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
contributeToSymbols(ChooseByNameContributor contributor)
Deprecated.
use
ChooseByNameContributor.SYMBOL_EP_NAME extension point instead |
ChooseByNameContributor[] |
getClassModelContributors()
Returns the list of registered contributors for the "Goto Class" list.
|
static ChooseByNameRegistry |
getInstance()
Returns the singleton instance of the registry.
|
java.util.List<ChooseByNameContributor> |
getSymbolModelContributors()
Returns the list of registered contributors for the "Goto Symbol" list.
|
public static ChooseByNameRegistry getInstance()
@Deprecated public void contributeToSymbols(ChooseByNameContributor contributor)
ChooseByNameContributor.SYMBOL_EP_NAME
extension point insteadcontributor
- the contributor instance.public ChooseByNameContributor[] getClassModelContributors()
public java.util.List<ChooseByNameContributor> getSymbolModelContributors()