|
Runtime | |||||||||
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.gmf.runtime.notation.util.NotationAdapterFactory
public class NotationAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX
method for each class of the model.
NotationPackage
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 |
---|
protected static NotationPackage modelPackage
protected NotationSwitch modelSwitch
createXXX
methods.
Constructor Detail |
---|
public NotationAdapterFactory()
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 AdapterFactory
isFactoryForType
in class AdapterFactoryImpl
public Adapter createAdapter(Notifier target)
target
.
createAdapter
in class AdapterFactoryImpl
target
- the object to adapt.
target
.public Adapter createEdgeAdapter()
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.
Edge
public Adapter createNodeAdapter()
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.
Node
public Adapter createStyleAdapter()
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.
Style
public Adapter createFillStyleAdapter()
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.
FillStyle
public Adapter createLineStyleAdapter()
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.
LineStyle
public Adapter createFontStyleAdapter()
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.
FontStyle
public Adapter createTitleStyleAdapter()
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.
TitleStyle
public Adapter createSortingStyleAdapter()
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.
SortingStyle
public Adapter createDescriptionStyleAdapter()
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.
DescriptionStyle
public Adapter createLayoutConstraintAdapter()
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.
LayoutConstraint
public Adapter createSizeAdapter()
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.
Size
public Adapter createLocationAdapter()
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.
Location
public Adapter createBoundsAdapter()
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.
Bounds
public Adapter createRatioAdapter()
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.
Ratio
public Adapter createAnchorAdapter()
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.
Anchor
public Adapter createBendpointsAdapter()
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.
Bendpoints
public Adapter createIdentityAnchorAdapter()
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.
IdentityAnchor
public Adapter createRoutingStyleAdapter()
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.
RoutingStyle
public Adapter createViewAdapter()
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.
View
public Adapter createRelativeBendpointsAdapter()
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.
RelativeBendpoints
public Adapter createCanonicalStyleAdapter()
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.
CanonicalStyle
public Adapter createShapeStyleAdapter()
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.
ShapeStyle
public Adapter createConnectorStyleAdapter()
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.
ConnectorStyle
public Adapter createDiagramAdapter()
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.
Diagram
public 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 Adapter createPageStyleAdapter()
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.
PageStyle
public Adapter createDrawerStyleAdapter()
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.
DrawerStyle
public Adapter createGuideStyleAdapter()
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.
GuideStyle
public Adapter createGuideAdapter()
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.
Guide
public Adapter createNodeEntryAdapter()
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.
Map.Entry
public Adapter createFilteringStyleAdapter()
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.
FilteringStyle
public Adapter createDiagramStyleAdapter()
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.
DiagramStyle
public Adapter createImageStyleAdapter()
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.
ImageStyle
public Adapter createImageBufferStyleAdapter()
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.
ImageBufferStyle
public Adapter createPropertiesSetStyleAdapter()
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.
PropertiesSetStyle
public Adapter createStringToPropertyValueMapEntryAdapter()
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.
Map.Entry
public Adapter createPropertyValueAdapter()
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.
PropertyValue
public Adapter createSingleValueStyleAdapter()
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.
SingleValueStyle
public Adapter createListValueStyleAdapter()
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.
ListValueStyle
public Adapter createNamedStyleAdapter()
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.
NamedStyle
public Adapter createStringObjectConverterAdapter()
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.
StringObjectConverter
public Adapter createDataTypeStyleAdapter()
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.
DataTypeStyle
public Adapter createIntValueStyleAdapter()
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.
IntValueStyle
public Adapter createIntListValueStyleAdapter()
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.
IntListValueStyle
public Adapter createBooleanValueStyleAdapter()
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.
BooleanValueStyle
public Adapter createDoubleValueStyleAdapter()
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.
DoubleValueStyle
public Adapter createDoubleListValueStyleAdapter()
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.
DoubleListValueStyle
public Adapter createStringValueStyleAdapter()
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.
StringValueStyle
public Adapter createStringListValueStyleAdapter()
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.
StringListValueStyle
public Adapter createEObjectValueStyleAdapter()
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.
EObjectValueStyle
public Adapter createEObjectListValueStyleAdapter()
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.
EObjectListValueStyle
public Adapter createByteArrayValueStyleAdapter()
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.
ByteArrayValueStyle
public Adapter createBooleanListValueStyleAdapter()
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.
BooleanListValueStyle
public Adapter createHintedDiagramLinkStyleAdapter()
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.
HintedDiagramLinkStyle
public Adapter createDiagramLinkStyleAdapter()
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.
DiagramLinkStyle
public Adapter createMultiDiagramLinkStyleAdapter()
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.
MultiDiagramLinkStyle
public Adapter createEModelElementAdapter()
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.
EModelElement
public Adapter createEObjectAdapter()
|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.