|
|||||||||||
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.type.util.TypeAdapterFactory
The Adapter Factory for the model. It provides an adapter createXXX
method for each class of the model.
TypePackage
Constructor Summary | |
TypeAdapterFactory()
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 |
createAreaSeriesAdapter()
Creates a new adapter for an object of class ' Area Series '. |
org.eclipse.emf.common.notify.Adapter |
createBarSeriesAdapter()
Creates a new adapter for an object of class ' Bar Series '. |
org.eclipse.emf.common.notify.Adapter |
createBubbleSeriesAdapter()
Creates a new adapter for an object of class ' Bubble Series '. |
org.eclipse.emf.common.notify.Adapter |
createDialSeriesAdapter()
Creates a new adapter for an object of class ' Dial Series '. |
org.eclipse.emf.common.notify.Adapter |
createDifferenceSeriesAdapter()
Creates a new adapter for an object of class ' Difference Series '. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case. |
org.eclipse.emf.common.notify.Adapter |
createGanttSeriesAdapter()
Creates a new adapter for an object of class ' Gantt Series '. |
org.eclipse.emf.common.notify.Adapter |
createLineSeriesAdapter()
Creates a new adapter for an object of class ' Line Series '. |
org.eclipse.emf.common.notify.Adapter |
createPieSeriesAdapter()
Creates a new adapter for an object of class ' Pie Series '. |
org.eclipse.emf.common.notify.Adapter |
createScatterSeriesAdapter()
Creates a new adapter for an object of class ' Scatter Series '. |
org.eclipse.emf.common.notify.Adapter |
createSeriesAdapter()
Creates a new adapter for an object of class ' Series '. |
org.eclipse.emf.common.notify.Adapter |
createStockSeriesAdapter()
Creates a new adapter for an object of class ' Stock 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 TypeAdapterFactory()
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 createAreaSeriesAdapter()
Area 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.
AreaSeries
public org.eclipse.emf.common.notify.Adapter createBarSeriesAdapter()
Bar 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.
BarSeries
public org.eclipse.emf.common.notify.Adapter createBubbleSeriesAdapter()
Bubble 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.
BubbleSeries
public org.eclipse.emf.common.notify.Adapter createDialSeriesAdapter()
Dial 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.
DialSeries
public org.eclipse.emf.common.notify.Adapter createDifferenceSeriesAdapter()
Difference 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.
DifferenceSeries
public org.eclipse.emf.common.notify.Adapter createGanttSeriesAdapter()
Gantt 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.
GanttSeries
public org.eclipse.emf.common.notify.Adapter createLineSeriesAdapter()
Line 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.
LineSeries
public org.eclipse.emf.common.notify.Adapter createPieSeriesAdapter()
Pie 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.
PieSeries
public org.eclipse.emf.common.notify.Adapter createScatterSeriesAdapter()
Scatter 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.
ScatterSeries
public org.eclipse.emf.common.notify.Adapter createStockSeriesAdapter()
Stock 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.
StockSeries
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 createEObjectAdapter()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |