|
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.PaletteImpl
An implementation of the model object 'Palette'.
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 |
FACTORY_CLASS_NAME_EDEFAULT
The default value of the ' Factory Class Name' attribute |
protected java.lang.String |
factoryClassName
The cached value of the ' Factory Class Name' attribute |
protected boolean |
flyout
The cached value of the ' Flyout' attribute |
protected static boolean |
FLYOUT_EDEFAULT
The default value of the ' Flyout' attribute |
protected EList |
groups
The cached value of the ' Groups' containment reference list |
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 |
PaletteImpl()
|
| 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)
|
GenDiagram |
getDiagram()
|
java.lang.String |
getFactoryClassName()
Returns the value of the 'Factory Class Name' attribute |
java.lang.String |
getFactoryClassNameGen()
|
java.lang.String |
getFactoryQualifiedClassName()
|
EList |
getGroups()
|
java.lang.String |
getPackageName()
Returns the value of the 'Package Name' attribute |
java.lang.String |
getPackageNameGen()
|
boolean |
isFlyout()
|
void |
setFactoryClassName(java.lang.String newFactoryClassName)
|
void |
setFlyout(boolean newFlyout)
|
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 boolean FLYOUT_EDEFAULT
Flyout' attribute.
PaletteImpl.isFlyout(),
Constant Field Valuesprotected boolean flyout
Flyout' attribute.
PaletteImpl.isFlyout()protected EList groups
Groups' containment reference list.
PaletteImpl.getGroups()protected static final java.lang.String PACKAGE_NAME_EDEFAULT
Package Name' attribute.
PaletteImpl.getPackageName()protected java.lang.String packageName
Package Name' attribute.
PaletteImpl.getPackageName()protected static final java.lang.String FACTORY_CLASS_NAME_EDEFAULT
Factory Class Name' attribute.
PaletteImpl.getFactoryClassName()protected java.lang.String factoryClassName
Factory Class Name' attribute.
PaletteImpl.getFactoryClassName()| Constructor Detail |
protected PaletteImpl()
| Method Detail |
protected EClass eStaticClass()
public GenDiagram getDiagram()
getDiagram in interface PaletteGMFGenPackage.getPalette_Diagram(),
GenDiagram.getPalette()public boolean isFlyout()
isFlyout in interface PalettePalette.setFlyout(boolean),
GMFGenPackage.getPalette_Flyout()public void setFlyout(boolean newFlyout)
setFlyout in interface PalettenewFlyout - the new value of the 'Flyout' attribute.Palette.isFlyout()public EList getGroups()
getGroups in interface PaletteGMFGenPackage.getPalette_Groups()public java.lang.String getPackageNameGen()
public java.lang.String getPackageName()
PaletteIf the meaning of the 'Package Name' attribute isn't clear, there really should be more of a description here...
getPackageName in interface PalettePalette.setPackageName(String),
GMFGenPackage.getPalette_PackageName()public void setPackageName(java.lang.String newPackageName)
setPackageName in interface PalettenewPackageName - the new value of the 'Package Name' attribute.Palette.getPackageName()public java.lang.String getFactoryClassNameGen()
public java.lang.String getFactoryClassName()
PaletteIf the meaning of the 'Factory Class Name' attribute isn't clear, there really should be more of a description here...
getFactoryClassName in interface PalettePalette.setFactoryClassName(String),
GMFGenPackage.getPalette_FactoryClassName()public void setFactoryClassName(java.lang.String newFactoryClassName)
setFactoryClassName in interface PalettenewFactoryClassName - the new value of the 'Factory Class Name' attribute.Palette.getFactoryClassName()public java.lang.String getFactoryQualifiedClassName()
getFactoryQualifiedClassName in interface Palette
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.