Uses of Class
org.eclipse.epsilon.egl.dt.traceability.editor.TextLinkModel

Packages that use TextLinkModel
org.eclipse.epsilon.egl.dt.traceability.editor   
 

Uses of TextLinkModel in org.eclipse.epsilon.egl.dt.traceability.editor
 

Fields in org.eclipse.epsilon.egl.dt.traceability.editor declared as TextLinkModel
 TextLinkModel TextLinkEditorInput.textlinkModel
           
 

Methods in org.eclipse.epsilon.egl.dt.traceability.editor that return TextLinkModel
 TextLinkModel TextLinkEditor.getTextlinkModel()
           
 

Constructors in org.eclipse.epsilon.egl.dt.traceability.editor with parameters of type TextLinkModel
TextLinkEditorInput(java.util.Collection<java.lang.String> editorIDs, java.util.Collection<org.eclipse.ui.IEditorInput> editorInputs, TextLinkModel textlinkModel)
           
TextLinkEditorInput(java.lang.String[] editorIDs, org.eclipse.ui.IEditorInput[] editorInputs, TextLinkModel textlinkModel)