Runtime

org.eclipse.gmf.runtime.notation.util
Class NotationAdapterFactory

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
      extended by org.eclipse.gmf.runtime.notation.util.NotationAdapterFactory
All Implemented Interfaces:
AdapterFactory

public class NotationAdapterFactory
extends AdapterFactoryImpl

The Adapter Factory for the model. It provides an adapter createXXX method for each class of the model.

See Also:
NotationPackage
** Generated **

Field Summary
protected static NotationPackage modelPackage
          The cached model package
protected  NotationSwitch modelSwitch
          The switch the delegates to the createXXX methods
 
Constructor Summary
NotationAdapterFactory()
          Creates an instance of the adapter factory
 
Method Summary
 Adapter createAdapter(Notifier target)
          Creates an adapter for the target
 Adapter createAnchorAdapter()
          Creates a new adapter for an object of class 'Anchor'
 Adapter createBendpointsAdapter()
          Creates a new adapter for an object of class 'Bendpoints'
 Adapter createBooleanListValueStyleAdapter()
          Creates a new adapter for an object of class 'Boolean List Value Style'
 Adapter createBooleanValueStyleAdapter()
          Creates a new adapter for an object of class 'Boolean Value Style'
 Adapter createBoundsAdapter()
          Creates a new adapter for an object of class 'Bounds'
 Adapter createByteArrayValueStyleAdapter()
          Creates a new adapter for an object of class 'Byte Array Value Style'
 Adapter createCanonicalStyleAdapter()
          Creates a new adapter for an object of class 'Canonical Style'
 Adapter createConnectorStyleAdapter()
          Creates a new adapter for an object of class 'Connector Style'
 Adapter createDataTypeStyleAdapter()
          Creates a new adapter for an object of class 'Data Type Style'
 Adapter createDescriptionStyleAdapter()
          Creates a new adapter for an object of class 'Description Style'
 Adapter createDiagramAdapter()
          Creates a new adapter for an object of class 'Diagram'
 Adapter createDiagramLinkStyleAdapter()
          Creates a new adapter for an object of class 'Diagram Link Style'
 Adapter createDiagramStyleAdapter()
          Creates a new adapter for an object of class 'Diagram Style'
 Adapter createDoubleListValueStyleAdapter()
          Creates a new adapter for an object of class 'Double List Value Style'
 Adapter createDoubleValueStyleAdapter()
          Creates a new adapter for an object of class 'Double Value Style'
 Adapter createDrawerStyleAdapter()
          Creates a new adapter for an object of class 'Drawer Style'
 Adapter createEdgeAdapter()
          Creates a new adapter for an object of class 'Edge'
 Adapter createEModelElementAdapter()
          Creates a new adapter for an object of class 'EModel Element'
 Adapter createEObjectAdapter()
          Creates a new adapter for the default case
 Adapter createEObjectListValueStyleAdapter()
          Creates a new adapter for an object of class 'EObject List Value Style'
 Adapter createEObjectValueStyleAdapter()
          Creates a new adapter for an object of class 'EObject Value Style'
 Adapter createFillStyleAdapter()
          Creates a new adapter for an object of class 'Fill Style'
 Adapter createFilteringStyleAdapter()
          Creates a new adapter for an object of class 'Filtering Style'
 Adapter createFontStyleAdapter()
          Creates a new adapter for an object of class 'Font Style'
 Adapter createGuideAdapter()
          Creates a new adapter for an object of class 'Guide'
 Adapter createGuideStyleAdapter()
          Creates a new adapter for an object of class 'Guide Style'
 Adapter createHintedDiagramLinkStyleAdapter()
          Creates a new adapter for an object of class 'Hinted Diagram Link Style'
 Adapter createIdentityAnchorAdapter()
          Creates a new adapter for an object of class 'Identity Anchor'
 Adapter createImageAdapter()
          Creates a new adapter for an object of class 'Image'
 Adapter createImageBufferStyleAdapter()
          Creates a new adapter for an object of class 'Image Buffer Style'
 Adapter createImageStyleAdapter()
          Creates a new adapter for an object of class 'Image Style'
 Adapter createIntListValueStyleAdapter()
          Creates a new adapter for an object of class 'Int List Value Style'
 Adapter createIntValueStyleAdapter()
          Creates a new adapter for an object of class 'Int Value Style'
 Adapter createLayoutConstraintAdapter()
          Creates a new adapter for an object of class 'Layout Constraint'
 Adapter createLineStyleAdapter()
          Creates a new adapter for an object of class 'Line Style'
 Adapter createListValueStyleAdapter()
          Creates a new adapter for an object of class 'List Value Style'
 Adapter createLocationAdapter()
          Creates a new adapter for an object of class 'Location'
 Adapter createMultiDiagramLinkStyleAdapter()
          Creates a new adapter for an object of class 'Multi Diagram Link Style'
 Adapter createNamedStyleAdapter()
          Creates a new adapter for an object of class 'Named Style'
 Adapter createNodeAdapter()
          Creates a new adapter for an object of class 'Node'
 Adapter createNodeEntryAdapter()
          Creates a new adapter for an object of class 'Node Entry'
 Adapter createPageStyleAdapter()
          Creates a new adapter for an object of class 'Page Style'
 Adapter createPropertiesSetStyleAdapter()
          Creates a new adapter for an object of class 'Properties Set Style'
 Adapter createPropertyValueAdapter()
          Creates a new adapter for an object of class 'Property Value'
 Adapter createRatioAdapter()
          Creates a new adapter for an object of class 'Ratio'
 Adapter createRelativeBendpointsAdapter()
          Creates a new adapter for an object of class 'Relative Bendpoints'
 Adapter createRoutingStyleAdapter()
          Creates a new adapter for an object of class 'Routing Style'
 Adapter createShapeStyleAdapter()
          Creates a new adapter for an object of class 'Shape Style'
 Adapter createSingleValueStyleAdapter()
          Creates a new adapter for an object of class 'Single Value Style'
 Adapter createSizeAdapter()
          Creates a new adapter for an object of class 'Size'
 Adapter createSortingStyleAdapter()
          Creates a new adapter for an object of class 'Sorting Style'
 Adapter createStringListValueStyleAdapter()
          Creates a new adapter for an object of class 'String List Value Style'
 Adapter createStringObjectConverterAdapter()
          Creates a new adapter for an object of class 'String Object Converter'
 Adapter createStringToPropertyValueMapEntryAdapter()
          Creates a new adapter for an object of class 'String To Property Value Map Entry'
 Adapter createStringValueStyleAdapter()
          Creates a new adapter for an object of class 'String Value Style'
 Adapter createStyleAdapter()
          Creates a new adapter for an object of class 'Style'
 Adapter createTitleStyleAdapter()
          Creates a new adapter for an object of class 'Title Style'
 Adapter createViewAdapter()
          Creates a new adapter for an object of class 'View'
 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, associate, createAdapter, resolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

modelPackage

protected static NotationPackage modelPackage
The cached model package.

** Generated **

modelSwitch

protected NotationSwitch modelSwitch
The switch the delegates to the createXXX methods.

** Generated **
Constructor Detail

NotationAdapterFactory

public NotationAdapterFactory()
Creates an instance of the adapter factory.

** Generated **
Method Detail

isFactoryForType

public boolean isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object. This implementation returns true if the object is either the model's package or is an instance object of the model.

Specified by:
isFactoryForType in interface AdapterFactory
Overrides:
isFactoryForType in class AdapterFactoryImpl
Returns:
whether this factory is applicable for the type of the object.
** Generated **

createAdapter

public Adapter createAdapter(Notifier target)
Creates an adapter for the target.

Overrides:
createAdapter in class AdapterFactoryImpl
Parameters:
target - the object to adapt.
Returns:
the adapter for the target.
** Generated **

createEdgeAdapter

public Adapter createEdgeAdapter()
Creates a new adapter for an object of class 'Edge'. 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.

Returns:
the new adapter.
See Also:
Edge
** Generated **

createNodeAdapter

public Adapter createNodeAdapter()
Creates a new adapter for an object of class 'Node'. 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.

Returns:
the new adapter.
See Also:
Node
** Generated **

createStyleAdapter

public Adapter createStyleAdapter()
Creates a new adapter for an object of class 'Style'. 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.

Returns:
the new adapter.
See Also:
Style
** Generated **

createFillStyleAdapter

public Adapter createFillStyleAdapter()
Creates a new adapter for an object of class 'Fill Style'. 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.

Returns:
the new adapter.
See Also:
FillStyle
** Generated **

createLineStyleAdapter

public Adapter createLineStyleAdapter()
Creates a new adapter for an object of class 'Line Style'. 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.

Returns:
the new adapter.
See Also:
LineStyle
** Generated **

createFontStyleAdapter

public Adapter createFontStyleAdapter()
Creates a new adapter for an object of class 'Font Style'. 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.

Returns:
the new adapter.
See Also:
FontStyle
** Generated **

createTitleStyleAdapter

public Adapter createTitleStyleAdapter()
Creates a new adapter for an object of class 'Title Style'. 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.

Returns:
the new adapter.
See Also:
TitleStyle
** Generated **

createSortingStyleAdapter

public Adapter createSortingStyleAdapter()
Creates a new adapter for an object of class 'Sorting Style'. 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.

Returns:
the new adapter.
See Also:
SortingStyle
** Generated **

createDescriptionStyleAdapter

public Adapter createDescriptionStyleAdapter()
Creates a new adapter for an object of class 'Description Style'. 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.

Returns:
the new adapter.
See Also:
DescriptionStyle
** Generated **

createLayoutConstraintAdapter

public Adapter createLayoutConstraintAdapter()
Creates a new adapter for an object of class 'Layout Constraint'. 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.

Returns:
the new adapter.
See Also:
LayoutConstraint
** Generated **

createSizeAdapter

public Adapter createSizeAdapter()
Creates a new adapter for an object of class 'Size'. 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.

Returns:
the new adapter.
See Also:
Size
** Generated **

createLocationAdapter

public Adapter createLocationAdapter()
Creates a new adapter for an object of class 'Location'. 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.

Returns:
the new adapter.
See Also:
Location
** Generated **

createBoundsAdapter

public Adapter createBoundsAdapter()
Creates a new adapter for an object of class 'Bounds'. 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.

Returns:
the new adapter.
See Also:
Bounds
** Generated **

createRatioAdapter

public Adapter createRatioAdapter()
Creates a new adapter for an object of class 'Ratio'. 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.

Returns:
the new adapter.
See Also:
Ratio
** Generated **

createAnchorAdapter

public Adapter createAnchorAdapter()
Creates a new adapter for an object of class 'Anchor'. 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.

Returns:
the new adapter.
See Also:
Anchor
** Generated **

createBendpointsAdapter

public Adapter createBendpointsAdapter()
Creates a new adapter for an object of class 'Bendpoints'. 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.

Returns:
the new adapter.
See Also:
Bendpoints
** Generated **

createIdentityAnchorAdapter

public Adapter createIdentityAnchorAdapter()
Creates a new adapter for an object of class 'Identity Anchor'. 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.

Returns:
the new adapter.
See Also:
IdentityAnchor
** Generated **

createRoutingStyleAdapter

public Adapter createRoutingStyleAdapter()
Creates a new adapter for an object of class 'Routing Style'. 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.

Returns:
the new adapter.
See Also:
RoutingStyle
** Generated **

createViewAdapter

public Adapter createViewAdapter()
Creates a new adapter for an object of class 'View'. 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.

Returns:
the new adapter.
See Also:
View
** Generated **

createRelativeBendpointsAdapter

public Adapter createRelativeBendpointsAdapter()
Creates a new adapter for an object of class 'Relative Bendpoints'. 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.

Returns:
the new adapter.
See Also:
RelativeBendpoints
** Generated **

createCanonicalStyleAdapter

public Adapter createCanonicalStyleAdapter()
Creates a new adapter for an object of class 'Canonical Style'. 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.

Returns:
the new adapter.
See Also:
CanonicalStyle
** Generated **

createShapeStyleAdapter

public Adapter createShapeStyleAdapter()
Creates a new adapter for an object of class 'Shape Style'. 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.

Returns:
the new adapter.
See Also:
ShapeStyle
** Generated **

createConnectorStyleAdapter

public Adapter createConnectorStyleAdapter()
Creates a new adapter for an object of class 'Connector Style'. 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.

Returns:
the new adapter.
See Also:
ConnectorStyle
** Generated **

createDiagramAdapter

public Adapter createDiagramAdapter()
Creates a new adapter for an object of class 'Diagram'. 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.

Returns:
the new adapter.
See Also:
Diagram
** Generated **

createImageAdapter

public Adapter createImageAdapter()
Creates a new adapter for an object of class '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.

Returns:
the new adapter.
See Also:
Image
** Generated **

createPageStyleAdapter

public Adapter createPageStyleAdapter()
Creates a new adapter for an object of class 'Page Style'. 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.

Returns:
the new adapter.
See Also:
PageStyle
** Generated **

createDrawerStyleAdapter

public Adapter createDrawerStyleAdapter()
Creates a new adapter for an object of class 'Drawer Style'. 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.

Returns:
the new adapter.
See Also:
DrawerStyle
** Generated **

createGuideStyleAdapter

public Adapter createGuideStyleAdapter()
Creates a new adapter for an object of class 'Guide Style'. 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.

Returns:
the new adapter.
See Also:
GuideStyle
** Generated **

createGuideAdapter

public Adapter createGuideAdapter()
Creates a new adapter for an object of class 'Guide'. 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.

Returns:
the new adapter.
See Also:
Guide
** Generated **

createNodeEntryAdapter

public Adapter createNodeEntryAdapter()
Creates a new adapter for an object of class 'Node Entry'. 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.

Returns:
the new adapter.
See Also:
Map.Entry
** Generated **

createFilteringStyleAdapter

public Adapter createFilteringStyleAdapter()
Creates a new adapter for an object of class 'Filtering Style'. 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.

Returns:
the new adapter.
See Also:
FilteringStyle
** Generated **

createDiagramStyleAdapter

public Adapter createDiagramStyleAdapter()
Creates a new adapter for an object of class 'Diagram Style'. 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.

Returns:
the new adapter.
See Also:
DiagramStyle
** Generated **

createImageStyleAdapter

public Adapter createImageStyleAdapter()
Creates a new adapter for an object of class 'Image Style'. 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.

Returns:
the new adapter.
See Also:
ImageStyle
** Generated **

createImageBufferStyleAdapter

public Adapter createImageBufferStyleAdapter()
Creates a new adapter for an object of class 'Image Buffer Style'. 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.

Returns:
the new adapter.
See Also:
ImageBufferStyle
** Generated **

createPropertiesSetStyleAdapter

public Adapter createPropertiesSetStyleAdapter()
Creates a new adapter for an object of class 'Properties Set Style'. 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.

Returns:
the new adapter.
See Also:
PropertiesSetStyle
** Generated **

createStringToPropertyValueMapEntryAdapter

public Adapter createStringToPropertyValueMapEntryAdapter()
Creates a new adapter for an object of class 'String To Property Value Map Entry'. 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.

Returns:
the new adapter.
See Also:
Map.Entry
** Generated **

createPropertyValueAdapter

public Adapter createPropertyValueAdapter()
Creates a new adapter for an object of class 'Property Value'. 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.

Returns:
the new adapter.
See Also:
PropertyValue
** Generated **

createSingleValueStyleAdapter

public Adapter createSingleValueStyleAdapter()
Creates a new adapter for an object of class 'Single Value Style'. 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.

Returns:
the new adapter.
See Also:
SingleValueStyle
** Generated **

createListValueStyleAdapter

public Adapter createListValueStyleAdapter()
Creates a new adapter for an object of class 'List Value Style'. 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.

Returns:
the new adapter.
See Also:
ListValueStyle
** Generated **

createNamedStyleAdapter

public Adapter createNamedStyleAdapter()
Creates a new adapter for an object of class 'Named Style'. 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.

Returns:
the new adapter.
See Also:
NamedStyle
** Generated **

createStringObjectConverterAdapter

public Adapter createStringObjectConverterAdapter()
Creates a new adapter for an object of class 'String Object Converter'. 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.

Returns:
the new adapter.
See Also:
StringObjectConverter
** Generated **

createDataTypeStyleAdapter

public Adapter createDataTypeStyleAdapter()
Creates a new adapter for an object of class 'Data Type Style'. 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.

Returns:
the new adapter.
See Also:
DataTypeStyle
** Generated **

createIntValueStyleAdapter

public Adapter createIntValueStyleAdapter()
Creates a new adapter for an object of class 'Int Value Style'. 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.

Returns:
the new adapter.
See Also:
IntValueStyle
** Generated **

createIntListValueStyleAdapter

public Adapter createIntListValueStyleAdapter()
Creates a new adapter for an object of class 'Int List Value Style'. 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.

Returns:
the new adapter.
See Also:
IntListValueStyle
** Generated **

createBooleanValueStyleAdapter

public Adapter createBooleanValueStyleAdapter()
Creates a new adapter for an object of class 'Boolean Value Style'. 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.

Returns:
the new adapter.
See Also:
BooleanValueStyle
** Generated **

createDoubleValueStyleAdapter

public Adapter createDoubleValueStyleAdapter()
Creates a new adapter for an object of class 'Double Value Style'. 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.

Returns:
the new adapter.
See Also:
DoubleValueStyle
** Generated **

createDoubleListValueStyleAdapter

public Adapter createDoubleListValueStyleAdapter()
Creates a new adapter for an object of class 'Double List Value Style'. 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.

Returns:
the new adapter.
See Also:
DoubleListValueStyle
** Generated **

createStringValueStyleAdapter

public Adapter createStringValueStyleAdapter()
Creates a new adapter for an object of class 'String Value Style'. 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.

Returns:
the new adapter.
See Also:
StringValueStyle
** Generated **

createStringListValueStyleAdapter

public Adapter createStringListValueStyleAdapter()
Creates a new adapter for an object of class 'String List Value Style'. 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.

Returns:
the new adapter.
See Also:
StringListValueStyle
** Generated **

createEObjectValueStyleAdapter

public Adapter createEObjectValueStyleAdapter()
Creates a new adapter for an object of class 'EObject Value Style'. 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.

Returns:
the new adapter.
See Also:
EObjectValueStyle
** Generated **

createEObjectListValueStyleAdapter

public Adapter createEObjectListValueStyleAdapter()
Creates a new adapter for an object of class 'EObject List Value Style'. 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.

Returns:
the new adapter.
See Also:
EObjectListValueStyle
** Generated **

createByteArrayValueStyleAdapter

public Adapter createByteArrayValueStyleAdapter()
Creates a new adapter for an object of class 'Byte Array Value Style'. 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.

Returns:
the new adapter.
See Also:
ByteArrayValueStyle
** Generated **

createBooleanListValueStyleAdapter

public Adapter createBooleanListValueStyleAdapter()
Creates a new adapter for an object of class 'Boolean List Value Style'. 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.

Returns:
the new adapter.
See Also:
BooleanListValueStyle
** Generated **

createHintedDiagramLinkStyleAdapter

public Adapter createHintedDiagramLinkStyleAdapter()
Creates a new adapter for an object of class 'Hinted Diagram Link Style'. 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.

Returns:
the new adapter.
See Also:
HintedDiagramLinkStyle
** Generated **

createDiagramLinkStyleAdapter

public Adapter createDiagramLinkStyleAdapter()
Creates a new adapter for an object of class 'Diagram Link Style'. 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.

Returns:
the new adapter.
See Also:
DiagramLinkStyle
** Generated **

createMultiDiagramLinkStyleAdapter

public Adapter createMultiDiagramLinkStyleAdapter()
Creates a new adapter for an object of class 'Multi Diagram Link Style'. 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.

Returns:
the new adapter.
See Also:
MultiDiagramLinkStyle
** Generated **

createEModelElementAdapter

public Adapter createEModelElementAdapter()
Creates a new adapter for an object of class 'EModel 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.

Returns:
the new adapter.
See Also:
EModelElement
** Generated **

createEObjectAdapter

public Adapter createEObjectAdapter()
Creates a new adapter for the default case. This default implementation returns null.

Returns:
the new adapter.
** Generated **

Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.