Modifier and Type | Method and Description |
---|---|
void |
IDiagramService.registerCustomizedTool(String id,
Class<? extends IElement> metaclass,
IStereotype stereotype,
String dep,
IAttachedBoxCommand handler)
Register a new palette 'attached box' Tool.
|
void |
IDiagramService.registerCustomizedTool(String id,
Class<? extends IElement> metaclass,
IStereotype stereotype,
String dep,
IBoxCommand handler)
Register a new palette 'box' Tool.
|
void |
IDiagramService.registerCustomizedTool(String id,
Class<? extends IElement> metaclass,
IStereotype stereotype,
String dep,
ILinkCommand handler)
Register a new palette 'link' Tool.
|
void |
IDiagramService.registerCustomizedTool(String id,
Class<? extends IElement> metaclass,
IStereotype stereotype,
String dep,
IMultiLinkCommand handler)
Register a new palette 'multi link' Tool.
|
void |
IDiagramService.registerDiagramCustomization(IStereotype stereotype,
Class<? extends IAbstractDiagram> baseDiagramClass,
IDiagramCustomizer customizer)
Register a customizer for a stereotyped diagram.
|
void |
IDiagramService.unregisterDiagramCustomization(IStereotype stereotype,
Class<? extends IAbstractDiagram> baseDiagramClass,
IDiagramCustomizer customizer)
Unregister a customizer for a stereotyped diagram.
|
Modifier and Type | Field and Description |
---|---|
protected Set<IStereotype> |
DefaultModelComponentContent.dependencyStereotypes |
Modifier and Type | Method and Description |
---|---|
Set<IStereotype> |
IModelComponentContent.getDependencyStereotypes()
Return the set of dependency stereotypes that must be added to a model component.
|
Set<IStereotype> |
DefaultModelComponentContent.getDependencyStereotypes()
Return the set of dependency stereotypes that must be added to a model component.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultModelComponentContent.addDependencyStereotype(IStereotype stereotype)
Return the set of dependency stereotypes that must be added to a model component.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.graphics.Image |
IMdac.getImage(IStereotype stereotype,
IMdac.ImageType type)
Get the image provided by the module for a given stereotype.
|
org.eclipse.swt.graphics.Image |
AbstractJavaMdac.getImage(IStereotype stereotype,
IMdac.ImageType type)
Get the image provided by the module for a given stereotype.
|
org.eclipse.jface.resource.ImageDescriptor |
IMdac.getImageDescriptor(IStereotype stereotype,
IMdac.ImageType imageType)
Get the image descriptor provided by the module for a given stereotype.
|
org.eclipse.jface.resource.ImageDescriptor |
AbstractJavaMdac.getImageDescriptor(IStereotype stereotype,
IMdac.ImageType imageType)
Get the image descriptor provided by the module for a given stereotype.
|
Modifier and Type | Method and Description |
---|---|
void |
IMdacAction.addAllowedStereotype(IStereotype stereotype) |
void |
DefaultMdacAction.addAllowedStereotype(IStereotype stereotype) |
Modifier and Type | Method and Description |
---|---|
IStereotype |
IMetamodelExtensions.getStereotype(Class<? extends IElement> metaclass,
String name)
Used to access a specific stereotype.
|
Modifier and Type | Method and Description |
---|---|
ObList<IStereotype> |
IMetamodelExtensions.getStereotypes(Class<? extends IElement> metaclass)
Returns all the stereotypes brought by deployed modules.
|
Modifier and Type | Method and Description |
---|---|
String |
IMetamodelExtensions.getModule(IStereotype stereotype)
Return the name of the module that owns a stereotype.
|
Modifier and Type | Method and Description |
---|---|
IStereotype |
IProject.getStereotype(Class<?> metaclass,
String name) |
Modifier and Type | Method and Description |
---|---|
ObList<IStereotype> |
IProject.getStereotypes(Class<?> metaclass) |
Modifier and Type | Method and Description |
---|---|
<T extends IStereotype> |
IStereotype.getChild(Class<T> filteredClass)
Get the list of ObStereotype to the Child association.
|
<T extends IStereotype> |
IProfile.getDefinedStereotype(Class<T> filteredClass)
Get the list of ObStereotype to the DefinedStereotype association.
|
<T extends IStereotype> |
IModelElement.getExtension(Class<T> filteredClass)
Get the list of ObStereotype to the Extension association.
|
Modifier and Type | Method and Description |
---|---|
IStereotype |
ITagType.getOwnerStereotype()
Get the OwnerStereotype association.
|
IStereotype |
INoteType.getOwnerStereotype()
Get the OwnerStereotype association.
|
IStereotype |
IExternDocumentType.getOwnerStereotype()
Get the OwnerStereotype association.
|
IStereotype |
IStereotype.getParent()
Get the Parent association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IStereotype> |
IStereotype.getChild()
Get the list of ObStereotype to the Child association.
|
ObList<IStereotype> |
IProfile.getDefinedStereotype()
Get the list of ObStereotype to the DefinedStereotype association.
|
ObList<IStereotype> |
IModelElement.getExtension()
Get the list of ObStereotype to the Extension association.
|
Modifier and Type | Method and Description |
---|---|
void |
IStereotype.addChild(IStereotype element)
Add a ObStereotype to the 'Child' association.
|
void |
IProfile.addDefinedStereotype(IStereotype element)
Add a ObStereotype to the 'DefinedStereotype' association.
|
void |
IModelElement.addExtension(IStereotype element)
Add a ObStereotype to the 'Extension' association.
|
void |
IStereotype.removeChild(IStereotype element)
Remove an ObStereotype from the 'Child' association.
|
void |
IProfile.removeDefinedStereotype(IStereotype element)
Remove an ObStereotype from the 'DefinedStereotype' association.
|
void |
IModelElement.removeExtension(IStereotype element)
Remove an ObStereotype from the 'Extension' association.
|
void |
ITagType.setOwnerStereotype(IStereotype element)
Setter for the 'OwnerStereotype' [0..1] association.
|
void |
INoteType.setOwnerStereotype(IStereotype element)
Setter for the 'OwnerStereotype' [0..1] association.
|
void |
IExternDocumentType.setOwnerStereotype(IStereotype element)
Setter for the 'OwnerStereotype' [0..1] association.
|
void |
IStereotype.setParent(IStereotype element)
Setter for the 'Parent' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IStereotype.cardChild(Class<? extends IStereotype> filteredClass)
Returns the number elements in the Child association filtered with the given metaclass.
|
int |
IProfile.cardDefinedStereotype(Class<? extends IStereotype> filteredClass)
Returns the number elements in the DefinedStereotype association filtered with the given metaclass.
|
int |
IModelElement.cardExtension(Class<? extends IStereotype> filteredClass)
Returns the number elements in the Extension association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitStereotype(IStereotype theStereotype) |
Object |
DefaultMetamodelVisitor.visitStereotype(IStereotype theStereotype) |
Object |
AbstractMetamodelVisitor.visitStereotype(IStereotype theStereotype) |