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 -
Constructor Summary
ConstructorsConstructorDescriptionTextLinkEditorInput
(String[] editorIDs, org.eclipse.ui.IEditorInput[] editorInputs, TextLinkModel textlinkModel) TextLinkEditorInput
(Collection<String> editorIDs, Collection<org.eclipse.ui.IEditorInput> editorInputs, TextLinkModel textlinkModel) -
Method Summary
Methods inherited from class org.eclipse.ui.part.MultiEditorInput
equals, exists, getAdapter, getEditors, getImageDescriptor, getInput, getName, getPersistable, getToolTipText, hashCode
-
Field Details
-
textlinkModel
-
-
Constructor Details
-
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)
-