|
|||||||||||
| 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 |
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.
AccessibilityValuepublic 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.
ActionValuepublic 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.
Angle3Dpublic 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.
AxisOriginpublic 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.
Boundspublic 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.
CallBackValuepublic 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.
ColorDefinitionpublic 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.
DataPointpublic 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.
DataPointComponentpublic 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.
DateFormatSpecifierpublic 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.
EmbeddedImagepublic 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.
ExtendedPropertypublic 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.
Fillpublic 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.
FontDefinitionpublic 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.
FormatSpecifierpublic 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.
FractionNumberFormatSpecifierpublic 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.
Gradientpublic 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.
Imagepublic 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.
Insetspublic 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.
Interactivitypublic 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.
JavaDateFormatSpecifierpublic 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.
JavaNumberFormatSpecifierpublic 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.
LineAttributespublic 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.
Locationpublic 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.
Location3Dpublic 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.
Markerpublic 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.
NumberFormatSpecifierpublic 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.
Palettepublic 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.
Rotation3Dpublic 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.
ScriptValuepublic 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.
SeriesValuepublic 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.
Sizepublic 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 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.
StyleMappublic 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.
Textpublic 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.
TextAlignmentpublic 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.
TooltipValuepublic 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.
URLValuepublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||