Uses of Interface
org.eclipse.epsilon.egl.dt.traceability.fine.emf.textlink.TextLocation
Packages that use TextLocation
Package
Description
-
Uses of TextLocation in org.eclipse.epsilon.egl.dt.traceability.editor
Methods in org.eclipse.epsilon.egl.dt.traceability.editor that return types with arguments of type TextLocationModifier and TypeMethodDescriptionTextLinkModel.getDestinationsFor(org.eclipse.emf.ecore.EObject source) Methods in org.eclipse.epsilon.egl.dt.traceability.editor with parameters of type TextLocationModifier and TypeMethodDescriptionbooleanTextLinkEditor.isActiveDestination(TextLocation destination) voidSelectTextDestinationDialogue.ISelectedTextDestinationHandler.reactToSelectionOf(TextLocation destination) Method parameters in org.eclipse.epsilon.egl.dt.traceability.editor with type arguments of type TextLocationModifier and TypeMethodDescriptionstatic voidSelectTextDestinationDialogue.promptForSelectionFrom(org.eclipse.swt.widgets.Shell parent, List<TextLocation> candidates, SelectTextDestinationDialogue.ISelectedTextDestinationHandler handler) -
Uses of TextLocation in org.eclipse.epsilon.egl.dt.traceability.fine.emf.textlink
Methods in org.eclipse.epsilon.egl.dt.traceability.fine.emf.textlink that return TextLocationModifier and TypeMethodDescriptionTextlinkFactory.createTextLocation()Returns a new object of class 'Text Location'.TraceLink.getDestination()Returns the value of the 'Destination' containment reference.Methods in org.eclipse.epsilon.egl.dt.traceability.fine.emf.textlink with parameters of type TextLocationModifier and TypeMethodDescriptionvoidTraceLink.setDestination(TextLocation value) Sets the value of the 'Destination' containment reference. -
Uses of TextLocation in org.eclipse.epsilon.egl.dt.traceability.fine.emf.textlink.impl
Classes in org.eclipse.epsilon.egl.dt.traceability.fine.emf.textlink.impl that implement TextLocationModifier and TypeClassDescriptionclassAn implementation of the model object 'Text Location'.Fields in org.eclipse.epsilon.egl.dt.traceability.fine.emf.textlink.impl declared as TextLocationModifier and TypeFieldDescriptionprotected TextLocationTraceLinkImpl.destinationThe cached value of the 'Destination' containment reference.Methods in org.eclipse.epsilon.egl.dt.traceability.fine.emf.textlink.impl that return TextLocationModifier and TypeMethodDescriptionTextlinkFactoryImpl.createTextLocation()TraceLinkImpl.getDestination()Methods in org.eclipse.epsilon.egl.dt.traceability.fine.emf.textlink.impl with parameters of type TextLocationModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainTraceLinkImpl.basicSetDestination(TextLocation newDestination, org.eclipse.emf.common.notify.NotificationChain msgs) voidTraceLinkImpl.setDestination(TextLocation newDestination) -
Uses of TextLocation in org.eclipse.epsilon.egl.dt.traceability.fine.emf.textlink.util
Methods in org.eclipse.epsilon.egl.dt.traceability.fine.emf.textlink.util with parameters of type TextLocationModifier and TypeMethodDescriptionTextlinkSwitch.caseTextLocation(TextLocation object) Returns the result of interpreting the object as an instance of 'Text Location'.