Modifier and Type | Method and Description |
---|---|
void |
INavigationService.fireNavigate(IElement target)
Fire all navigation listeners.
|
void |
INavigationListener.navigateTo(IElement target)
Implementation should display and select the element in its view.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IPickingClient.acceptElement(IElement target)
Returns whether the field accepts the element as a value.
|
boolean |
IPickingService.hoverElement(IElement target)
Ask the picking client whether it accepts the given element.
|
void |
IPickingService.selectElement(IElement target)
Tell the picking client to pick the given element.
|
boolean |
IPickingClient.setElement(IElement target)
Set the field value to the given element and end the picking session
if the given element is valid.
|
Modifier and Type | Method and Description |
---|---|
void |
IAuditService.audit(IElement element)
Post 'element' in the audit check queue.
|
boolean |
IAuditService.check(IElement element)
Launch the core checker on 'element'.
|
Modifier and Type | Method and Description |
---|---|
IElement |
IDiagramNode.getElement() |
IElement |
IDiagramLink.getElement() |
IElement |
IDiagramGraphic.getElement()
Get the element this
IDiagramGraphic is related to. |
Modifier and Type | Method and Description |
---|---|
List<IDiagramGraphic> |
IDiagramHandle.getDiagramGraphics(IElement element)
Returns the list of diagram graphic representing (ie: for which the getElement() method does return the element
of) the given reference in this diagram or an empty list if none is found.
|
List<IDiagramGraphic> |
IDiagramHandle.unmask(IElement element,
int x,
int y)
Unmask a model element in a diagram.
|
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.
|
Modifier and Type | Method and Description |
---|---|
IElement |
XmiImportConfiguration.getOwner() |
Modifier and Type | Method and Description |
---|---|
void |
XmiImportConfiguration.setOwner(IElement owner) |
Modifier and Type | Field and Description |
---|---|
protected Set<IElement> |
DefaultModelComponentContent.elements |
Modifier and Type | Method and Description |
---|---|
Set<IElement> |
IModelComponentContent.getElements()
Return the set of namespaces that must be added to a model component.
|
Set<IElement> |
DefaultModelComponentContent.getElements()
Return the set of Elements that must be added to a model component.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IMdacAction.accept(IElement[] selectedElements) |
boolean |
DefaultMdacAction.accept(IElement[] selectedElements) |
boolean |
IMdacAction.isActiveFor(IElement[] selectedElements,
boolean readOnlyTool) |
boolean |
DefaultMdacAction.isActiveFor(IElement[] selectedElements,
boolean readOnlyTool) |
Modifier and Type | Method and Description |
---|---|
boolean |
IMdacContextualCommand.accept(ObList<IElement> selectedElements,
IMdac mdac)
This methods authorizes a command to be displayed in a defined context.
|
boolean |
DefaultMdacContextualCommand.accept(ObList<IElement> selectedElements,
IMdac mdac)
The command accepts by default the selected elements.
|
void |
IMdacContextualCommand.actionPerformed(ObList<IElement> selectedElements,
IMdac mdac)
Method invoked when the command is launched.
|
void |
DefaultMdacContextualCommand.actionPerformed(ObList<IElement> selectedElements,
IMdac mdac)
Nothing is done, by default when the command is launched.
|
void |
IMdacAction.addAllowedMetaclass(Class<? extends IElement> name) |
void |
DefaultMdacAction.addAllowedMetaclass(Class<? extends IElement> eltName) |
boolean |
IMdacContextualCommand.isActiveFor(ObList<IElement> selectedElements,
IMdac mdac)
This method precizes if a command has to be desactivated.
|
boolean |
DefaultMdacContextualCommand.isActiveFor(ObList<IElement> selectedElements,
IMdac mdac)
The command is active by default.
|
Modifier and Type | Method and Description |
---|---|
void |
IMdacPropertyPage.changeProperty(ObList<IElement> elements,
int row,
String value)
This method is called when the user modify the value of a property.
|
void |
AbstractMdacPropertyPage.changeProperty(ObList<IElement> elements,
int row,
String value)
This method is called when the user modify the value of a property.
|
void |
IMdacPropertyPage.update(ObList<IElement> elements,
IMdacPropertyTable table)
This method is called to provide the properties that will populate the module properties view.
|
void |
AbstractMdacPropertyPage.update(ObList<IElement> elements,
IMdacPropertyTable table)
This method is called to provide the properties that will populate the module properties view.
|
Modifier and Type | Method and Description |
---|---|
List<Class<? extends IElement>> |
IMetamodelService.getInheritingMetaclasses(Class<? extends IElement> metaclass)
Get the metaclasses that inherit from the given metaclass.
|
Class<? extends IElement> |
IMetamodelService.getMetaclass(String metaclassName)
Get the IXxxx class corresponding to the given metaclass name.
|
Modifier and Type | Method and Description |
---|---|
List<Class<? extends IElement>> |
IMetamodelService.getInheritingMetaclasses(Class<? extends IElement> metaclass)
Get the metaclasses that inherit from the given metaclass.
|
String |
IMetamodelService.getMetaclassName(Class<? extends IElement> metaclass)
Returns the textual name of a metaclass.
|
Modifier and Type | Method and Description |
---|---|
IElement |
IModelManipulationService.clone(IElement element)
Clone the given element and attach it to the same parent.
|
IElement |
IUmlModel.createElement(String metaclassName)
Create an element from its metaclass name.
|
IElement |
IUmlModel.createElement(String metaclassName,
IElement parentElement,
String relation)
Create an element from its metaclass name, and attach it to a parent using a specific relation.
|
IElement |
IUmlModel.createElement(String metaclassName,
String uuid)
Create an element from its metaclass name with a specific uuid.
|
IElement |
IModelingSession.findByRef(ObRef ref)
Get an element in the model from its ObRef.
|
IElement |
IModelingSession.findElementById(String metaclass,
String id)
Get an element in the model from its id and metaclass.
|
Modifier and Type | Method and Description |
---|---|
List<IElement> |
IModelManipulationService.copyTo(Collection<? extends IElement> elements,
IElement to)
Copy the given elements under another one.
|
List<IElement> |
IModelingSession.findByAtt(Class<? extends IElement> metaclass,
String att,
String value)
Get an element in the model from its metaclass, a meta attribute name and value .
|
List<IElement> |
IModelingSession.findByClass(Class<? extends IElement> metaclass)
Get all elements in the model from their metaclass.
|
Modifier and Type | Method and Description |
---|---|
IElement |
IModelManipulationService.clone(IElement element)
Clone the given element and attach it to the same parent.
|
List<IElement> |
IModelManipulationService.copyTo(Collection<? extends IElement> elements,
IElement to)
Copy the given elements under another one.
|
IElement |
IUmlModel.createElement(String metaclassName,
IElement parentElement,
String relation)
Create an element from its metaclass name, and attach it to a parent using a specific relation.
|
void |
IUmlModel.deleteElement(IElement element)
Delete an existing element (localized in the UML model) from the model.
|
void |
IAnalystModel.deleteElement(IElement element)
Delete an existing element (localized in the requirement model) from the model.
|
IElementStatus |
IModelingSession.getElementStatus(IElement element)
Deprecated.
|
org.eclipse.swt.graphics.Image |
IImageService.getStereotypedImage(IElement element,
IPeerMdac filter,
boolean useCmsDecoration)
Get the stereotyped image of an element.
|
org.eclipse.swt.graphics.Image |
IImageService.getUmlImage(IElement element,
boolean useCmsDecoration)
Get the UML standard image of an model object.
|
void |
IModelManipulationService.moveTo(Collection<? extends IElement> elements,
IElement to)
Move the given elements under another one.
|
Modifier and Type | Method and Description |
---|---|
List<IElement> |
IModelManipulationService.copyTo(Collection<? extends IElement> elements,
IElement to)
Copy the given elements under another one.
|
List<IElement> |
IModelingSession.findByAtt(Class<? extends IElement> metaclass,
String att,
String value)
Get an element in the model from its metaclass, a meta attribute name and value .
|
List<IElement> |
IModelingSession.findByClass(Class<? extends IElement> metaclass)
Get all elements in the model from their metaclass.
|
IExternDocumentType |
IMetamodelExtensions.getExternDocumentType(Class<? extends IElement> metaclass,
String name)
Used to access a specific external document type.
|
ObList<IExternDocumentType> |
IMetamodelExtensions.getExternDocumentTypes(Class<? extends IElement> metaclass)
Returns all the external document types brought by deployed modules.
|
org.eclipse.swt.graphics.Image |
IImageService.getMetaclassImage(Class<? extends IElement> metaclass)
Get the small icon (16x16 pixels) representing the given metaclass.
|
INoteType |
IMetamodelExtensions.getNoteType(Class<? extends IElement> metaclass,
String name)
Used to access a specific note type.
|
ObList<INoteType> |
IMetamodelExtensions.getNoteTypes(Class<? extends IElement> metaclass)
Returns all the note types brought by deployed modules.
|
IStereotype |
IMetamodelExtensions.getStereotype(Class<? extends IElement> metaclass,
String name)
Used to access a specific stereotype.
|
ObList<IStereotype> |
IMetamodelExtensions.getStereotypes(Class<? extends IElement> metaclass)
Returns all the stereotypes brought by deployed modules.
|
ITagType |
IMetamodelExtensions.getTagType(Class<? extends IElement> metaclass,
String name)
Used to access a specific tag type.
|
ObList<ITagType> |
IMetamodelExtensions.getTagTypes(Class<? extends IElement> metaclass)
Returns all the tag types brought by deployed modules.
|
void |
IModelManipulationService.moveTo(Collection<? extends IElement> elements,
IElement to)
Move the given elements under another one.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IAnalystProject |
interface |
IDictionary |
interface |
IDictionaryElement |
interface |
IEnumeratedPropertyType |
interface |
IProperty |
interface |
IPropertyContainer |
interface |
IPropertyEnumerationLitteral |
interface |
IPropertySet |
interface |
IPropertyType |
interface |
IPropertyValue |
interface |
IPropertyValueSet |
interface |
IRequirement |
interface |
IRequirementContainer |
interface |
IRequirementElement |
interface |
ITerm |
Modifier and Type | Method and Description |
---|---|
IElement |
IElementDeletedEvent.getDeletedElement()
Used to get the destroyed element.
|
IElement |
IElementMovedEvent.getMovedElement()
Used to get the moved element.
|
IElement |
IElementMovedEvent.getNewParent()
Used to get the new moved element parent.
|
IElement |
IElementMovedEvent.getOldParent()
Used to get the old moved element parent.
|
IElement |
IElementDeletedEvent.getOldParent()
Used to get the destroyed element parent.
|
Modifier and Type | Method and Description |
---|---|
ObList<IElement> |
IStatusChangeEvent.getAccessChangeEvents()
Used to get the list of updated elements.
|
ObList<IElement> |
IStatusChangeEvent.getCmsChangeEvents()
Used to get the list of created elements.
|
ObList<IElement> |
IModelChangeEvent.getCreationEvents()
Used to get the list of created elements.
|
ObList<IElement> |
IStatusChangeEvent.getRamcChangeEvents()
Used to get the list of created elements.
|
ObList<IElement> |
IModelChangeEvent.getUpdateEvents()
Used to get the list of updated elements.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IAbstractDiagram |
interface |
IActivityDiagram |
interface |
IBehaviorDiagram |
interface |
IClassDiagram |
interface |
ICommunicationDiagram |
interface |
ICompositeStructureDiagram |
interface |
IDeploymentDiagram |
interface |
IDiagramContainer |
interface |
IDiagramSet |
interface |
IObjectDiagram |
interface |
ISequenceDiagram |
interface |
IStateMachineDiagram |
interface |
IStaticDiagram |
interface |
IUseCaseDiagram |
Modifier and Type | Interface and Description |
---|---|
interface |
IConfigParam |
interface |
IModule |
interface |
IProject |
Modifier and Type | Interface and Description |
---|---|
interface |
IBehavior |
interface |
IBehaviorParameter |
interface |
IOpaqueBehavior |
interface |
ISignal |
Modifier and Type | Interface and Description |
---|---|
interface |
ICommunicationChannel |
interface |
ICommunicationInteraction |
interface |
ICommunicationMessage |
interface |
ICommunicationNode |
Modifier and Type | Interface and Description |
---|---|
interface |
ICombinedFragment |
interface |
IDurationConstraint |
interface |
IExecutionOccurenceSpecification |
interface |
IExecutionSpecification |
interface |
IGate |
interface |
IGeneralOrdering |
interface |
IInteraction |
interface |
IInteractionFragment |
interface |
IInteractionOperand |
interface |
IInteractionUse |
interface |
ILifeline |
interface |
IMessage |
interface |
IMessageEnd |
interface |
IOccurrenceSpecification |
interface |
IPartDecomposition |
interface |
ITerminateSpecification |
Modifier and Type | Interface and Description |
---|---|
interface |
IAbstractPseudoState |
interface |
IChoicePseudoState |
interface |
IConnectionPointReference |
interface |
IDeepHistoryPseudoState |
interface |
IEntryPointPseudoState |
interface |
IEvent |
interface |
IExitPointPseudoState |
interface |
IFinalState |
interface |
IForkPseudoState |
interface |
IInitialPseudoState |
interface |
IInternalTransition |
interface |
IJoinPseudoState |
interface |
IJunctionPseudoState |
interface |
IRegion |
interface |
IShallowHistoryPseudoState |
interface |
IState |
interface |
IStateInvariant |
interface |
IStateMachine |
interface |
IStateVertex |
interface |
ITerminatePseudoState |
interface |
ITransition |
Modifier and Type | Interface and Description |
---|---|
interface |
IInformationFlow |
interface |
IInformationItem |
Modifier and Type | Interface and Description |
---|---|
interface |
IAbstraction |
interface |
IConstraint |
interface |
IDependency |
interface |
IElementRealization |
interface |
IExternDocument |
interface |
IExternDocumentType |
interface |
ILocalNote |
interface |
ILocalTaggedValue |
interface |
IMetaclassReference |
interface |
IModelElement |
interface |
INote |
interface |
INoteType |
interface |
IProfile |
interface |
IStereotype |
interface |
ISubstitution |
interface |
ITaggedValue |
interface |
ITagParameter |
interface |
ITagType |
interface |
IUsage |
Modifier and Type | Method and Description |
---|---|
IElement |
IElement.getCompositionOwner() |
Modifier and Type | Method and Description |
---|---|
int |
IElement.compareTo(IElement o) |
Modifier and Type | Method and Description |
---|---|
<T extends IElement> |
INamespaceUse.getcause(Class<T> filteredClass)
Get the list of ObElement to the cause association.
|
Modifier and Type | Method and Description |
---|---|
IElement |
IPackage.getCompositionOwner() |
Modifier and Type | Method and Description |
---|---|
ObList<IElement> |
INamespaceUse.getcause()
Get the list of ObElement to the cause association.
|
Modifier and Type | Method and Description |
---|---|
void |
INamespaceUse.addcause(IElement element)
Add a ObElement to the 'cause' association.
|
void |
INamespaceUse.removecause(IElement element)
Remove an ObElement from the 'cause' association.
|
Modifier and Type | Method and Description |
---|---|
int |
INamespaceUse.cardcause(Class<? extends IElement> filteredClass)
Returns the number elements in the cause association filtered with the given metaclass.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IActor |
interface |
IExtensionPoint |
interface |
IUseCase |
interface |
IUseCaseDependency |
Modifier and Type | Method and Description |
---|---|
List<Class<? extends IElement>> |
IDiagramWizardContributor.getAllowedMetaclasses() |
Modifier and Type | Method and Description |
---|---|
List<IDiagramWizardContributor> |
DiagramWizardDialog.getInvalidContributors(IElement context) |
List<IDiagramWizardContributor> |
DiagramWizardDialog.getValidContributors(IElement context) |
Modifier and Type | Method and Description |
---|---|
boolean |
IEditorDropClient.acceptDroppedElements(IElement[] element)
Returns whether the field accepts the element as a value.
|
void |
IEditorDropClient.setDroppedElements(IElement[] dropedElement)
Set the field value to the given element and end the picking session
if the given element is valid.
|
Modifier and Type | Field and Description |
---|---|
protected IElement |
ResultsProposalPopup.selected |
Modifier and Type | Field and Description |
---|---|
protected List<IElement> |
ResultsProposalPopup.elements |
Modifier and Type | Method and Description |
---|---|
List<IElement> |
TextWrapperForIElement.findByName(List<Class<? extends IElement>> metaclasses,
String nameValue,
IElementFilter filter)
Search model elements by their name.
|
List<Class<? extends IElement>> |
TextWrapperForIElement.getAllowedMetaclasses() |
Modifier and Type | Method and Description |
---|---|
boolean |
IElementFilter.accept(IElement element)
This method checks if an element is accepted.
|
boolean |
TextWrapperForIElement.acceptDroppedElements(IElement[] target) |
boolean |
TextWrapperForIElement.acceptElement(IElement target) |
void |
IElementChangeListener.selectedElementChanged(IElement oldElement,
IElement newElement)
Called when the selected element changes.
|
void |
TextWrapperForIElement.setDroppedElements(IElement[] dropedElement) |
boolean |
TextWrapperForIElement.setElement(IElement target) |
Modifier and Type | Method and Description |
---|---|
void |
TextWrapperForIElement.addAllowedMetaclass(Class<? extends IElement> allowedMetaclass) |
void |
TextWrapperForIElement.addAllowedMetaclasses(List<Class<? extends IElement>> metaclasses) |
List<IElement> |
TextWrapperForIElement.findByName(List<Class<? extends IElement>> metaclasses,
String nameValue,
IElementFilter filter)
Search model elements by their name.
|
boolean |
TextWrapperForIElement.removeAllowedMetaclass(Class<? extends IElement> allowedMetaclass) |
boolean |
TextWrapperForIElement.removeAllowedMetaclasses(List<Class<? extends IElement>> metaclasses) |
Constructor and Description |
---|
TextWrapperForIElement(org.eclipse.swt.widgets.Composite parent,
IElement initialElement,
boolean acceptNullValue,
List<Class<? extends IElement>> allowedMetaclasses)
C'tor.
|
Constructor and Description |
---|
ResultsProposalPopup(org.eclipse.swt.widgets.Control control,
List<IElement> elements,
boolean acceptNullValue)
Constructor initializing a ResultsProposalPopup.
|
TextWrapperForIElement(org.eclipse.swt.widgets.Composite parent,
IElement initialElement,
boolean acceptNullValue,
List<Class<? extends IElement>> allowedMetaclasses)
C'tor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IList<E extends IElement> |
class |
ObList<E extends IElement> |
Modifier and Type | Method and Description |
---|---|
boolean |
StereotypeFilter.select(IElement e) |
boolean |
NameFilter.select(IElement e) |
boolean |
IObListFilter.select(IElement e) |
boolean |
ClassFilter.select(IElement e) |
Object |
IMetamodelVisitor.visitElement(IElement theElement) |
Object |
DefaultMetamodelVisitor.visitElement(IElement theElement) |
Object |
AbstractMetamodelVisitor.visitElement(IElement theElement) |
Constructor and Description |
---|
ObList(E[] elements) |
ObRef(IElement element) |
Modifier and Type | Method and Description |
---|---|
IElement |
ReadOnlyElementException.getElement() |
Constructor and Description |
---|
ReadOnlyElementException(IElement element) |
ReadOnlyElementException(IElement element,
String message) |
ReadOnlyElementException(IElement element,
String message,
Throwable cause) |
ReadOnlyElementException(IElement element,
Throwable cause) |