public class VisualInterfaceAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX
method for each class of the model.
VisualInterfacePackage
Modifier and Type | Field and Description |
---|---|
protected static VisualInterfacePackage |
modelPackage
The cached model package.
|
protected VisualInterfaceSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods. |
Constructor and Description |
---|
VisualInterfaceAdapterFactory()
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 |
createArcAdapter()
Creates a new adapter for an object of class '
Arc '. |
org.eclipse.emf.common.notify.Adapter |
createBorderChildAdapter()
Creates a new adapter for an object of class '
Border Child '. |
org.eclipse.emf.common.notify.Adapter |
createBorderContainerAdapter()
Creates a new adapter for an object of class '
Border Container '. |
org.eclipse.emf.common.notify.Adapter |
createChildAdapter()
Creates a new adapter for an object of class '
Child '. |
org.eclipse.emf.common.notify.Adapter |
createConnectionAdapter()
Creates a new adapter for an object of class '
Connection '. |
org.eclipse.emf.common.notify.Adapter |
createContainerAdapter()
Creates a new adapter for an object of class '
Container '. |
org.eclipse.emf.common.notify.Adapter |
createCursorAdapter()
Creates a new adapter for an object of class '
Cursor '. |
org.eclipse.emf.common.notify.Adapter |
createDimensionAdapter()
Creates a new adapter for an object of class '
Dimension '. |
org.eclipse.emf.common.notify.Adapter |
createEllipseAdapter()
Creates a new adapter for an object of class '
Ellipse '. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createFigureAdapter()
Creates a new adapter for an object of class '
Figure '. |
org.eclipse.emf.common.notify.Adapter |
createFigureContainerAdapter()
Creates a new adapter for an object of class '
Figure Container '. |
org.eclipse.emf.common.notify.Adapter |
createGridChildAdapter()
Creates a new adapter for an object of class '
Grid Child '. |
org.eclipse.emf.common.notify.Adapter |
createGridContainerAdapter()
Creates a new adapter for an object of class '
Grid Container '. |
org.eclipse.emf.common.notify.Adapter |
createImageAdapter()
Creates a new adapter for an object of class '
Image '. |
org.eclipse.emf.common.notify.Adapter |
createLineAdapter()
Creates a new adapter for an object of class '
Line '. |
org.eclipse.emf.common.notify.Adapter |
createPolygonAdapter()
Creates a new adapter for an object of class '
Polygon '. |
org.eclipse.emf.common.notify.Adapter |
createPositionAdapter()
Creates a new adapter for an object of class '
Position '. |
org.eclipse.emf.common.notify.Adapter |
createPrimitiveAdapter()
Creates a new adapter for an object of class '
Primitive '. |
org.eclipse.emf.common.notify.Adapter |
createRectangleAdapter()
Creates a new adapter for an object of class '
Rectangle '. |
org.eclipse.emf.common.notify.Adapter |
createRoundedRectangleAdapter()
Creates a new adapter for an object of class '
Rounded Rectangle '. |
org.eclipse.emf.common.notify.Adapter |
createShapeAdapter()
Creates a new adapter for an object of class '
Shape '. |
org.eclipse.emf.common.notify.Adapter |
createStackContainerAdapter()
Creates a new adapter for an object of class '
Stack Container '. |
org.eclipse.emf.common.notify.Adapter |
createStringToStringMapAdapter()
Creates a new adapter for an object of class '
String To String Map '. |
org.eclipse.emf.common.notify.Adapter |
createSymbolAdapter()
Creates a new adapter for an object of class '
Symbol '. |
org.eclipse.emf.common.notify.Adapter |
createSymbolReferenceAdapter()
Creates a new adapter for an object of class '
Symbol Reference '. |
org.eclipse.emf.common.notify.Adapter |
createSystemCursorAdapter()
Creates a new adapter for an object of class '
System Cursor '. |
org.eclipse.emf.common.notify.Adapter |
createTextAdapter()
Creates a new adapter for an object of class '
Text '. |
org.eclipse.emf.common.notify.Adapter |
createXYChildAdapter()
Creates a new adapter for an object of class '
XY Child '. |
org.eclipse.emf.common.notify.Adapter |
createXYContainerAdapter()
Creates a new adapter for an object of class '
XY Container '. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
protected static VisualInterfacePackage modelPackage
protected VisualInterfaceSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX
methods.
public VisualInterfaceAdapterFactory()
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 createSymbolAdapter()
Symbol
'.
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.
Symbol
public org.eclipse.emf.common.notify.Adapter createPrimitiveAdapter()
Primitive
'.
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.
Primitive
public org.eclipse.emf.common.notify.Adapter createContainerAdapter()
Container
'.
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.
Container
public org.eclipse.emf.common.notify.Adapter createShapeAdapter()
Shape
'.
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.
Shape
public org.eclipse.emf.common.notify.Adapter createRectangleAdapter()
Rectangle
'.
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.
Rectangle
public org.eclipse.emf.common.notify.Adapter createTextAdapter()
Text
'.
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.
Text
public org.eclipse.emf.common.notify.Adapter createChildAdapter()
Child
'.
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.
Child
public org.eclipse.emf.common.notify.Adapter createXYChildAdapter()
XY Child
'.
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.
XYChild
public org.eclipse.emf.common.notify.Adapter createXYContainerAdapter()
XY Container
'.
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.
XYContainer
public org.eclipse.emf.common.notify.Adapter createPositionAdapter()
Position
'.
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.
Position
public org.eclipse.emf.common.notify.Adapter createLineAdapter()
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.
Line
public org.eclipse.emf.common.notify.Adapter createFigureAdapter()
Figure
'.
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.
Figure
public org.eclipse.emf.common.notify.Adapter createSymbolReferenceAdapter()
Symbol Reference
'.
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.
SymbolReference
public org.eclipse.emf.common.notify.Adapter createStringToStringMapAdapter()
String To String Map
'.
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 createDimensionAdapter()
Dimension
'.
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.
Dimension
public org.eclipse.emf.common.notify.Adapter createCursorAdapter()
Cursor
'.
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.
Cursor
public org.eclipse.emf.common.notify.Adapter createSystemCursorAdapter()
System Cursor
'.
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.
SystemCursor
public org.eclipse.emf.common.notify.Adapter createGridContainerAdapter()
Grid Container
'.
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.
GridContainer
public org.eclipse.emf.common.notify.Adapter createBorderContainerAdapter()
Border Container
'.
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.
BorderContainer
public org.eclipse.emf.common.notify.Adapter createBorderChildAdapter()
Border Child
'.
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.
BorderChild
public org.eclipse.emf.common.notify.Adapter createGridChildAdapter()
Grid Child
'.
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.
GridChild
public org.eclipse.emf.common.notify.Adapter createFigureContainerAdapter()
Figure Container
'.
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.
FigureContainer
public org.eclipse.emf.common.notify.Adapter createImageAdapter()
Image
'.
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.
Image
public org.eclipse.emf.common.notify.Adapter createEllipseAdapter()
Ellipse
'.
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.
Ellipse
public org.eclipse.emf.common.notify.Adapter createArcAdapter()
Arc
'.
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.
Arc
public org.eclipse.emf.common.notify.Adapter createConnectionAdapter()
Connection
'.
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.
Connection
public org.eclipse.emf.common.notify.Adapter createStackContainerAdapter()
Stack Container
'.
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.
StackContainer
public org.eclipse.emf.common.notify.Adapter createPolygonAdapter()
Polygon
'.
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.
Polygon
public org.eclipse.emf.common.notify.Adapter createRoundedRectangleAdapter()
Rounded Rectangle
'.
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.
RoundedRectangle
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.