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 TypeMethodDescriptionboolean
TextLinkEditor.isActiveDestination
(TextLocation destination) void
SelectTextDestinationDialogue.ISelectedTextDestinationHandler.reactToSelectionOf
(TextLocation destination) Method parameters in org.eclipse.epsilon.egl.dt.traceability.editor with type arguments of type TextLocationModifier and TypeMethodDescriptionstatic void
SelectTextDestinationDialogue.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 TypeMethodDescriptionvoid
TraceLink.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 TypeClassDescriptionclass
An implementation of the model object 'Text Location'.Fields in org.eclipse.epsilon.egl.dt.traceability.fine.emf.textlink.impl declared as TextLocationModifier and TypeFieldDescriptionprotected TextLocation
TraceLinkImpl.destination
The 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.NotificationChain
TraceLinkImpl.basicSetDestination
(TextLocation newDestination, org.eclipse.emf.common.notify.NotificationChain msgs) void
TraceLinkImpl.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'.