public class DirectToolItemImpl extends ToolItemImpl implements MDirectToolItem
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
CONTRIBUTION_URI_EDEFAULT
The default value of the '
Contribution URI' attribute |
protected java.lang.String |
contributionURI
The cached value of the '
Contribution URI' attribute |
protected java.lang.Object |
object
The cached value of the '
Object' attribute |
protected static java.lang.Object |
OBJECT_EDEFAULT
The default value of the '
Object' attribute |
menuenabled, ENABLED_EDEFAULT, ICON_URI_EDEFAULT, iconURI, label, LABEL_EDEFAULT, LOCALIZED_LABEL_EDEFAULT, LOCALIZED_TOOLTIP_EDEFAULT, selected, SELECTED_EDEFAULT, tooltip, TOOLTIP_EDEFAULT, type, TYPE_EDEFAULTACCESSIBILITY_PHRASE_EDEFAULT, accessibilityPhrase, CONTAINER_DATA_EDEFAULT, containerData, curSharedRef, LOCALIZED_ACCESSIBILITY_PHRASE_EDEFAULT, ON_TOP_EDEFAULT, onTop, renderer, RENDERER_EDEFAULT, TO_BE_RENDERED_EDEFAULT, toBeRendered, visible, VISIBLE_EDEFAULT, visibleWhen, widget, WIDGET_EDEFAULTCONTRIBUTOR_URI_EDEFAULT, contributorURI, ELEMENT_ID_EDEFAULT, elementId, persistedState, tags, transientData| Modifier | Constructor and Description |
|---|---|
protected |
DirectToolItemImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
eBaseStructuralFeatureID(int derivedFeatureID,
java.lang.Class<?> baseClass) |
int |
eDerivedStructuralFeatureID(int baseFeatureID,
java.lang.Class<?> baseClass) |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
java.lang.String |
getContributionURI() |
java.lang.Object |
getObject() |
void |
setContributionURI(java.lang.String newContributionURI) |
void |
setObject(java.lang.Object newObject) |
java.lang.String |
toString() |
basicSetMenu, eInverseRemove, getMenu, setMenugetIconURI, getLabel, getLocalizedLabel, getLocalizedTooltip, getTooltip, getType, isEnabled, isSelected, setEnabled, setIconURI, setLabel, setSelected, setTooltip, setType, updateLocalizationbasicGetCurSharedRef, basicSetParent, basicSetVisibleWhen, eBasicRemoveFromContainerFeature, eDerivedOperationID, eInverseAdd, eInvoke, getAccessibilityPhrase, getContainerData, getCurSharedRef, getLocalizedAccessibilityPhrase, getParent, getRenderer, getVisibleWhen, getWidget, isOnTop, isToBeRendered, isVisible, setAccessibilityPhrase, setContainerData, setCurSharedRef, setOnTop, setParent, setRenderer, setToBeRendered, setVisible, setVisibleWhen, setWidgetgetContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMenu, setMenugetType, isEnabled, isSelected, setEnabled, setSelected, setTypegetIconURI, getLabel, getLocalizedLabel, getLocalizedTooltip, getTooltip, setIconURI, setLabel, setTooltipgetAccessibilityPhrase, getContainerData, getCurSharedRef, getLocalizedAccessibilityPhrase, getParent, getRenderer, getVisibleWhen, getWidget, isOnTop, isToBeRendered, isVisible, setAccessibilityPhrase, setContainerData, setCurSharedRef, setOnTop, setParent, setRenderer, setToBeRendered, setVisible, setVisibleWhen, setWidgetgetContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementIdupdateLocalizationprotected static final java.lang.String CONTRIBUTION_URI_EDEFAULT
Contribution URI' attribute.
getContributionURI()protected java.lang.String contributionURI
Contribution URI' attribute.
getContributionURI()protected static final java.lang.Object OBJECT_EDEFAULT
Object' attribute.
getObject()protected java.lang.Object object
Object' attribute.
getObject()protected EClass eStaticClass()
eStaticClass in class ToolItemImplpublic java.lang.String getContributionURI()
getContributionURI in interface MContributionMContribution.setContributionURI(String)public void setContributionURI(java.lang.String newContributionURI)
setContributionURI in interface MContributionnewContributionURI - the new value of the 'Contribution URI' attribute.MContribution.getContributionURI()public java.lang.Object getObject()
getObject in interface MContributionMContribution.setObject(Object)public void setObject(java.lang.Object newObject)
setObject in interface MContributionnewObject - the new value of the 'Object' attribute.MContribution.getObject()public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in class ToolItemImplpublic void eSet(int featureID,
java.lang.Object newValue)
eSet in class ToolItemImplpublic void eUnset(int featureID)
eUnset in class ToolItemImplpublic boolean eIsSet(int featureID)
eIsSet in class ToolItemImplpublic int eBaseStructuralFeatureID(int derivedFeatureID,
java.lang.Class<?> baseClass)
eBaseStructuralFeatureID in class ItemImplpublic int eDerivedStructuralFeatureID(int baseFeatureID,
java.lang.Class<?> baseClass)
eDerivedStructuralFeatureID in class ItemImpl