Constructor and Description |
---|
ReferenceProviderDescriptor(IConfigurationElement element)
Creates a new descriptor for
element . |
Modifier and Type | Method and Description |
---|---|
IQuickDiffReferenceProvider |
createProvider()
Creates a reference provider as described in the extension's xml.
|
boolean |
getDefault()
Deprecated.
as of 3.2, the default flag should not be used any longer
|
String |
getId()
Reads (if needed) and returns the id of this extension.
|
String |
getLabel()
Reads (if needed) and returns the label of this extension.
|
boolean |
isPluginLoaded()
States whether the plug-in declaring this extension has been loaded already.
|
public ReferenceProviderDescriptor(IConfigurationElement element)
element
.
This method is for internal use only.
element
- the extension point element to be described.public String getLabel()
public String getId()
public IQuickDiffReferenceProvider createProvider()
public boolean isPluginLoaded()
true
if the extension point's plug-in has been loaded, false
otherwise.public boolean getDefault()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.