public class CompositePartImpl extends PartImpl implements MCompositePart
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected <any> |
children
The cached value of the '
Children' containment reference list |
protected boolean |
horizontal
The cached value of the '
Horizontal' attribute |
protected static boolean |
HORIZONTAL_EDEFAULT
The default value of the '
Horizontal' attribute |
protected MPartSashContainerElement |
selectedElement
The cached value of the '
Selected Element' reference |
bindingContexts, closeable, CLOSEABLE_EDEFAULT, context, CONTEXT_EDEFAULT, CONTRIBUTION_URI_EDEFAULT, contributionURI, description, DESCRIPTION_EDEFAULT, dirty, DIRTY_EDEFAULT, handlers, ICON_URI_EDEFAULT, iconURI, label, LABEL_EDEFAULT, LOCALIZED_DESCRIPTION_EDEFAULT, LOCALIZED_LABEL_EDEFAULT, LOCALIZED_TOOLTIP_EDEFAULT, menus, object, OBJECT_EDEFAULT, properties, toolbar, tooltip, TOOLTIP_EDEFAULT, trimBars, variablesACCESSIBILITY_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 |
CompositePartImpl() |
| Modifier and Type | Method and Description |
|---|---|
MPartSashContainerElement |
basicGetSelectedElement() |
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) |
NotificationChain |
eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
java.util.List<MPartSashContainerElement> |
getChildren() |
MPartSashContainerElement |
getSelectedElement() |
boolean |
isHorizontal() |
void |
setHorizontal(boolean newHorizontal) |
void |
setSelectedElement(MPartSashContainerElement newSelectedElement) |
java.lang.String |
toString() |
basicSetToolbar, getBindingContexts, getContext, getContributionURI, getDescription, getHandlers, getIconURI, getLabel, getLocalizedDescription, getLocalizedLabel, getLocalizedTooltip, getMenus, getObject, getProperties, getToolbar, getTooltip, getTrimBars, getVariables, isCloseable, isDirty, setCloseable, setContext, setContributionURI, setDescription, setDirty, setIconURI, setLabel, setObject, setToolbar, setTooltip, updateLocalizationbasicGetCurSharedRef, 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, setWidgetgetContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDescription, getLocalizedDescription, getMenus, getToolbar, getTrimBars, isCloseable, setCloseable, setDescription, setToolbargetContributionURI, getObject, setContributionURI, setObjectgetContext, getProperties, getVariables, setContextgetIconURI, getLabel, getLocalizedLabel, getLocalizedTooltip, getTooltip, setIconURI, setLabel, setTooltipgetHandlersisDirty, setDirtygetBindingContextsgetAccessibilityPhrase, 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 <any> children
Children' containment reference list.
getChildren()protected MPartSashContainerElement selectedElement
Selected Element' reference.
getSelectedElement()protected static final boolean HORIZONTAL_EDEFAULT
Horizontal' attribute.
isHorizontal(),
Constant Field Valuesprotected boolean horizontal
Horizontal' attribute.
isHorizontal()protected EClass eStaticClass()
eStaticClass in class PartImplpublic java.util.List<MPartSashContainerElement> getChildren()
getChildren in interface MElementContainer<MPartSashContainerElement>MUIElement.getParent()public MPartSashContainerElement getSelectedElement()
getSelectedElement in interface MElementContainer<MPartSashContainerElement>MElementContainer.setSelectedElement(MUIElement)public MPartSashContainerElement basicGetSelectedElement()
public void setSelectedElement(MPartSashContainerElement newSelectedElement)
setSelectedElement in interface MElementContainer<MPartSashContainerElement>newSelectedElement - the new value of the 'Selected Element' reference.MElementContainer.getSelectedElement()public boolean isHorizontal()
isHorizontal in interface MGenericTile<MPartSashContainerElement>MGenericTile.setHorizontal(boolean)public void setHorizontal(boolean newHorizontal)
setHorizontal in interface MGenericTile<MPartSashContainerElement>newHorizontal - the new value of the 'Horizontal' attribute.MGenericTile.isHorizontal()public NotificationChain eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseAdd in class UIElementImplpublic NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class PartImplpublic java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
public int eBaseStructuralFeatureID(int derivedFeatureID,
java.lang.Class<?> baseClass)
eBaseStructuralFeatureID in class PartImplpublic int eDerivedStructuralFeatureID(int baseFeatureID,
java.lang.Class<?> baseClass)
eDerivedStructuralFeatureID in class PartImpl