|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.testing.ContributionInfo
public class ContributionInfo
Instances of this class describe a contribution of an element of a certain type to the UI.
Constructor Summary | |
---|---|
ContributionInfo(String bundleId,
String elementType,
IConfigurationElement configurationElement)
Creates a new instance. |
Method Summary | |
---|---|
String |
getBundleId()
|
IConfigurationElement |
getConfigurationElement()
|
String |
getElementType()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContributionInfo(String bundleId, 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
.Method Detail |
---|
public String getBundleId()
public String getElementType()
public IConfigurationElement getConfigurationElement()
null
if no
configuration element is available.
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.