public class StylesAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model.
StylesPackage| Constructor and Description |
|---|
StylesAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.Adapter |
createAbstractStyleAdapter()
Creates a new adapter for an object of class '
Abstract Style'. |
org.eclipse.emf.common.notify.Adapter |
createAdaptedGradientColoredAreasAdapter()
Creates a new adapter for an object of class '
Adapted Gradient Colored Areas'. |
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 |
createColorAdapter()
Creates a new adapter for an object of class '
Color'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createFontAdapter()
Creates a new adapter for an object of class '
Font'. |
org.eclipse.emf.common.notify.Adapter |
createGradientColoredAreaAdapter()
Creates a new adapter for an object of class '
Gradient Colored Area'. |
org.eclipse.emf.common.notify.Adapter |
createGradientColoredAreasAdapter()
Creates a new adapter for an object of class '
Gradient Colored Areas'. |
org.eclipse.emf.common.notify.Adapter |
createGradientColoredLocationAdapter()
Creates a new adapter for an object of class '
Gradient Colored Location'. |
org.eclipse.emf.common.notify.Adapter |
createPointAdapter()
Creates a new adapter for an object of class '
Point'. |
org.eclipse.emf.common.notify.Adapter |
createPrecisionPointAdapter()
Creates a new adapter for an object of class '
Precision Point'. |
org.eclipse.emf.common.notify.Adapter |
createRenderingStyleAdapter()
Creates a new adapter for an object of class '
Rendering Style'. |
org.eclipse.emf.common.notify.Adapter |
createStyleAdapter()
Creates a new adapter for an object of class '
Style'. |
org.eclipse.emf.common.notify.Adapter |
createStyleContainerAdapter()
Creates a new adapter for an object of class '
Style Container'. |
org.eclipse.emf.common.notify.Adapter |
createTextStyleAdapter()
Creates a new adapter for an object of class '
Text Style'. |
org.eclipse.emf.common.notify.Adapter |
createTextStyleRegionAdapter()
Creates a new adapter for an object of class '
Text Style Region'. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
|
public StylesAdapterFactory()
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 createRenderingStyleAdapter()
Rendering Style'.
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.
RenderingStylepublic org.eclipse.emf.common.notify.Adapter createStyleAdapter()
Style'.
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.
Stylepublic org.eclipse.emf.common.notify.Adapter createAbstractStyleAdapter()
Abstract Style'.
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.
AbstractStylepublic org.eclipse.emf.common.notify.Adapter createGradientColoredLocationAdapter()
Gradient Colored Location'.
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.
GradientColoredLocationpublic org.eclipse.emf.common.notify.Adapter createGradientColoredAreaAdapter()
Gradient Colored Area'.
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.
GradientColoredAreapublic org.eclipse.emf.common.notify.Adapter createGradientColoredAreasAdapter()
Gradient Colored Areas'.
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.
GradientColoredAreaspublic org.eclipse.emf.common.notify.Adapter createAdaptedGradientColoredAreasAdapter()
Adapted Gradient Colored Areas'.
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.
AdaptedGradientColoredAreaspublic org.eclipse.emf.common.notify.Adapter createFontAdapter()
Font'.
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.
Fontpublic org.eclipse.emf.common.notify.Adapter createPointAdapter()
Point'.
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.
Pointpublic org.eclipse.emf.common.notify.Adapter createColorAdapter()
Color'.
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.
Colorpublic org.eclipse.emf.common.notify.Adapter createPrecisionPointAdapter()
Precision Point'.
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.PrecisionPointpublic org.eclipse.emf.common.notify.Adapter createTextStyleAdapter()
Text Style'.
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.TextStylepublic org.eclipse.emf.common.notify.Adapter createTextStyleRegionAdapter()
Text Style Region'.
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.TextStyleRegionpublic org.eclipse.emf.common.notify.Adapter createStyleContainerAdapter()
Style Container'.
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.
StyleContainerpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()