|
|||||||||||
| 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.data.util.DataAdapterFactory
The Adapter Factory for the model. It provides an adapter createXXX
method for each class of the model.
DataPackage| Constructor Summary | |
DataAdapterFactory()
Creates an instance of the adapter factory. |
|
| Method Summary | |
org.eclipse.emf.common.notify.Adapter |
createActionAdapter()
Creates a new adapter for an object of class ' Action'. |
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 |
createBaseSampleDataAdapter()
Creates a new adapter for an object of class ' Base Sample Data'. |
org.eclipse.emf.common.notify.Adapter |
createDataElementAdapter()
Creates a new adapter for an object of class ' Element'. |
org.eclipse.emf.common.notify.Adapter |
createDataSetAdapter()
Creates a new adapter for an object of class ' Set'. |
org.eclipse.emf.common.notify.Adapter |
createDateTimeDataElementAdapter()
Creates a new adapter for an object of class ' Date Time Data Element'. |
org.eclipse.emf.common.notify.Adapter |
createDateTimeDataSetAdapter()
Creates a new adapter for an object of class ' Date Time Data Set'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case. |
org.eclipse.emf.common.notify.Adapter |
createNumberDataElementAdapter()
Creates a new adapter for an object of class ' Number Data Element'. |
org.eclipse.emf.common.notify.Adapter |
createNumberDataSetAdapter()
Creates a new adapter for an object of class ' Number Data Set'. |
org.eclipse.emf.common.notify.Adapter |
createOrthogonalSampleDataAdapter()
Creates a new adapter for an object of class ' Orthogonal Sample Data'. |
org.eclipse.emf.common.notify.Adapter |
createQueryAdapter()
Creates a new adapter for an object of class ' Query'. |
org.eclipse.emf.common.notify.Adapter |
createRuleAdapter()
Creates a new adapter for an object of class ' Rule'. |
org.eclipse.emf.common.notify.Adapter |
createSampleDataAdapter()
Creates a new adapter for an object of class ' Sample Data'. |
org.eclipse.emf.common.notify.Adapter |
createSeriesDefinitionAdapter()
Creates a new adapter for an object of class ' Series Definition'. |
org.eclipse.emf.common.notify.Adapter |
createSeriesGroupingAdapter()
Creates a new adapter for an object of class ' Series Grouping'. |
org.eclipse.emf.common.notify.Adapter |
createStockDataSetAdapter()
Creates a new adapter for an object of class ' Stock Data Set'. |
org.eclipse.emf.common.notify.Adapter |
createTextDataSetAdapter()
Creates a new adapter for an object of class ' Text Data Set'. |
org.eclipse.emf.common.notify.Adapter |
createTriggerAdapter()
Creates a new adapter for an object of class ' Trigger'. |
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 DataAdapterFactory()
| 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 createActionAdapter()
Action'.
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.
Actionpublic org.eclipse.emf.common.notify.Adapter createBaseSampleDataAdapter()
Base Sample Data'.
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.
BaseSampleDatapublic org.eclipse.emf.common.notify.Adapter createDataElementAdapter()
Element'.
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.
DataElementpublic org.eclipse.emf.common.notify.Adapter createDataSetAdapter()
Set'.
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.
DataSetpublic org.eclipse.emf.common.notify.Adapter createDateTimeDataElementAdapter()
Date Time Data Element'. 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.
DateTimeDataElementpublic org.eclipse.emf.common.notify.Adapter createDateTimeDataSetAdapter()
Date Time Data Set'.
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.
DateTimeDataSetpublic org.eclipse.emf.common.notify.Adapter createNumberDataElementAdapter()
Number Data Element'.
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.
NumberDataElementpublic org.eclipse.emf.common.notify.Adapter createNumberDataSetAdapter()
Number Data Set'.
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.
NumberDataSetpublic org.eclipse.emf.common.notify.Adapter createOrthogonalSampleDataAdapter()
Orthogonal Sample Data'. 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.
OrthogonalSampleDatapublic org.eclipse.emf.common.notify.Adapter createQueryAdapter()
Query'.
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.
Querypublic org.eclipse.emf.common.notify.Adapter createRuleAdapter()
Rule'.
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.
Rulepublic org.eclipse.emf.common.notify.Adapter createSampleDataAdapter()
Sample Data'.
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.
SampleDatapublic org.eclipse.emf.common.notify.Adapter createSeriesDefinitionAdapter()
Series 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.
SeriesDefinitionpublic org.eclipse.emf.common.notify.Adapter createSeriesGroupingAdapter()
Series Grouping'.
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.
SeriesGroupingpublic org.eclipse.emf.common.notify.Adapter createStockDataSetAdapter()
Stock Data Set'.
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.
StockDataSetpublic org.eclipse.emf.common.notify.Adapter createTextDataSetAdapter()
Text Data Set'.
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.
TextDataSetpublic org.eclipse.emf.common.notify.Adapter createTriggerAdapter()
Trigger'.
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.
Triggerpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||