|
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.mappings.impl.CanvasMappingImpl
public class CanvasMappingImpl
An implementation of the model object 'Canvas Mapping'.
The following features are implemented:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl |
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
BasicNotifierImpl.EAdapterList<E extends java.lang.Object & Adapter> |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
InternalEObject.EStore |
Field Summary | |
---|---|
protected Canvas |
diagramCanvas
The cached value of the ' Diagram Canvas ' reference |
protected EClass |
domainMetaElement
The cached value of the ' Domain Meta Element ' reference |
protected EPackage |
domainModel
The cached value of the ' Domain Model ' reference |
protected EList<MainMenu> |
menuContributions
The cached value of the ' Menu Contributions ' reference list |
protected Palette |
palette
The cached value of the ' Palette ' reference |
protected EList<Toolbar> |
toolbarContributions
The cached value of the ' Toolbar Contributions ' reference list |
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 |
CanvasMappingImpl()
|
Method Summary | |
---|---|
Canvas |
basicGetDiagramCanvas()
|
EClass |
basicGetDomainMetaElement()
|
EPackage |
basicGetDomainModel()
|
Palette |
basicGetPalette()
|
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)
|
Canvas |
getDiagramCanvas()
|
EClass |
getDomainMetaElement()
|
EPackage |
getDomainModel()
|
EList<MainMenu> |
getMenuContributions()
|
Palette |
getPalette()
|
EList<Toolbar> |
getToolbarContributions()
|
void |
setDiagramCanvas(Canvas newDiagramCanvas)
|
void |
setDomainMetaElement(EClass newDomainMetaElement)
|
void |
setDomainModel(EPackage newDomainModel)
|
void |
setPalette(Palette newPalette)
|
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 Canvas diagramCanvas
Diagram Canvas
' reference.
getDiagramCanvas()
protected EPackage domainModel
Domain Model
' reference.
getDomainModel()
protected EClass domainMetaElement
Domain Meta Element
' reference.
getDomainMetaElement()
protected Palette palette
Palette
' reference.
getPalette()
protected EList<MainMenu> menuContributions
Menu Contributions
' reference list.
getMenuContributions()
protected EList<Toolbar> toolbarContributions
Toolbar Contributions
' reference list.
getToolbarContributions()
Constructor Detail |
---|
protected CanvasMappingImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class EObjectImpl
public Canvas getDiagramCanvas()
getDiagramCanvas
in interface CanvasMapping
CanvasMapping.setDiagramCanvas(Canvas)
,
GMFMapPackage.getCanvasMapping_DiagramCanvas()
public Canvas basicGetDiagramCanvas()
public void setDiagramCanvas(Canvas newDiagramCanvas)
setDiagramCanvas
in interface CanvasMapping
newDiagramCanvas
- the new value of the 'Diagram Canvas' reference.CanvasMapping.getDiagramCanvas()
public EPackage getDomainModel()
getDomainModel
in interface CanvasMapping
CanvasMapping.setDomainModel(EPackage)
,
GMFMapPackage.getCanvasMapping_DomainModel()
public EPackage basicGetDomainModel()
public void setDomainModel(EPackage newDomainModel)
setDomainModel
in interface CanvasMapping
newDomainModel
- the new value of the 'Domain Model' reference.CanvasMapping.getDomainModel()
public EClass getDomainMetaElement()
getDomainMetaElement
in interface CanvasMapping
CanvasMapping.setDomainMetaElement(EClass)
,
GMFMapPackage.getCanvasMapping_DomainMetaElement()
public EClass basicGetDomainMetaElement()
public void setDomainMetaElement(EClass newDomainMetaElement)
setDomainMetaElement
in interface CanvasMapping
newDomainMetaElement
- the new value of the 'Domain Meta Element' reference.CanvasMapping.getDomainMetaElement()
public Palette getPalette()
getPalette
in interface CanvasMapping
CanvasMapping.setPalette(Palette)
,
GMFMapPackage.getCanvasMapping_Palette()
public Palette basicGetPalette()
public void setPalette(Palette newPalette)
setPalette
in interface CanvasMapping
newPalette
- the new value of the 'Palette' reference.CanvasMapping.getPalette()
public EList<MainMenu> getMenuContributions()
getMenuContributions
in interface CanvasMapping
GMFMapPackage.getCanvasMapping_MenuContributions()
public EList<Toolbar> getToolbarContributions()
getToolbarContributions
in interface CanvasMapping
GMFMapPackage.getCanvasMapping_ToolbarContributions()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface InternalEObject
eGet
in class BasicEObjectImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface InternalEObject
eSet
in class BasicEObjectImpl
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class BasicEObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class BasicEObjectImpl
|
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.