public class ChartAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX
method for each class of the
model.
ChartPackage
Modifier and Type | Field and Description |
---|---|
protected static ChartPackage |
modelPackage
The cached model package.
|
protected ChartSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods. |
Constructor and Description |
---|
ChartAdapterFactory()
Creates an instance of the adapter factory.
|
Modifier and Type | Method and Description |
---|---|
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 |
createArchiveChannelAdapter()
Creates a new adapter for an object of class '
Archive Channel '. |
org.eclipse.emf.common.notify.Adapter |
createArchiveSeriesAdapter()
Creates a new adapter for an object of class '
Archive Series '. |
org.eclipse.emf.common.notify.Adapter |
createAxisAdapter()
Creates a new adapter for an object of class '
Axis '. |
org.eclipse.emf.common.notify.Adapter |
createChartAdapter()
Creates a new adapter for an object of class '
Chart '. |
org.eclipse.emf.common.notify.Adapter |
createCompositeArchiveQualitySeriesAdapter()
Creates a new adapter for an object of class '
Composite Archive Quality Series '. |
org.eclipse.emf.common.notify.Adapter |
createControllerAdapter()
Creates a new adapter for an object of class '
Controller '. |
org.eclipse.emf.common.notify.Adapter |
createCurrentTimeControllerAdapter()
Creates a new adapter for an object of class '
Current Time Controller '. |
org.eclipse.emf.common.notify.Adapter |
createDataItemSeriesAdapter()
Creates a new adapter for an object of class '
Data Item Series '. |
org.eclipse.emf.common.notify.Adapter |
createDataSeriesAdapter()
Creates a new adapter for an object of class '
Data Series '. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createIdItemAdapter()
Creates a new adapter for an object of class '
Id Item '. |
org.eclipse.emf.common.notify.Adapter |
createItemAdapter()
Creates a new adapter for an object of class '
Item '. |
org.eclipse.emf.common.notify.Adapter |
createItemDataSeriesAdapter()
Creates a new adapter for an object of class '
Item Data Series '. |
org.eclipse.emf.common.notify.Adapter |
createLegendControllerAdapter()
Creates a new adapter for an object of class '
Legend Controller '. |
org.eclipse.emf.common.notify.Adapter |
createLinePropertiesAdapter()
Creates a new adapter for an object of class '
Line Properties '. |
org.eclipse.emf.common.notify.Adapter |
createMouseControllerAdapter()
Creates a new adapter for an object of class '
Mouse Controller '. |
org.eclipse.emf.common.notify.Adapter |
createProfileAdapter()
Creates a new adapter for an object of class '
Profile '. |
org.eclipse.emf.common.notify.Adapter |
createResetControllerAdapter()
Creates a new adapter for an object of class '
Reset Controller '. |
org.eclipse.emf.common.notify.Adapter |
createScaleActionAdapter()
Creates a new adapter for an object of class '
Scale Action '. |
org.eclipse.emf.common.notify.Adapter |
createScriptSeriesAdapter()
Creates a new adapter for an object of class '
Script Series '. |
org.eclipse.emf.common.notify.Adapter |
createSeparatorControllerAdapter()
Creates a new adapter for an object of class '
Separator Controller '. |
org.eclipse.emf.common.notify.Adapter |
createTimeNowActionAdapter()
Creates a new adapter for an object of class '
Time Now Action '. |
org.eclipse.emf.common.notify.Adapter |
createTimeShiftActionAdapter()
Creates a new adapter for an object of class '
Time Shift Action '. |
org.eclipse.emf.common.notify.Adapter |
createUriItemAdapter()
Creates a new adapter for an object of class '
Uri Item '. |
org.eclipse.emf.common.notify.Adapter |
createXAxisAdapter()
Creates a new adapter for an object of class '
XAxis '. |
org.eclipse.emf.common.notify.Adapter |
createXAxisControllerAdapter()
Creates a new adapter for an object of class '
XAxis Controller '. |
org.eclipse.emf.common.notify.Adapter |
createYAxisAdapter()
Creates a new adapter for an object of class '
YAxis '. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
protected static ChartPackage modelPackage
protected ChartSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX
methods.
public ChartAdapterFactory()
public boolean isFactoryForType(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 createChartAdapter()
Chart
'.
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.
Chart
public org.eclipse.emf.common.notify.Adapter createXAxisAdapter()
XAxis
'.
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.
XAxis
public org.eclipse.emf.common.notify.Adapter createYAxisAdapter()
YAxis
'.
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.
YAxis
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 createDataSeriesAdapter()
Data 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.
DataSeries
public org.eclipse.emf.common.notify.Adapter createDataItemSeriesAdapter()
Data Item 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.
DataItemSeries
public org.eclipse.emf.common.notify.Adapter createArchiveSeriesAdapter()
Archive 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.
ArchiveSeries
public org.eclipse.emf.common.notify.Adapter createItemAdapter()
Item
'.
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.
Item
public org.eclipse.emf.common.notify.Adapter createUriItemAdapter()
Uri Item
'.
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.
UriItem
public org.eclipse.emf.common.notify.Adapter createIdItemAdapter()
Id Item
'.
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.
IdItem
public org.eclipse.emf.common.notify.Adapter createItemDataSeriesAdapter()
Item Data 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.
ItemDataSeries
public org.eclipse.emf.common.notify.Adapter createArchiveChannelAdapter()
Archive Channel
'.
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.
ArchiveChannel
public org.eclipse.emf.common.notify.Adapter createLinePropertiesAdapter()
Line Properties
'.
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.
LineProperties
public org.eclipse.emf.common.notify.Adapter createScriptSeriesAdapter()
Script 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.
ScriptSeries
public org.eclipse.emf.common.notify.Adapter createControllerAdapter()
Controller
'.
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.
Controller
public org.eclipse.emf.common.notify.Adapter createCurrentTimeControllerAdapter()
Current Time Controller
'.
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.
CurrentTimeController
public org.eclipse.emf.common.notify.Adapter createProfileAdapter()
Profile
'.
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.
Profile
public org.eclipse.emf.common.notify.Adapter createTimeShiftActionAdapter()
Time Shift 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.
TimeShiftAction
public org.eclipse.emf.common.notify.Adapter createTimeNowActionAdapter()
Time Now 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.
TimeNowAction
public org.eclipse.emf.common.notify.Adapter createXAxisControllerAdapter()
XAxis Controller
'.
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.
XAxisController
public org.eclipse.emf.common.notify.Adapter createScaleActionAdapter()
Scale 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.
ScaleAction
public org.eclipse.emf.common.notify.Adapter createSeparatorControllerAdapter()
Separator Controller
'.
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.
SeparatorController
public org.eclipse.emf.common.notify.Adapter createMouseControllerAdapter()
Mouse Controller
'.
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.
MouseController
public org.eclipse.emf.common.notify.Adapter createResetControllerAdapter()
Reset Controller
'.
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.
ResetController
public org.eclipse.emf.common.notify.Adapter createCompositeArchiveQualitySeriesAdapter()
Composite Archive Quality 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.
CompositeArchiveQualitySeries
public org.eclipse.emf.common.notify.Adapter createLegendControllerAdapter()
Legend Controller
'.
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.
LegendController
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.