public class ContributionInfo
extends java.lang.Object
| Constructor and Description |
|---|
ContributionInfo(java.lang.String bundleId,
java.lang.String elementType,
IConfigurationElement configurationElement)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBundleId() |
IConfigurationElement |
getConfigurationElement() |
java.lang.String |
getElementType() |
public ContributionInfo(java.lang.String bundleId,
java.lang.String elementType,
IConfigurationElement configurationElement)
bundleId - elementType - a localized string describing the contribution (e.g., 'view',
'editor', 'preference page')configurationElement - an optional configuration element, or null.public java.lang.String getBundleId()
public java.lang.String getElementType()
public IConfigurationElement getConfigurationElement()
null if no
configuration element is available.
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.