|
UML Modeling Layer | |||||||||
| 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
com.ibm.xtools.umlnotation.util.UmlnotationAdapterFactory
public class UmlnotationAdapterFactory
The Adapter Factory for the model.
It provides an adapter createXXX method for each class of the model.
UmlnotationPackage| Field Summary | |
|---|---|
protected static UmlnotationPackage |
modelPackage
The cached model package |
protected UmlnotationSwitch |
modelSwitch
The switch that delegates to the createXXX methods |
| Constructor Summary | |
|---|---|
UmlnotationAdapterFactory()
Creates an instance of the adapter factory |
|
| Method Summary | |
|---|---|
Adapter |
createAdapter(Notifier target)
Creates an adapter for the target |
Adapter |
createCanonicalStyleAdapter()
Creates a new adapter for an object of class ' Canonical Style' |
Adapter |
createDescriptionStyleAdapter()
Creates a new adapter for an object of class ' Description Style' |
Adapter |
createDiagramStyleAdapter()
Creates a new adapter for an object of class ' Diagram Style' |
Adapter |
createDrawerStyleAdapter()
Creates a new adapter for an object of class ' Drawer Style' |
Adapter |
createEObjectAdapter()
Creates a new adapter for the default case |
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 |
createGuideStyleAdapter()
Creates a new adapter for an object of class ' Guide Style' |
Adapter |
createLineStyleAdapter()
Creates a new adapter for an object of class ' Line Style' |
Adapter |
createPageStyleAdapter()
Creates a new adapter for an object of class ' Page Style' |
Adapter |
createRoutingStyleAdapter()
Creates a new adapter for an object of class ' Routing Style' |
Adapter |
createSortingStyleAdapter()
Creates a new adapter for an object of class ' Sorting 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 |
createUMLClassifierStyleAdapter()
Creates a new adapter for an object of class ' UML Classifier Style' |
Adapter |
createUMLComponentStyleAdapter()
Creates a new adapter for an object of class ' UML Component Style' |
Adapter |
createUMLConnectorStyleAdapter()
Creates a new adapter for an object of class ' UML Connector Style' |
Adapter |
createUMLDiagramStyleAdapter()
Creates a new adapter for an object of class ' UML Diagram Style' |
Adapter |
createUMLFrameStyleAdapter()
Creates a new adapter for an object of class ' UML Frame Style' |
Adapter |
createUMLListCompartmentStyleAdapter()
Creates a new adapter for an object of class ' UML List Compartment Style' |
Adapter |
createUMLListStyleAdapter()
Creates a new adapter for an object of class ' UML List Style' |
Adapter |
createUMLNameStyleAdapter()
Creates a new adapter for an object of class ' UML Name Style' |
Adapter |
createUMLParentStyleAdapter()
Creates a new adapter for an object of class ' UML Parent Style' |
Adapter |
createUMLShapeCompartmentStyleAdapter()
Creates a new adapter for an object of class ' UML Shape Compartment Style' |
Adapter |
createUMLShapeStyleAdapter()
Creates a new adapter for an object of class ' UML Shape Style' |
Adapter |
createUMLStereotypeStyleAdapter()
Creates a new adapter for an object of class ' UML Stereotype Style' |
boolean |
isFactoryForType(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 UmlnotationPackage modelPackage
protected UmlnotationSwitch modelSwitch
createXXX methods.
| Constructor Detail |
|---|
public UmlnotationAdapterFactory()
| Method Detail |
|---|
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 AdapterFactoryisFactoryForType in class AdapterFactoryImplpublic Adapter createAdapter(Notifier target)
target.
createAdapter in class AdapterFactoryImpltarget - the object to adapt.
target.public Adapter createUMLNameStyleAdapter()
UML Name 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.
UMLNameStylepublic Adapter createUMLStereotypeStyleAdapter()
UML Stereotype 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.
UMLStereotypeStylepublic Adapter createUMLParentStyleAdapter()
UML Parent 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.
UMLParentStylepublic Adapter createUMLShapeStyleAdapter()
UML 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.
UMLShapeStylepublic Adapter createUMLClassifierStyleAdapter()
UML Classifier 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.
UMLClassifierStylepublic Adapter createUMLListStyleAdapter()
UML List 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.
UMLListStylepublic Adapter createUMLComponentStyleAdapter()
UML Component 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.
UMLComponentStylepublic Adapter createUMLDiagramStyleAdapter()
UML 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.
UMLDiagramStylepublic Adapter createUMLFrameStyleAdapter()
UML Frame 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.
UMLFrameStylepublic Adapter createUMLConnectorStyleAdapter()
UML 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.
UMLConnectorStylepublic Adapter createUMLListCompartmentStyleAdapter()
UML List Compartment 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.
UMLListCompartmentStylepublic Adapter createUMLShapeCompartmentStyleAdapter()
UML Shape Compartment 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.
UMLShapeCompartmentStylepublic 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.
Stylepublic 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.
FontStylepublic 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.
FillStylepublic 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.
LineStylepublic 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.
PageStylepublic 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.
GuideStylepublic 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.
DescriptionStylepublic 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.
DiagramStylepublic 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.
CanonicalStylepublic 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.
RoutingStylepublic 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.
FilteringStylepublic 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.
SortingStylepublic 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.
DrawerStylepublic 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.
TitleStylepublic Adapter createEObjectAdapter()
|
UML Modeling Layer | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||