|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.AdapterFactoryImpl
org.eclipse.gmt.umlx.gcore.util.GcoreAdapterFactory
public class GcoreAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX
method for each class of the model.
GcorePackage
Constructor Summary | |
---|---|
GcoreAdapterFactory()
Creates an instance of the adapter factory. |
Method Summary | |
---|---|
org.eclipse.emf.common.notify.Adapter |
createAdapter(org.eclipse.emf.common.notify.Notifier target)
Creates an adapter for the target . |
org.eclipse.emf.common.notify.Adapter |
createEModelElementAdapter()
Creates a new adapter for an object of class ' EModel Element '. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case. |
org.eclipse.emf.common.notify.Adapter |
createGDiagramAdapter()
Creates a new adapter for an object of class ' GDiagram '. |
org.eclipse.emf.common.notify.Adapter |
createGDiagramParentAdapter()
Creates a new adapter for an object of class ' GDiagram Parent '. |
org.eclipse.emf.common.notify.Adapter |
createGElementAdapter()
Creates a new adapter for an object of class ' GElement '. |
org.eclipse.emf.common.notify.Adapter |
createGFolderAdapter()
Creates a new adapter for an object of class ' GFolder '. |
org.eclipse.emf.common.notify.Adapter |
createGImportAdapter()
Creates a new adapter for an object of class ' GImport '. |
org.eclipse.emf.common.notify.Adapter |
createGLinkElementAdapter()
Creates a new adapter for an object of class ' GLink Element '. |
org.eclipse.emf.common.notify.Adapter |
createGModelElementAdapter()
Creates a new adapter for an object of class ' GModel Element '. |
org.eclipse.emf.common.notify.Adapter |
createGNamedElementAdapter()
Creates a new adapter for an object of class ' GNamed Element '. |
org.eclipse.emf.common.notify.Adapter |
createGNodeElementAdapter()
Creates a new adapter for an object of class ' GNode Element '. |
org.eclipse.emf.common.notify.Adapter |
createGPersistentCoModelAdapter()
Creates a new adapter for an object of class ' GPersistent Co Model '. |
org.eclipse.emf.common.notify.Adapter |
createGPersistentNamedSheetNodeAdapter()
Creates a new adapter for an object of class ' GPersistent Named Sheet Node '. |
org.eclipse.emf.common.notify.Adapter |
createGPersistentSheetLinkAdapter()
Creates a new adapter for an object of class ' GPersistent Sheet Link '. |
org.eclipse.emf.common.notify.Adapter |
createGPersistentSheetNodeAdapter()
Creates a new adapter for an object of class ' GPersistent Sheet Node '. |
org.eclipse.emf.common.notify.Adapter |
createGRootFolderAdapter()
Creates a new adapter for an object of class ' GRoot Folder '. |
org.eclipse.emf.common.notify.Adapter |
createGSheetAdapter()
Creates a new adapter for an object of class ' GSheet '. |
org.eclipse.emf.common.notify.Adapter |
createGSheetLinkAdapter()
Creates a new adapter for an object of class ' GSheet Link '. |
org.eclipse.emf.common.notify.Adapter |
createGSheetNodeAdapter()
Creates a new adapter for an object of class ' GSheet Node '. |
org.eclipse.emf.common.notify.Adapter |
createGStickyLinkAdapter()
Creates a new adapter for an object of class ' GSticky Link '. |
org.eclipse.emf.common.notify.Adapter |
createGStickyNoteAdapter()
Creates a new adapter for an object of class ' GSticky Note '. |
org.eclipse.emf.common.notify.Adapter |
createGTransientCoModelAdapter()
Creates a new adapter for an object of class ' GTransient Co Model '. |
org.eclipse.emf.common.notify.Adapter |
createGTransientSheetLinkAdapter()
Creates a new adapter for an object of class ' GTransient Sheet Link '. |
org.eclipse.emf.common.notify.Adapter |
createGTransientSheetNodeAdapter()
Creates a new adapter for an object of class ' GTransient Sheet Node '. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object. |
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl |
---|
adapt, adapt, adaptAllNew, adaptNew |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GcoreAdapterFactory()
Method Detail |
---|
public boolean isFactoryForType(java.lang.Object object)
true
if the object is either the model's package or is an instance object of the model.
isFactoryForType
in interface org.eclipse.emf.common.notify.AdapterFactory
isFactoryForType
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target
.
createAdapter
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
target
- the object to adapt.
target
.public org.eclipse.emf.common.notify.Adapter createGDiagramAdapter()
GDiagram
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GDiagram
public org.eclipse.emf.common.notify.Adapter createGElementAdapter()
GElement
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GElement
public org.eclipse.emf.common.notify.Adapter createGFolderAdapter()
GFolder
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GFolder
public org.eclipse.emf.common.notify.Adapter createGImportAdapter()
GImport
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GImport
public org.eclipse.emf.common.notify.Adapter createGLinkElementAdapter()
GLink Element
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GLinkElement
public org.eclipse.emf.common.notify.Adapter createGModelElementAdapter()
GModel Element
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GModelElement
public org.eclipse.emf.common.notify.Adapter createGNamedElementAdapter()
GNamed Element
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GNamedElement
public org.eclipse.emf.common.notify.Adapter createGNodeElementAdapter()
GNode Element
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GNodeElement
public org.eclipse.emf.common.notify.Adapter createGRootFolderAdapter()
GRoot Folder
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GRootFolder
public org.eclipse.emf.common.notify.Adapter createGSheetAdapter()
GSheet
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GSheet
public org.eclipse.emf.common.notify.Adapter createGSheetLinkAdapter()
GSheet Link
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GSheetLink
public org.eclipse.emf.common.notify.Adapter createGSheetNodeAdapter()
GSheet Node
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GSheetNode
public org.eclipse.emf.common.notify.Adapter createGPersistentCoModelAdapter()
GPersistent Co Model
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GPersistentCoModel
public org.eclipse.emf.common.notify.Adapter createGTransientCoModelAdapter()
GTransient Co Model
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GTransientCoModel
public org.eclipse.emf.common.notify.Adapter createGPersistentSheetNodeAdapter()
GPersistent Sheet Node
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GPersistentSheetNode
public org.eclipse.emf.common.notify.Adapter createGPersistentNamedSheetNodeAdapter()
GPersistent Named Sheet Node
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GPersistentNamedSheetNode
public org.eclipse.emf.common.notify.Adapter createGTransientSheetLinkAdapter()
GTransient Sheet Link
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GTransientSheetLink
public org.eclipse.emf.common.notify.Adapter createGStickyLinkAdapter()
GSticky Link
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GStickyLink
public org.eclipse.emf.common.notify.Adapter createGStickyNoteAdapter()
GSticky Note
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GStickyNote
public org.eclipse.emf.common.notify.Adapter createGTransientSheetNodeAdapter()
GTransient Sheet Node
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GTransientSheetNode
public org.eclipse.emf.common.notify.Adapter createEModelElementAdapter()
EModel Element
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
EModelElement
public org.eclipse.emf.common.notify.Adapter createGPersistentSheetLinkAdapter()
GPersistent Sheet Link
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GPersistentSheetLink
public org.eclipse.emf.common.notify.Adapter createGDiagramParentAdapter()
GDiagram Parent
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GDiagramParent
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |