Class TextLinkEditorInput
- java.lang.Object
-
- org.eclipse.ui.part.MultiEditorInput
-
- org.eclipse.epsilon.egl.dt.traceability.editor.TextLinkEditorInput
-
- All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable
,org.eclipse.ui.IEditorInput
public class TextLinkEditorInput extends org.eclipse.ui.part.MultiEditorInput
-
-
Field Summary
Fields Modifier and Type Field Description TextLinkModel
textlinkModel
-
Constructor Summary
Constructors Constructor Description TextLinkEditorInput(String[] editorIDs, org.eclipse.ui.IEditorInput[] editorInputs, TextLinkModel textlinkModel)
TextLinkEditorInput(Collection<String> editorIDs, Collection<org.eclipse.ui.IEditorInput> editorInputs, TextLinkModel textlinkModel)
-
-
-
Field Detail
-
textlinkModel
public final TextLinkModel textlinkModel
-
-
Constructor Detail
-
TextLinkEditorInput
public TextLinkEditorInput(Collection<String> editorIDs, Collection<org.eclipse.ui.IEditorInput> editorInputs, TextLinkModel textlinkModel)
-
TextLinkEditorInput
public TextLinkEditorInput(String[] editorIDs, org.eclipse.ui.IEditorInput[] editorInputs, TextLinkModel textlinkModel)
-
-