|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.texteditor.quickdiff.ReferenceProviderDescriptor
Describes an extension to the quickdiff.referenceprovider
extension point.
ReferenceSelectionAction
,
QuickDiff
Constructor Summary | |
---|---|
ReferenceProviderDescriptor(IConfigurationElement element)
Creates a new descriptor for element .
|
Method Summary | |
---|---|
IQuickDiffReferenceProvider |
createProvider()
Creates a reference provider as described in the extension's xml. |
boolean |
getDefault()
Reads (if needed) and returns the default attribute value of this extension. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReferenceProviderDescriptor(IConfigurationElement element)
element
.
This method is for internal use only.
element
- the extension point element to be described.Method Detail |
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()
|
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.