public interface MContribution extends MApplicationElement
MContribution is a mix-in class used by concrete elements such as Parts to define the location of the client supplied class implementing the specific logic needed.
The following features are supported:
Modifier and Type | Method and Description |
---|---|
String |
getContributionURI()
Returns the value of the 'Contribution URI' attribute
|
Object |
getObject()
Returns the value of the 'Object' attribute
|
void |
setContributionURI(String value)
Sets the value of the '
Contribution URI ' attribute |
void |
setObject(Object value)
Sets the value of the '
Object ' attribute |
getContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementId
String getContributionURI()
The ContributionURI defines the complete path to a class implementing the logic for elements require external code to handle the UI such as MParts and MHandlers.
setContributionURI(String)
void setContributionURI(String value)
Contribution URI
' attribute.
value
- the new value of the 'Contribution URI' attribute.getContributionURI()
Object getObject()
This is the DI created instance of the class implementing the logic for the element. It will only be non-null if the element has been rendered into the presentation.
setObject(Object)
void setObject(Object value)
Object
' attribute.
value
- the new value of the 'Object' attribute.getObject()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.