|
||||||||||
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
public class 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 |
createBubbleDataSetAdapter()
Creates a new adapter for an object of class ' Bubble Data Set '. |
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 |
createDifferenceDataSetAdapter()
Creates a new adapter for an object of class ' Difference Data Set '. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case. |
org.eclipse.emf.common.notify.Adapter |
createGanttDataSetAdapter()
Creates a new adapter for an object of class ' Gantt Data Set '. |
org.eclipse.emf.common.notify.Adapter |
createNullDataSetAdapter()
Creates a new adapter for an object of class ' Null Data Set '. |
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.
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 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.
Action
public 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.
BaseSampleData
public org.eclipse.emf.common.notify.Adapter createBubbleDataSetAdapter()
Bubble 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.
BubbleDataSet
public 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.
DataElement
public 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.
DataSet
public 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.
DateTimeDataElement
public 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.
DateTimeDataSet
public org.eclipse.emf.common.notify.Adapter createDifferenceDataSetAdapter()
Difference 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.
DifferenceDataSet
public org.eclipse.emf.common.notify.Adapter createGanttDataSetAdapter()
Gantt 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.
GanttDataSet
public org.eclipse.emf.common.notify.Adapter createNullDataSetAdapter()
Null 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.
NullDataSet
public 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.
NumberDataElement
public 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.
NumberDataSet
public 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.
OrthogonalSampleData
public 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.
Query
public 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.
Rule
public 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.
SampleData
public 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.
SeriesDefinition
public 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.
SeriesGrouping
public 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.
StockDataSet
public 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.
TextDataSet
public 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.
Trigger
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |