public class TabfolderAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model.
TabfolderPackage| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
protected static TabfolderPackage |
modelPackage
The cached model package
|
protected TabfolderSwitch |
modelSwitch
The switch that delegates to the
createXXX methods |
| Constructor and Description |
|---|
TabfolderAdapterFactory()
Creates an instance of the adapter factory
|
| Modifier and Type | Method and Description |
|---|---|
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 |
createEObjectAdapter()
Creates a new adapter for the default case
|
org.eclipse.emf.common.notify.Adapter |
createRuletestViewAdapter()
Creates a new adapter for an object of class '
View' |
org.eclipse.emf.common.notify.Adapter |
createTestTabAdapter()
Creates a new adapter for an object of class '
Test Tab' |
org.eclipse.emf.common.notify.Adapter |
createTestTabFolderAdapter()
Creates a new adapter for an object of class '
Test Tab Folder' |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object
|
public static final java.lang.String copyright
protected static TabfolderPackage modelPackage
protected TabfolderSwitch modelSwitch
createXXX methods.
public TabfolderAdapterFactory()
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.AdapterFactoryisFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImplpublic org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target.
createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpltarget - the object to adapt.target.public org.eclipse.emf.common.notify.Adapter createTestTabFolderAdapter()
Test Tab 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.
TestTabFolderpublic org.eclipse.emf.common.notify.Adapter createTestTabAdapter()
Test Tab'.
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.
TestTabpublic org.eclipse.emf.common.notify.Adapter createRuletestViewAdapter()
View'.
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.
RuletestViewpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.