|
||||||||||
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.component.util.ComponentAdapterFactory
public class ComponentAdapterFactory
The Adapter Factory for the model. It provides an adapter createXXX
method for each class of the model.
ComponentPackage
Constructor Summary | |
---|---|
ComponentAdapterFactory()
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 |
createAxisAdapter()
Creates a new adapter for an object of class ' Axis '. |
org.eclipse.emf.common.notify.Adapter |
createChartPreferencesAdapter()
Creates a new adapter for an object of class ' Chart Preferences '. |
org.eclipse.emf.common.notify.Adapter |
createCurveFittingAdapter()
Creates a new adapter for an object of class ' Curve Fitting '. |
org.eclipse.emf.common.notify.Adapter |
createDialAdapter()
Creates a new adapter for an object of class ' Dial '. |
org.eclipse.emf.common.notify.Adapter |
createDialRegionAdapter()
Creates a new adapter for an object of class ' Dial Region '. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case. |
org.eclipse.emf.common.notify.Adapter |
createEStringToDataSetMapEntryAdapter()
Creates a new adapter for an object of class ' EString To Data Set Map Entry '. |
org.eclipse.emf.common.notify.Adapter |
createGridAdapter()
Creates a new adapter for an object of class ' Grid '. |
org.eclipse.emf.common.notify.Adapter |
createLabelAdapter()
Creates a new adapter for an object of class ' Label '. |
org.eclipse.emf.common.notify.Adapter |
createMarkerLineAdapter()
Creates a new adapter for an object of class ' Marker Line '. |
org.eclipse.emf.common.notify.Adapter |
createMarkerRangeAdapter()
Creates a new adapter for an object of class ' Marker Range '. |
org.eclipse.emf.common.notify.Adapter |
createNeedleAdapter()
Creates a new adapter for an object of class ' Needle '. |
org.eclipse.emf.common.notify.Adapter |
createScaleAdapter()
Creates a new adapter for an object of class ' Scale '. |
org.eclipse.emf.common.notify.Adapter |
createSeriesAdapter()
Creates a new adapter for an object of class ' Series '. |
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 ComponentAdapterFactory()
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.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 createAxisAdapter()
Axis
'.
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.
Axis
public org.eclipse.emf.common.notify.Adapter createChartPreferencesAdapter()
Chart Preferences
'.
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.
ChartPreferences
public org.eclipse.emf.common.notify.Adapter createCurveFittingAdapter()
Curve Fitting
'.
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.
CurveFitting
public org.eclipse.emf.common.notify.Adapter createDialAdapter()
Dial
'.
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.
Dial
public org.eclipse.emf.common.notify.Adapter createDialRegionAdapter()
Dial 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.
DialRegion
public org.eclipse.emf.common.notify.Adapter createGridAdapter()
Grid
'.
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.
Grid
public org.eclipse.emf.common.notify.Adapter createLabelAdapter()
Label
'.
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.
Label
public org.eclipse.emf.common.notify.Adapter createMarkerLineAdapter()
Marker Line
'.
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.
MarkerLine
public org.eclipse.emf.common.notify.Adapter createMarkerRangeAdapter()
Marker Range
'.
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.
MarkerRange
public org.eclipse.emf.common.notify.Adapter createNeedleAdapter()
Needle
'.
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.
Needle
public org.eclipse.emf.common.notify.Adapter createScaleAdapter()
Scale
'.
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.
Scale
public org.eclipse.emf.common.notify.Adapter createSeriesAdapter()
Series
'.
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.
Series
public org.eclipse.emf.common.notify.Adapter createEStringToDataSetMapEntryAdapter()
EString To Data Set Map Entry
'.
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.
Map.Entry
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |