|
|||||||||||
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.birt.chart.model.attribute.util.AttributeAdapterFactory
The Adapter Factory for the model. It
provides an adapter createXXX
method for each class of the
model.
AttributePackage
Constructor Summary | |
AttributeAdapterFactory()
Creates an instance of the adapter factory. |
Method Summary | |
org.eclipse.emf.common.notify.Adapter |
createAccessibilityValueAdapter()
Creates a new adapter for an object of class ' Accessibility Value '. |
org.eclipse.emf.common.notify.Adapter |
createActionValueAdapter()
Creates a new adapter for an object of class ' Action Value '. |
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 |
createAngle3DAdapter()
Creates a new adapter for an object of class ' Angle3 D '. |
org.eclipse.emf.common.notify.Adapter |
createAxisOriginAdapter()
Creates a new adapter for an object of class ' Axis Origin '. |
org.eclipse.emf.common.notify.Adapter |
createBoundsAdapter()
Creates a new adapter for an object of class ' Bounds '. |
org.eclipse.emf.common.notify.Adapter |
createCallBackValueAdapter()
Creates a new adapter for an object of class ' Call Back Value '. |
org.eclipse.emf.common.notify.Adapter |
createColorDefinitionAdapter()
Creates a new adapter for an object of class ' Color Definition '. |
org.eclipse.emf.common.notify.Adapter |
createDataPointAdapter()
Creates a new adapter for an object of class ' Data Point '. |
org.eclipse.emf.common.notify.Adapter |
createDataPointComponentAdapter()
Creates a new adapter for an object of class ' Data Point Component '. |
org.eclipse.emf.common.notify.Adapter |
createDateFormatSpecifierAdapter()
Creates a new adapter for an object of class ' Date Format Specifier '. |
org.eclipse.emf.common.notify.Adapter |
createEmbeddedImageAdapter()
Creates a new adapter for an object of class ' Embedded Image '. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case. |
org.eclipse.emf.common.notify.Adapter |
createExtendedPropertyAdapter()
Creates a new adapter for an object of class ' Extended Property '. |
org.eclipse.emf.common.notify.Adapter |
createFillAdapter()
Creates a new adapter for an object of class ' Fill '. |
org.eclipse.emf.common.notify.Adapter |
createFontDefinitionAdapter()
Creates a new adapter for an object of class ' Font Definition '. |
org.eclipse.emf.common.notify.Adapter |
createFormatSpecifierAdapter()
Creates a new adapter for an object of class ' Format Specifier '. |
org.eclipse.emf.common.notify.Adapter |
createFractionNumberFormatSpecifierAdapter()
Creates a new adapter for an object of class ' Fraction Number Format Specifier '. |
org.eclipse.emf.common.notify.Adapter |
createGradientAdapter()
Creates a new adapter for an object of class ' Gradient '. |
org.eclipse.emf.common.notify.Adapter |
createImageAdapter()
Creates a new adapter for an object of class ' Image '. |
org.eclipse.emf.common.notify.Adapter |
createInsetsAdapter()
Creates a new adapter for an object of class ' Insets '. |
org.eclipse.emf.common.notify.Adapter |
createInteractivityAdapter()
Creates a new adapter for an object of class ' Interactivity '. |
org.eclipse.emf.common.notify.Adapter |
createJavaDateFormatSpecifierAdapter()
Creates a new adapter for an object of class ' Java Date Format Specifier '. |
org.eclipse.emf.common.notify.Adapter |
createJavaNumberFormatSpecifierAdapter()
Creates a new adapter for an object of class ' Java Number Format Specifier '. |
org.eclipse.emf.common.notify.Adapter |
createLineAttributesAdapter()
Creates a new adapter for an object of class ' Line Attributes '. |
org.eclipse.emf.common.notify.Adapter |
createLocation3DAdapter()
Creates a new adapter for an object of class ' Location3 D '. |
org.eclipse.emf.common.notify.Adapter |
createLocationAdapter()
Creates a new adapter for an object of class ' Location '. |
org.eclipse.emf.common.notify.Adapter |
createMarkerAdapter()
Creates a new adapter for an object of class ' Marker '. |
org.eclipse.emf.common.notify.Adapter |
createMultipleFillAdapter()
Creates a new adapter for an object of class ' Multiple Fill '. |
org.eclipse.emf.common.notify.Adapter |
createNumberFormatSpecifierAdapter()
Creates a new adapter for an object of class ' Number Format Specifier '. |
org.eclipse.emf.common.notify.Adapter |
createPaletteAdapter()
Creates a new adapter for an object of class ' Palette '. |
org.eclipse.emf.common.notify.Adapter |
createRotation3DAdapter()
Creates a new adapter for an object of class ' Rotation3 D '. |
org.eclipse.emf.common.notify.Adapter |
createScriptValueAdapter()
Creates a new adapter for an object of class ' Script Value '. |
org.eclipse.emf.common.notify.Adapter |
createSeriesValueAdapter()
Creates a new adapter for an object of class ' Series Value '. |
org.eclipse.emf.common.notify.Adapter |
createSizeAdapter()
Creates a new adapter for an object of class ' Size '. |
org.eclipse.emf.common.notify.Adapter |
createStyleAdapter()
Creates a new adapter for an object of class ' Style '. |
org.eclipse.emf.common.notify.Adapter |
createStyleMapAdapter()
Creates a new adapter for an object of class ' Style Map '. |
org.eclipse.emf.common.notify.Adapter |
createTextAdapter()
Creates a new adapter for an object of class ' Text '. |
org.eclipse.emf.common.notify.Adapter |
createTextAlignmentAdapter()
Creates a new adapter for an object of class ' Text Alignment '. |
org.eclipse.emf.common.notify.Adapter |
createTooltipValueAdapter()
Creates a new adapter for an object of class ' Tooltip Value '. |
org.eclipse.emf.common.notify.Adapter |
createURLValueAdapter()
Creates a new adapter for an object of class ' URL Value '. |
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 AttributeAdapterFactory()
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.
public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target
.
target
- the object to adapt.
target
.public org.eclipse.emf.common.notify.Adapter createAccessibilityValueAdapter()
Accessibility Value
'.
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.
AccessibilityValue
public org.eclipse.emf.common.notify.Adapter createActionValueAdapter()
Action Value
'.
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.
ActionValue
public org.eclipse.emf.common.notify.Adapter createAngle3DAdapter()
Angle3 D
'.
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.
Angle3D
public org.eclipse.emf.common.notify.Adapter createAxisOriginAdapter()
Axis Origin
'.
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.
AxisOrigin
public org.eclipse.emf.common.notify.Adapter createBoundsAdapter()
Bounds
'.
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.
Bounds
public org.eclipse.emf.common.notify.Adapter createCallBackValueAdapter()
Call Back Value
'.
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.
CallBackValue
public org.eclipse.emf.common.notify.Adapter createColorDefinitionAdapter()
Color Definition
'.
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.
ColorDefinition
public org.eclipse.emf.common.notify.Adapter createDataPointAdapter()
Data 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.
DataPoint
public org.eclipse.emf.common.notify.Adapter createDataPointComponentAdapter()
Data Point Component
'.
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.
DataPointComponent
public org.eclipse.emf.common.notify.Adapter createDateFormatSpecifierAdapter()
Date Format Specifier
'.
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.
DateFormatSpecifier
public org.eclipse.emf.common.notify.Adapter createEmbeddedImageAdapter()
Embedded Image
'.
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.
EmbeddedImage
public org.eclipse.emf.common.notify.Adapter createExtendedPropertyAdapter()
Extended Property
'.
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.
ExtendedProperty
public org.eclipse.emf.common.notify.Adapter createFillAdapter()
Fill
'.
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.
Fill
public org.eclipse.emf.common.notify.Adapter createFontDefinitionAdapter()
Font Definition
'.
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.
FontDefinition
public org.eclipse.emf.common.notify.Adapter createFormatSpecifierAdapter()
Format Specifier
'.
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.
FormatSpecifier
public org.eclipse.emf.common.notify.Adapter createFractionNumberFormatSpecifierAdapter()
Fraction Number Format Specifier
'.
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.
FractionNumberFormatSpecifier
public org.eclipse.emf.common.notify.Adapter createGradientAdapter()
Gradient
'.
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.
Gradient
public org.eclipse.emf.common.notify.Adapter createImageAdapter()
Image
'.
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.
Image
public org.eclipse.emf.common.notify.Adapter createInsetsAdapter()
Insets
'.
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.
Insets
public org.eclipse.emf.common.notify.Adapter createInteractivityAdapter()
Interactivity
'.
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.
Interactivity
public org.eclipse.emf.common.notify.Adapter createJavaDateFormatSpecifierAdapter()
Java Date Format Specifier
'.
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.
JavaDateFormatSpecifier
public org.eclipse.emf.common.notify.Adapter createJavaNumberFormatSpecifierAdapter()
Java Number Format Specifier
'.
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.
JavaNumberFormatSpecifier
public org.eclipse.emf.common.notify.Adapter createLineAttributesAdapter()
Line Attributes
'.
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.
LineAttributes
public org.eclipse.emf.common.notify.Adapter createLocationAdapter()
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.
Location
public org.eclipse.emf.common.notify.Adapter createLocation3DAdapter()
Location3 D
'.
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.
Location3D
public org.eclipse.emf.common.notify.Adapter createMarkerAdapter()
Marker
'.
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.
Marker
public org.eclipse.emf.common.notify.Adapter createMultipleFillAdapter()
Multiple Fill
'.
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.
MultipleFill
public org.eclipse.emf.common.notify.Adapter createNumberFormatSpecifierAdapter()
Number Format Specifier
'.
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.
NumberFormatSpecifier
public org.eclipse.emf.common.notify.Adapter createPaletteAdapter()
Palette
'.
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.
Palette
public org.eclipse.emf.common.notify.Adapter createRotation3DAdapter()
Rotation3 D
'.
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.
Rotation3D
public org.eclipse.emf.common.notify.Adapter createScriptValueAdapter()
Script Value
'.
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.
ScriptValue
public org.eclipse.emf.common.notify.Adapter createSeriesValueAdapter()
Series Value
'.
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.
SeriesValue
public org.eclipse.emf.common.notify.Adapter createSizeAdapter()
Size
'.
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.
Size
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 createStyleMapAdapter()
Style Map
'.
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.
StyleMap
public org.eclipse.emf.common.notify.Adapter createTextAdapter()
Text
'.
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.
Text
public org.eclipse.emf.common.notify.Adapter createTextAlignmentAdapter()
Text Alignment
'.
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.
TextAlignment
public org.eclipse.emf.common.notify.Adapter createTooltipValueAdapter()
Tooltip Value
'.
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.
TooltipValue
public org.eclipse.emf.common.notify.Adapter createURLValueAdapter()
URL Value
'.
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.
URLValue
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |