public class ToolBarContributionImpl extends ElementContainerImpl<MToolBarElement> implements MToolBarContribution
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
PARENT_ID_EDEFAULT
The default value of the '
Parent Id' attribute |
protected java.lang.String |
parentId
The cached value of the '
Parent Id' attribute |
protected static java.lang.String |
POSITION_IN_PARENT_EDEFAULT
The default value of the '
Position In Parent' attribute |
protected java.lang.String |
positionInParent
The cached value of the '
Position In Parent' attribute |
children, selectedElementACCESSIBILITY_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 |
ToolBarContributionImpl() |
| Modifier and Type | Method and Description |
|---|---|
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.util.List<MToolBarElement> |
getChildren()
This is specialized for the more specific element type known in this context.
|
java.lang.String |
getParentId() |
java.lang.String |
getPositionInParent() |
void |
setParentId(java.lang.String newParentId) |
void |
setPositionInParent(java.lang.String newPositionInParent) |
void |
setSelectedElement(MToolBarElement newSelectedElement)
This is specialized for the more specific type known in this context.
|
java.lang.String |
toString() |
basicGetSelectedElement, eInverseAdd, eInverseRemove, getSelectedElementbasicGetCurSharedRef, basicSetParent, basicSetVisibleWhen, eBasicRemoveFromContainerFeature, eDerivedOperationID, eInvoke, getAccessibilityPhrase, getContainerData, getCurSharedRef, getLocalizedAccessibilityPhrase, getParent, getRenderer, getVisibleWhen, getWidget, isOnTop, isToBeRendered, isVisible, setAccessibilityPhrase, setContainerData, setCurSharedRef, setOnTop, setParent, setRenderer, setToBeRendered, setVisible, setVisibleWhen, setWidget, updateLocalizationgetContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSelectedElementgetAccessibilityPhrase, 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 PARENT_ID_EDEFAULT
Parent Id' attribute.
getParentId()protected java.lang.String parentId
Parent Id' attribute.
getParentId()protected static final java.lang.String POSITION_IN_PARENT_EDEFAULT
Position In Parent' attribute.
getPositionInParent()protected java.lang.String positionInParent
Position In Parent' attribute.
getPositionInParent()protected EClass eStaticClass()
eStaticClass in class ElementContainerImpl<MToolBarElement>public java.util.List<MToolBarElement> getChildren()
getChildren in interface MElementContainer<MToolBarElement>getChildren in class ElementContainerImpl<MToolBarElement>MUIElement.getParent()public void setSelectedElement(MToolBarElement newSelectedElement)
setSelectedElement in interface MElementContainer<MToolBarElement>setSelectedElement in class ElementContainerImpl<MToolBarElement>newSelectedElement - the new value of the 'Selected Element' reference.MElementContainer.getSelectedElement()public java.lang.String getParentId()
getParentId in interface MToolBarContributionMToolBarContribution.setParentId(String)public void setParentId(java.lang.String newParentId)
setParentId in interface MToolBarContributionnewParentId - the new value of the 'Parent Id' attribute.MToolBarContribution.getParentId()public java.lang.String getPositionInParent()
getPositionInParent in interface MToolBarContributionMToolBarContribution.setPositionInParent(String)public void setPositionInParent(java.lang.String newPositionInParent)
setPositionInParent in interface MToolBarContributionnewPositionInParent - the new value of the 'Position In Parent' attribute.MToolBarContribution.getPositionInParent()public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in class ElementContainerImpl<MToolBarElement>public void eSet(int featureID,
java.lang.Object newValue)
eSet in class ElementContainerImpl<MToolBarElement>public void eUnset(int featureID)
eUnset in class ElementContainerImpl<MToolBarElement>public boolean eIsSet(int featureID)
eIsSet in class ElementContainerImpl<MToolBarElement>public java.lang.String toString()
toString in class UIElementImpl