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.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 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.
RenderingStyle
public 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.
Style
public 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.
AbstractStyle
public 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.
GradientColoredLocation
public 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.
GradientColoredArea
public 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.
GradientColoredAreas
public 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.
AdaptedGradientColoredAreas
public 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.
Font
public 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.
Point
public 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.
Color
public 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.PrecisionPoint
public 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.TextStyle
public 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.TextStyleRegion
public 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.
StyleContainer
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()