public class FigureContainerImpl extends FigureImpl implements FigureContainer
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected Primitive |
content
The cached value of the '
Content' containment reference. |
BACKGROUND_COLOR_EDEFAULT, backgroundColor, border, BORDER_EDEFAULT, cursor, FOREGROUND_COLOR_EDEFAULT, foregroundColor, name, NAME_EDEFAULT, ON_CLICK_EDEFAULT, ON_DOUBLE_CLICK_EDEFAULT, onClick, onDoubleClick, opaque, OPAQUE_EDEFAULT, size, TOOL_TIP_EDEFAULT, toolTip, visible, VISIBLE_EDEFAULT| Modifier | Constructor and Description |
|---|---|
protected |
FigureContainerImpl() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
basicSetContent(Primitive newContent,
NotificationChain msgs) |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
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) |
Primitive |
getContent() |
void |
setContent(Primitive newContent) |
basicGetCursor, basicSetSize, getBackgroundColor, getBorder, getCursor, getForegroundColor, getName, getOnClick, getOnDoubleClick, getOpaque, getSize, getToolTip, isVisible, setBackgroundColor, setBorder, setCursor, setForegroundColor, setName, setOnClick, setOnDoubleClick, setOpaque, setSize, setToolTip, setVisible, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBackgroundColor, getBorder, getCursor, getForegroundColor, getOnClick, getOnDoubleClick, getOpaque, getSize, getToolTip, isVisible, setBackgroundColor, setBorder, setCursor, setForegroundColor, setOnClick, setOnDoubleClick, setOpaque, setSize, setToolTip, setVisibleprotected Primitive content
Content' containment reference.
getContent()protected EClass eStaticClass()
eStaticClass in class FigureImplpublic Primitive getContent()
getContent in interface FigureContainerFigureContainer.setContent(Primitive),
VisualInterfacePackage.getFigureContainer_Content()public NotificationChain basicSetContent(Primitive newContent, NotificationChain msgs)
public void setContent(Primitive newContent)
setContent in interface FigureContainernewContent - the new value of the 'Content' containment reference.FigureContainer.getContent()public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class FigureImplpublic java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in class FigureImplpublic void eSet(int featureID,
java.lang.Object newValue)
eSet in class FigureImplpublic void eUnset(int featureID)
eUnset in class FigureImplpublic boolean eIsSet(int featureID)
eIsSet in class FigureImpl
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0