|
Generation Framework | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.gmf.gmfgraph.impl.InsetsImpl
An implementation of the model object 'Insets'.
The following features are implemented:
| Nested Class Summary |
| Nested classes inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl |
| Nested classes inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
BasicNotifierImpl.EAdapterList |
| Nested classes inherited from class org.eclipse.emf.ecore.InternalEObject |
InternalEObject.EStore |
| Field Summary | |
protected int |
bottom
The cached value of the ' Bottom' attribute |
protected static int |
BOTTOM_EDEFAULT
The default value of the ' Bottom' attribute |
protected int |
left
The cached value of the ' Left' attribute |
protected static int |
LEFT_EDEFAULT
The default value of the ' Left' attribute |
protected int |
right
The cached value of the ' Right' attribute |
protected static int |
RIGHT_EDEFAULT
The default value of the ' Right' attribute |
protected int |
top
The cached value of the ' Top' attribute |
protected static int |
TOP_EDEFAULT
The default value of the ' Top' attribute |
| Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY |
| Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET |
| Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
EOPPOSITE_FEATURE_BASE |
| Constructor Summary | |
protected |
InsetsImpl()
|
| Method Summary | |
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)
|
int |
getBottom()
|
int |
getLeft()
|
int |
getRight()
|
int |
getTop()
|
void |
setBottom(int newBottom)
|
void |
setLeft(int newLeft)
|
void |
setRight(int newRight)
|
void |
setTop(int newTop)
|
java.lang.String |
toString()
|
| Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
| Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
eNotificationRequired, eNotify |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
| Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
eNotificationRequired |
| Field Detail |
protected static final int TOP_EDEFAULT
Top' attribute.
InsetsImpl.getTop(),
Constant Field Valuesprotected int top
Top' attribute.
InsetsImpl.getTop()protected static final int LEFT_EDEFAULT
Left' attribute.
InsetsImpl.getLeft(),
Constant Field Valuesprotected int left
Left' attribute.
InsetsImpl.getLeft()protected static final int BOTTOM_EDEFAULT
Bottom' attribute.
InsetsImpl.getBottom(),
Constant Field Valuesprotected int bottom
Bottom' attribute.
InsetsImpl.getBottom()protected static final int RIGHT_EDEFAULT
Right' attribute.
InsetsImpl.getRight(),
Constant Field Valuesprotected int right
Right' attribute.
InsetsImpl.getRight()| Constructor Detail |
protected InsetsImpl()
| Method Detail |
protected EClass eStaticClass()
public int getTop()
getTop in interface InsetsInsets.setTop(int),
GMFGraphPackage.getInsets_Top()public void setTop(int newTop)
setTop in interface InsetsnewTop - the new value of the 'Top' attribute.Insets.getTop()public int getLeft()
getLeft in interface InsetsInsets.setLeft(int),
GMFGraphPackage.getInsets_Left()public void setLeft(int newLeft)
setLeft in interface InsetsnewLeft - the new value of the 'Left' attribute.Insets.getLeft()public int getBottom()
getBottom in interface InsetsInsets.setBottom(int),
GMFGraphPackage.getInsets_Bottom()public void setBottom(int newBottom)
setBottom in interface InsetsnewBottom - the new value of the 'Bottom' attribute.Insets.getBottom()public int getRight()
getRight in interface InsetsInsets.setRight(int),
GMFGraphPackage.getInsets_Right()public void setRight(int newRight)
setRight in interface InsetsnewRight - the new value of the 'Right' attribute.Insets.getRight()
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in interface InternalEObject
public void eSet(int featureID,
java.lang.Object newValue)
eSet in interface InternalEObjectpublic void eUnset(int featureID)
eUnset in interface InternalEObjectpublic boolean eIsSet(int featureID)
eIsSet in interface InternalEObjectpublic java.lang.String toString()
|
Generation Framework | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.