|
||||||||||
| 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.mtj.api.project.util.ProjectAdapterFactory
public class ProjectAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX method for each class of the model.
ProjectPackage| Constructor Summary | |
|---|---|
ProjectAdapterFactory()
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 |
createDebugConfigurationAdapter()
Creates a new adapter for an object of class ' Debug Configuration'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case. |
org.eclipse.emf.common.notify.Adapter |
createObfuscationDetailAdapter()
Creates a new adapter for an object of class ' Obfuscation Detail'. |
org.eclipse.emf.common.notify.Adapter |
createPackagingDetailsAdapter()
Creates a new adapter for an object of class ' Packaging Details'. |
org.eclipse.emf.common.notify.Adapter |
createParameterAdapter()
Creates a new adapter for an object of class ' Parameter'. |
org.eclipse.emf.common.notify.Adapter |
createPreprocessingDetailAdapter()
Creates a new adapter for an object of class ' Preprocessing Detail'. |
org.eclipse.emf.common.notify.Adapter |
createProjectAdapter()
Creates a new adapter for an object of class ' Project'. |
org.eclipse.emf.common.notify.Adapter |
createSigningDetailAdapter()
Creates a new adapter for an object of class ' Signing Detail'. |
org.eclipse.emf.common.notify.Adapter |
createTargetDeviceAdapter()
Creates a new adapter for an object of class ' Target Device'. |
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 ProjectAdapterFactory()
| 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.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 createProjectAdapter()
Project'.
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.
Projectpublic org.eclipse.emf.common.notify.Adapter createObfuscationDetailAdapter()
Obfuscation Detail'.
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.
ObfuscationDetailpublic org.eclipse.emf.common.notify.Adapter createDebugConfigurationAdapter()
Debug Configuration'.
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.
DebugConfigurationpublic org.eclipse.emf.common.notify.Adapter createTargetDeviceAdapter()
Target Device'.
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.
TargetDevicepublic org.eclipse.emf.common.notify.Adapter createPreprocessingDetailAdapter()
Preprocessing Detail'.
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.
PreprocessingDetailpublic org.eclipse.emf.common.notify.Adapter createSigningDetailAdapter()
Signing Detail'.
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.
SigningDetailpublic org.eclipse.emf.common.notify.Adapter createPackagingDetailsAdapter()
Packaging Details'.
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.
PackagingDetailspublic org.eclipse.emf.common.notify.Adapter createParameterAdapter()
Parameter'.
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.
Parameterpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||