|
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.codegen.gmfgen.impl.GenEditorViewImpl
An implementation of the model object 'Gen Editor View'.
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 static java.lang.String |
ACTION_BAR_CONTRIBUTOR_CLASS_NAME_EDEFAULT
The default value of the ' Action Bar Contributor Class Name' attribute |
protected java.lang.String |
actionBarContributorClassName
The cached value of the ' Action Bar Contributor Class Name' attribute |
protected static java.lang.String |
CLASS_NAME_EDEFAULT
The default value of the ' Class Name' attribute |
protected java.lang.String |
className
The cached value of the ' Class Name' attribute |
protected static java.lang.String |
ICON_PATH_EDEFAULT
The default value of the ' Icon Path' attribute |
protected java.lang.String |
iconPath
The cached value of the ' Icon Path' attribute |
protected java.lang.String |
iD
The cached value of the ' ID' attribute |
protected static java.lang.String |
ID_EDEFAULT
The default value of the ' ID' attribute |
protected static java.lang.String |
PACKAGE_NAME_EDEFAULT
The default value of the ' Package Name' attribute |
protected java.lang.String |
packageName
The cached value of the ' Package Name' 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 |
GenEditorViewImpl()
|
| Method Summary | |
NotificationChain |
eBasicRemoveFromContainerFeature(NotificationChain msgs)
|
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.lang.String |
getActionBarContributorClassName()
Returns the value of the 'Action Bar Contributor Class Name' attribute |
java.lang.String |
getActionBarContributorClassNameGen()
|
java.lang.String |
getActionBarContributorQualifiedClassName()
|
java.lang.String |
getClassName()
Returns the value of the 'Class Name' attribute |
java.lang.String |
getClassNameGen()
|
GenEditorGenerator |
getEditorGen()
|
java.lang.String |
getIconPath()
Returns the value of the 'Icon Path' attribute |
java.lang.String |
getIconPathGen()
|
java.lang.String |
getIconPathX()
Processes keywords that are part of iconPath, to avoid serializing processed values. |
java.lang.String |
getID()
Returns the value of the 'ID' attribute |
java.lang.String |
getIDGen()
|
java.lang.String |
getPackageName()
Returns the value of the 'Package Name' attribute |
java.lang.String |
getPackageNameGen()
|
java.lang.String |
getQualifiedClassName()
|
void |
setActionBarContributorClassName(java.lang.String newActionBarContributorClassName)
|
void |
setClassName(java.lang.String newClassName)
|
void |
setIconPath(java.lang.String newIconPath)
|
void |
setID(java.lang.String newID)
|
void |
setPackageName(java.lang.String newPackageName)
|
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 java.lang.String PACKAGE_NAME_EDEFAULT
Package Name' attribute.
GenEditorViewImpl.getPackageName()protected java.lang.String packageName
Package Name' attribute.
GenEditorViewImpl.getPackageName()protected static final java.lang.String ACTION_BAR_CONTRIBUTOR_CLASS_NAME_EDEFAULT
Action Bar Contributor Class Name' attribute.
GenEditorViewImpl.getActionBarContributorClassName()protected java.lang.String actionBarContributorClassName
Action Bar Contributor Class Name' attribute.
GenEditorViewImpl.getActionBarContributorClassName()protected static final java.lang.String CLASS_NAME_EDEFAULT
Class Name' attribute.
GenEditorViewImpl.getClassName()protected java.lang.String className
Class Name' attribute.
GenEditorViewImpl.getClassName()protected static final java.lang.String ICON_PATH_EDEFAULT
Icon Path' attribute.
GenEditorViewImpl.getIconPath()protected java.lang.String iconPath
Icon Path' attribute.
GenEditorViewImpl.getIconPath()protected static final java.lang.String ID_EDEFAULT
ID' attribute.
GenEditorViewImpl.getID()protected java.lang.String iD
ID' attribute.
GenEditorViewImpl.getID()| Constructor Detail |
protected GenEditorViewImpl()
| Method Detail |
protected EClass eStaticClass()
public GenEditorGenerator getEditorGen()
getEditorGen in interface GenEditorViewGMFGenPackage.getGenEditorView_EditorGen(),
GenEditorGenerator.getEditor()public java.lang.String getPackageNameGen()
public java.lang.String getPackageName()
GenEditorViewIf the meaning of the 'Package Name' attribute isn't clear, there really should be more of a description here...
getPackageName in interface GenEditorViewGenEditorView.setPackageName(String),
GMFGenPackage.getGenEditorView_PackageName()public void setPackageName(java.lang.String newPackageName)
setPackageName in interface GenEditorViewnewPackageName - the new value of the 'Package Name' attribute.GenEditorView.getPackageName()public java.lang.String getActionBarContributorClassNameGen()
public java.lang.String getActionBarContributorClassName()
GenEditorViewIf the meaning of the 'Action Bar Contributor Class Name' attribute isn't clear, there really should be more of a description here...
getActionBarContributorClassName in interface GenEditorViewGenEditorView.setActionBarContributorClassName(String),
GMFGenPackage.getGenEditorView_ActionBarContributorClassName()public void setActionBarContributorClassName(java.lang.String newActionBarContributorClassName)
setActionBarContributorClassName in interface GenEditorViewnewActionBarContributorClassName - the new value of the 'Action Bar Contributor Class Name' attribute.GenEditorView.getActionBarContributorClassName()public java.lang.String getClassNameGen()
public java.lang.String getClassName()
GenEditorViewIf the meaning of the 'Class Name' attribute isn't clear, there really should be more of a description here...
getClassName in interface GenEditorViewGenEditorView.setClassName(String),
GMFGenPackage.getGenEditorView_ClassName()public void setClassName(java.lang.String newClassName)
setClassName in interface GenEditorViewnewClassName - the new value of the 'Class Name' attribute.GenEditorView.getClassName()public java.lang.String getIconPathGen()
public java.lang.String getIconPath()
GenEditorViewIf the meaning of the 'Icon Path' attribute isn't clear, there really should be more of a description here...
getIconPath in interface GenEditorViewGenEditorView.setIconPath(String),
GMFGenPackage.getGenEditorView_IconPath()public java.lang.String getIconPathX()
GenEditorView
getIconPathX in interface GenEditorViewpublic void setIconPath(java.lang.String newIconPath)
setIconPath in interface GenEditorViewnewIconPath - the new value of the 'Icon Path' attribute.GenEditorView.getIconPath()public java.lang.String getIDGen()
public java.lang.String getID()
GenEditorViewIf the meaning of the 'ID' attribute isn't clear, there really should be more of a description here...
getID in interface GenEditorViewGenEditorView.setID(String),
GMFGenPackage.getGenEditorView_ID()public void setID(java.lang.String newID)
setID in interface GenEditorViewnewID - the new value of the 'ID' attribute.GenEditorView.getID()public java.lang.String getActionBarContributorQualifiedClassName()
getActionBarContributorQualifiedClassName in interface GenEditorViewpublic java.lang.String getQualifiedClassName()
getQualifiedClassName in interface GenEditorView
public NotificationChain eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)
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.